Commit Graph

59843 Commits (3f323eba89fb1ea2220cfe48ea7d9529fffe5cb6)
 

Author SHA1 Message Date
Michael Paquier 3f323eba89 pg_freespacemap: Use SQL-standard function bodies 10 months ago
Alexander Korotkov db22b90024 Fix arrays comparison in CompareOpclassOptions() 10 months ago
Tom Lane 73c9f91a1b Parallel workers use AuthenticatedUserId for connection privilege checks. 10 months ago
Tom Lane c4252c9ef0 Fix cross-version upgrade tests. 10 months ago
Tom Lane a34c33fd22 Avoid bizarre meson behavior with backslashes in command arguments. 10 months ago
Tom Lane 5a2fed911a Fix improper interactions between session_authorization and role. 10 months ago
Nathan Bossart cd7ab57532 Ensure cached plans are correctly marked as dependent on role. 10 months ago
Noah Misch b7e3a52a87 Block environment variable mutations from trusted PL/Perl. 10 months ago
Amit Kapila 220cea9411 Doc: Add links to clarify the max_replication_slots. 10 months ago
Michael Paquier e7a9496de9 Add two attributes to pg_stat_database for parallel workers activity 10 months ago
Michael Paquier bf8835ea97 libpq: Bail out during SSL/GSS negotiation errors 10 months ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 10 months ago
Thomas Munro 29d66b2d2f jit: Remove obsolete LLVM version guard. 10 months ago
Nathan Bossart 0fa6884065 Fix sign-compare warnings in pg_iovec.h. 10 months ago
Peter Geoghegan caca6d8d27 Assert consistency of currPage that ended scan. 10 months ago
Nathan Bossart 4225276e25 Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK. 10 months ago
Tom Lane b8df690492 Improve fix for not entering parallel mode when holding interrupts. 10 months ago
Peter Geoghegan b5ee4e5202 Avoid nbtree parallel scan currPos confusion. 10 months ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 10 months ago
Amit Langote 075acdd933 Disallow partitionwise join when collations don't match 10 months ago
Amit Langote 90fe6251c8 Disallow partitionwise grouping when collations don't match 10 months ago
Richard Guo f00ab1fd15 Fix inconsistent RestrictInfo serial numbers 10 months ago
Nathan Bossart 41b98ddb77 Fix __attribute__((target(...))) usage. 10 months ago
Nathan Bossart f78667bd91 Use __attribute__((target(...))) for AVX-512 support. 10 months ago
Álvaro Herrera f56a01ebdb
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 10 months ago
Peter Eisentraut d7a2b5bd87 Clarify a foreign key error message 10 months ago
Michael Paquier 987027bcc0 Remove an obsolete comment in gistinsert() 10 months ago
Amit Kapila 7054186c4e Replicate generated columns when 'publish_generated_columns' is set. 10 months ago
Michael Paquier 70291a3c66 Improve handling of empty query results in BackgroundPsql::query() 10 months ago
Daniel Gustafsson f638aafd1e Find invalid databases during upgrade check stage 10 months ago
Daniel Gustafsson 1e37cc6e2c Remove unused variable 10 months ago
Peter Eisentraut a0be94067e doc: Remove event trigger firing matrix 10 months ago
Thomas Munro 9044fc1d45 Monkey-patch LLVM code to fix ARM relocation bug. 10 months ago
Peter Eisentraut ecb5af7798 Remove unused #include's from bin .c files 10 months ago
Michael Paquier ba08edb065 Extend Cluster.pm's background_psql() to be able to start asynchronously 10 months ago
David Rowley 87f81a5563 Fix hypothetical bug in ExprState building for hashing 10 months ago
Daniel Gustafsson 7bdaa4b542 Add a Git .mailmap file 10 months ago
Heikki Linnakangas e54688030c Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in 10 months ago
Michael Paquier 7d85d87f4d Clear padding of PgStat_HashKey when handling pgstats entries 10 months ago
Tom Lane 0704aed0d8 Use portable diff options in pg_bsd_indent's regression test. 10 months ago
Alexander Korotkov 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure 10 months ago
Bruce Momjian 3293b718a0 doc: use more accurate URL for bug reporting 10 months ago
Tom Lane b1008c1f01 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. 10 months ago
Bruce Momjian 32d07a000f doc: remove check of SVG files, since they are derived 10 months ago
Tom Lane 350e6b8ea8 pg_dump: provide a stable sort order for rules. 10 months ago
Masahiko Sawada 215f7af27d Fix typo in comment of gistdoinsert(). 10 months ago
Peter Geoghegan 846cfe0dcc Fix obsolete _bt_first comments. 10 months ago
Heikki Linnakangas 0d82970336 docs: Consistently use <optional> to indicate optional parameters 10 months ago
Peter Geoghegan b6558e4f83 nbtree: Remove useless 'strat' local variable. 10 months ago
Heikki Linnakangas 3c0fd64fec Split ProcSleep function into JoinWaitQueue and ProcSleep 10 months ago