| 2024-11-08 |
Álvaro Herrera | Add pg_constraint rows for not-null constraints |
commit | commitdiff | tree |
| 2024-11-08 |
Amit Langote | Disallow partitionwise join when collations don't match |
commit | commitdiff | tree |
| 2024-11-08 |
Amit Langote | Disallow partitionwise grouping when collations don... |
commit | commitdiff | tree |
| 2024-11-08 |
Richard Guo | Fix inconsistent RestrictInfo serial numbers |
commit | commitdiff | tree |
| 2024-11-07 |
Nathan Bossart | Fix __attribute__((target(...))) usage. |
commit | commitdiff | tree |
| 2024-11-07 |
Nathan Bossart | Use __attribute__((target(...))) for AVX-512 support. |
commit | commitdiff | tree |
| 2024-11-07 |
Álvaro Herrera | doc: Reword ALTER TABLE ATTACH restriction on NO INHERI... |
commit | commitdiff | tree |
| 2024-11-07 |
Peter Eisentraut | Clarify a foreign key error message |
commit | commitdiff | tree |
| 2024-11-07 |
Michael Paquier | Remove an obsolete comment in gistinsert() |
commit | commitdiff | tree |
| 2024-11-07 |
Amit Kapila | Replicate generated columns when 'publish_generated_col... |
commit | commitdiff | tree |
| 2024-11-07 |
Michael Paquier | Improve handling of empty query results in BackgroundPs... |
commit | commitdiff | tree |
| 2024-11-06 |
Daniel Gustafsson | Find invalid databases during upgrade check stage |
commit | commitdiff | tree |
| 2024-11-06 |
Daniel Gustafsson | Remove unused variable |
commit | commitdiff | tree |
| 2024-11-06 |
Peter Eisentraut | doc: Remove event trigger firing matrix |
commit | commitdiff | tree |
| 2024-11-06 |
Thomas Munro | Monkey-patch LLVM code to fix ARM relocation bug. |
commit | commitdiff | tree |
| 2024-11-06 |
Peter Eisentraut | Remove unused #include's from bin .c files |
commit | commitdiff | tree |
| 2024-11-06 |
Michael Paquier | Extend Cluster.pm's background_psql() to be able to... |
commit | commitdiff | tree |
| 2024-11-05 |
David Rowley | Fix hypothetical bug in ExprState building for hashing |
commit | commitdiff | tree |
| 2024-11-05 |
Daniel Gustafsson | Add a Git .mailmap file |
commit | commitdiff | tree |
| 2024-11-05 |
Heikki Linnakangas | Silence meson warning about PG_TEST_EXTRA in src/Makefi... |
commit | commitdiff | tree |
| 2024-11-05 |
Michael Paquier | Clear padding of PgStat_HashKey when handling pgstats... |
commit | commitdiff | tree |
| 2024-11-04 |
Tom Lane | Use portable diff options in pg_bsd_indent's regression... |
commit | commitdiff | tree |
| 2024-11-04 |
Alexander Korotkov | Revert pg_wal_replay_wait() stored procedure |
commit | commitdiff | tree |
| 2024-11-04 |
Bruce Momjian | doc: use more accurate URL for bug reporting |
commit | commitdiff | tree |
| 2024-11-04 |
Tom Lane | pg_basebackup, pg_receivewal: fix failure to find passw... |
commit | commitdiff | tree |
| 2024-11-04 |
Bruce Momjian | doc: remove check of SVG files, since they are derived |
commit | commitdiff | tree |
| 2024-11-04 |
Tom Lane | pg_dump: provide a stable sort order for rules. |
commit | commitdiff | tree |
| 2024-11-04 |
Masahiko Sawada | Fix typo in comment of gistdoinsert(). |
commit | commitdiff | tree |
| 2024-11-04 |
Peter Geoghegan | Fix obsolete _bt_first comments. |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | docs: Consistently use <optional> to indicate optional... |
commit | commitdiff | tree |
| 2024-11-04 |
Peter Geoghegan | nbtree: Remove useless 'strat' local variable. |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Split ProcSleep function into JoinWaitQueue and ProcSleep |
commit | commitdiff | tree |
| 2024-11-04 |
Robert Haas | pg_combinebackup: Error if incremental file exists... |
commit | commitdiff | tree |
| 2024-11-04 |
Robert Haas | pg_combinebackup: When reconstructing, avoid double... |
commit | commitdiff | tree |
| 2024-11-04 |
Bruce Momjian | doc: fix typo in mvcc clarification in commit 2fa255ce9b9 |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Move TRACE calls into WaitOnLock() |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Set MyProc->heldLocks in ProcSleep |
commit | commitdiff | tree |
| 2024-11-04 |
Peter Geoghegan | Clarify nbtree parallel scan _bt_endpoint contract. |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Fix comment in LockReleaseAll() on when locallock-... |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Add PG_TEST_EXTRA configure option to the Make builds |
commit | commitdiff | tree |
| 2024-11-04 |
Heikki Linnakangas | Make PG_TEST_EXTRA env var override the "meson setup... |
commit | commitdiff | tree |
| 2024-11-04 |
Amit Kapila | Doc: Update the behavior of generated columns in Logica... |
commit | commitdiff | tree |
| 2024-11-03 |
Michael Paquier | Add missing newlines at the end of two SQL files |
commit | commitdiff | tree |
| 2024-11-03 |
Noah Misch | Suppress new "may be used uninitialized" warning. |
commit | commitdiff | tree |
| 2024-11-02 |
Noah Misch | Fix inplace update buffer self-deadlock. |
commit | commitdiff | tree |
| 2024-11-02 |
Noah Misch | Move I/O before the index_update_stats() buffer lock... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: clarify text around MVCC example query |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: remove useless MERGE example |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: improve tablespace example query and link to... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: fix ALTER DOMAIN domain_constraint to spell out... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: explain how the home directory is found on Unix... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: Add link to listen_addresses as cause of connectio... |
commit | commitdiff | tree |
| 2024-11-01 |
Tom Lane | Update contrib/sepgsql regression tests for commit... |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: improve build for non-Latin1 characters |
commit | commitdiff | tree |
| 2024-11-01 |
Peter Geoghegan | Clarify nbtree array preprocessing comment. |
commit | commitdiff | tree |
| 2024-11-01 |
Bruce Momjian | doc: remove mention of ActiveState for Perl and Tcl... |
commit | commitdiff | tree |
| 2024-11-01 |
Heikki Linnakangas | Rename two functions that wake up other processes |
commit | commitdiff | tree |
| 2024-11-01 |
Heikki Linnakangas | Use ProcNumbers instead of direct Latch pointers to... |
commit | commitdiff | tree |
| 2024-11-01 |
Michael Paquier | Remove use of pg_memory_is_all_zeros() in bufpage.c |
commit | commitdiff | tree |
| 2024-11-01 |
Michael Paquier | Add pg_memory_is_all_zeros() in memutils.h |
commit | commitdiff | tree |
| 2024-11-01 |
Michael Paquier | Add SQL function array_reverse() |
commit | commitdiff | tree |
| 2024-10-31 |
Tom Lane | Make all ereport() calls within gram.y provide error... |
commit | commitdiff | tree |
| 2024-10-31 |
Tom Lane | Add a parse location field to struct FunctionParameter. |
commit | commitdiff | tree |
| 2024-10-31 |
Heikki Linnakangas | Fix refreshing physical relfilenumber on shared index |
commit | commitdiff | tree |
| 2024-10-31 |
Daniel Gustafsson | Remove duplicate words in comments |
commit | commitdiff | tree |
| 2024-10-31 |
Heikki Linnakangas | Split RelationClearRelation into three different functions |
commit | commitdiff | tree |
| 2024-10-31 |
Heikki Linnakangas | Simplify call to rebuild relcache entry for indexes |
commit | commitdiff | tree |
| 2024-10-31 |
David Rowley | Remove unused field from SubPlanState struct |
commit | commitdiff | tree |
| 2024-10-30 |
Michael Paquier | injection_points: Improve comment about disabled isolat... |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Geoghegan | nbtree: assert no scheduled primscan between pages. |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Geoghegan | Clarify nbtree array exhaustion comments. |
commit | commitdiff | tree |
| 2024-10-30 |
Nathan Bossart | Optimize sifting down in binaryheap. |
commit | commitdiff | tree |
| 2024-10-30 |
Tom Lane | Stabilize jsonb_path_query test case. |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Geoghegan | Fix bug in nbtree array primitive scan scheduling. |
commit | commitdiff | tree |
| 2024-10-30 |
Álvaro Herrera | Fix some more bugs in foreign keys connecting partition... |
commit | commitdiff | tree |
| 2024-10-30 |
Peter Eisentraut | meson: Add missing dependency to unicode test programs |
commit | commitdiff | tree |
| 2024-10-30 |
Amit Kapila | Replicate generated columns when specified in the colum... |
commit | commitdiff | tree |
| 2024-10-29 |
Jeff Davis | Add missing CommandCounterIncrement() in stats import... |
commit | commitdiff | tree |
| 2024-10-29 |
Noah Misch | Unpin buffer before inplace update waits for an XID... |
commit | commitdiff | tree |
| 2024-10-29 |
Tom Lane | Update time zone data files to tzdata release 2024b. |
commit | commitdiff | tree |
| 2024-10-29 |
David Rowley | Reduce variable scope and possibly useless palloc |
commit | commitdiff | tree |
| 2024-10-29 |
David Rowley | Doc: add detail about EXPLAIN's "Disabled" property |
commit | commitdiff | tree |
| 2024-10-29 |
Peter Eisentraut | Add missing FATAL => 'all' to a use warnings in Perl |
commit | commitdiff | tree |
| 2024-10-29 |
Michael Paquier | doc: Add better description for rewrite functions in... |
commit | commitdiff | tree |
| 2024-10-29 |
David Rowley | Doc: clarify enable_indexscan=off also disabled Index... |
commit | commitdiff | tree |
| 2024-10-28 |
Michael Paquier | Fix dependency of partitioned table and table AM with... |
commit | commitdiff | tree |
| 2024-10-28 |
Nathan Bossart | Ensure we have a snapshot when updating pg_index in... |
commit | commitdiff | tree |
| 2024-10-28 |
Tom Lane | Unify src/common/'s definitions of MaxAllocSize. |
commit | commitdiff | tree |
| 2024-10-28 |
Tom Lane | Guard against enormously long input in pg_saslprep(). |
commit | commitdiff | tree |
| 2024-10-28 |
Tom Lane | Strip Windows newlines from extension script files... |
commit | commitdiff | tree |
| 2024-10-28 |
Peter Eisentraut | Fix WAL_DEBUG build |
commit | commitdiff | tree |
| 2024-10-28 |
Peter Geoghegan | nbtree: Minor sibling link traversal tweaks. |
commit | commitdiff | tree |
| 2024-10-28 |
Heikki Linnakangas | Fix overflow in bsearch_arg() with more than INT_MAX... |
commit | commitdiff | tree |
| 2024-10-28 |
Heikki Linnakangas | Restore missing line to copyright notice |
commit | commitdiff | tree |
| 2024-10-28 |
Peter Eisentraut | Remove unused #include's from contrib, pl, test .c... |
commit | commitdiff | tree |
| 2024-10-28 |
Amit Kapila | Change the default value of the streaming option to... |
commit | commitdiff | tree |
| 2024-10-28 |
Michael Paquier | Set query ID for inner queries of CREATE TABLE AS and... |
commit | commitdiff | tree |
| 2024-10-27 |
Peter Geoghegan | Fix obsolete nbtree split buffer comment. |
commit | commitdiff | tree |
| 2024-10-27 |
Peter Eisentraut | Remove unused #include's from backend .c files |
commit | commitdiff | tree |
| 2024-10-25 |
Jeff Davis | Refactor the code to create a pg_locale_t into new... |
commit | commitdiff | tree |
| next |