Commit Graph

59824 Commits (075acdd93388c080c0fb0aca5723144ad7a56dac)
 

Author SHA1 Message Date
Amit Langote 075acdd933 Disallow partitionwise join when collations don't match 1 year ago
Amit Langote 90fe6251c8 Disallow partitionwise grouping when collations don't match 1 year ago
Richard Guo f00ab1fd15 Fix inconsistent RestrictInfo serial numbers 1 year ago
Nathan Bossart 41b98ddb77 Fix __attribute__((target(...))) usage. 1 year ago
Nathan Bossart f78667bd91 Use __attribute__((target(...))) for AVX-512 support. 1 year ago
Álvaro Herrera f56a01ebdb
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 1 year ago
Peter Eisentraut d7a2b5bd87 Clarify a foreign key error message 1 year ago
Michael Paquier 987027bcc0 Remove an obsolete comment in gistinsert() 1 year ago
Amit Kapila 7054186c4e Replicate generated columns when 'publish_generated_columns' is set. 1 year ago
Michael Paquier 70291a3c66 Improve handling of empty query results in BackgroundPsql::query() 1 year ago
Daniel Gustafsson f638aafd1e Find invalid databases during upgrade check stage 1 year ago
Daniel Gustafsson 1e37cc6e2c Remove unused variable 1 year ago
Peter Eisentraut a0be94067e doc: Remove event trigger firing matrix 1 year ago
Thomas Munro 9044fc1d45 Monkey-patch LLVM code to fix ARM relocation bug. 1 year ago
Peter Eisentraut ecb5af7798 Remove unused #include's from bin .c files 1 year ago
Michael Paquier ba08edb065 Extend Cluster.pm's background_psql() to be able to start asynchronously 1 year ago
David Rowley 87f81a5563 Fix hypothetical bug in ExprState building for hashing 1 year ago
Daniel Gustafsson 7bdaa4b542 Add a Git .mailmap file 1 year ago
Heikki Linnakangas e54688030c Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in 1 year ago
Michael Paquier 7d85d87f4d Clear padding of PgStat_HashKey when handling pgstats entries 1 year ago
Tom Lane 0704aed0d8 Use portable diff options in pg_bsd_indent's regression test. 1 year ago
Alexander Korotkov 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure 1 year ago
Bruce Momjian 3293b718a0 doc: use more accurate URL for bug reporting 1 year ago
Tom Lane b1008c1f01 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. 1 year ago
Bruce Momjian 32d07a000f doc: remove check of SVG files, since they are derived 1 year ago
Tom Lane 350e6b8ea8 pg_dump: provide a stable sort order for rules. 1 year ago
Masahiko Sawada 215f7af27d Fix typo in comment of gistdoinsert(). 1 year ago
Peter Geoghegan 846cfe0dcc Fix obsolete _bt_first comments. 1 year ago
Heikki Linnakangas 0d82970336 docs: Consistently use <optional> to indicate optional parameters 1 year ago
Peter Geoghegan b6558e4f83 nbtree: Remove useless 'strat' local variable. 1 year ago
Heikki Linnakangas 3c0fd64fec Split ProcSleep function into JoinWaitQueue and ProcSleep 1 year ago
Robert Haas 0b1765d959 pg_combinebackup: Error if incremental file exists in full backup. 1 year ago
Robert Haas 6c24801b17 pg_combinebackup: When reconstructing, avoid double slash in filename. 1 year ago
Bruce Momjian 7ac744e72c doc: fix typo in mvcc clarification in commit 2fa255ce9b 1 year ago
Heikki Linnakangas 6ae0897e42 Move TRACE calls into WaitOnLock() 1 year ago
Heikki Linnakangas 0464f25b6a Set MyProc->heldLocks in ProcSleep 1 year ago
Peter Geoghegan 62620b6aad Clarify nbtree parallel scan _bt_endpoint contract. 1 year ago
Heikki Linnakangas 1fe0466cf2 Fix comment in LockReleaseAll() on when locallock->nLock can be zero 1 year ago
Heikki Linnakangas 99b937a44f Add PG_TEST_EXTRA configure option to the Make builds 1 year ago
Heikki Linnakangas 3d1aec225a Make PG_TEST_EXTRA env var override the "meson setup" option 1 year ago
Amit Kapila 5b0c46ea09 Doc: Update the behavior of generated columns in Logical Replication. 1 year ago
Michael Paquier 027124a872 Add missing newlines at the end of two SQL files 1 year ago
Noah Misch 825c72c071 Suppress new "may be used uninitialized" warning. 1 year ago
Noah Misch 0bada39c83 Fix inplace update buffer self-deadlock. 1 year ago
Noah Misch b412f402d1 Move I/O before the index_update_stats() buffer lock region. 1 year ago
Bruce Momjian 2fa255ce9b doc: clarify text around MVCC example query 1 year ago
Bruce Momjian 4a9effe45e doc: remove useless MERGE example 1 year ago
Bruce Momjian e1a76db1a8 doc: improve tablespace example query and link to helper funcs. 1 year ago
Bruce Momjian 4200fea80e doc: fix ALTER DOMAIN domain_constraint to spell out options 1 year ago
Bruce Momjian 94a8c19eed doc: explain how the home directory is found on Unix-like syst. 1 year ago