Commit Graph

59843 Commits (3f323eba89fb1ea2220cfe48ea7d9529fffe5cb6)
 

Author SHA1 Message Date
Michael Paquier 3f323eba89 pg_freespacemap: Use SQL-standard function bodies 1 year ago
Alexander Korotkov db22b90024 Fix arrays comparison in CompareOpclassOptions() 1 year ago
Tom Lane 73c9f91a1b Parallel workers use AuthenticatedUserId for connection privilege checks. 1 year ago
Tom Lane c4252c9ef0 Fix cross-version upgrade tests. 1 year ago
Tom Lane a34c33fd22 Avoid bizarre meson behavior with backslashes in command arguments. 1 year ago
Tom Lane 5a2fed911a Fix improper interactions between session_authorization and role. 1 year ago
Nathan Bossart cd7ab57532 Ensure cached plans are correctly marked as dependent on role. 1 year ago
Noah Misch b7e3a52a87 Block environment variable mutations from trusted PL/Perl. 1 year ago
Amit Kapila 220cea9411 Doc: Add links to clarify the max_replication_slots. 1 year ago
Michael Paquier e7a9496de9 Add two attributes to pg_stat_database for parallel workers activity 1 year ago
Michael Paquier bf8835ea97 libpq: Bail out during SSL/GSS negotiation errors 1 year ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 1 year ago
Thomas Munro 29d66b2d2f jit: Remove obsolete LLVM version guard. 1 year ago
Nathan Bossart 0fa6884065 Fix sign-compare warnings in pg_iovec.h. 1 year ago
Peter Geoghegan caca6d8d27 Assert consistency of currPage that ended scan. 1 year ago
Nathan Bossart 4225276e25 Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK. 1 year ago
Tom Lane b8df690492 Improve fix for not entering parallel mode when holding interrupts. 1 year ago
Peter Geoghegan b5ee4e5202 Avoid nbtree parallel scan currPos confusion. 1 year ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 1 year ago
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