Commit Graph

61804 Commits (ae53537e218a112676483e50358718d142bcfeb9)
 

Author SHA1 Message Date
Tom Lane 0b6dfce0ce Silence uninitialized-value warnings in compareJsonbContainers(). 2 months ago
Tom Lane c33e55ac91 Doc: clarify description of current-date/time functions. 2 months ago
Tom Lane 8bd92fc514 Stamp 18beta2. 2 months ago
Peter Eisentraut 3c9aafb775 Translation updates 2 months ago
Thomas Munro 7d11f36e71 aio: Fix configuration reload in IO workers. 2 months ago
Thomas Munro b4c19da93a aio: Remove obsolete IO worker ID references. 2 months ago
Thomas Munro b2afb06763 aio: Regularize IO worker internal naming. 2 months ago
Thomas Munro 20b8b5dab9 Fix stale idle flag when IO workers exit. 2 months ago
Tom Lane ccacaf4fae Fix inconsistent quoting of role names in ACLs. 2 months ago
Jacob Champion 3d23f68c55 oauth: Run Autoconf tests with correct compiler flags 2 months ago
Amit Kapila f36e577451 Fix the handling of two GUCs during upgrade. 2 months ago
Tatsuo Ishii a1973e5466 Doc: fix outdated protocol version. 2 months ago
Fujii Masao afb64a56d9 doc: Clarify meaning of "idle" in idle_replication_slot_timeout. 2 months ago
Fujii Masao 37c76aeb9a Change unit of idle_replication_slot_timeout to seconds. 2 months ago
Daniel Gustafsson 39f01083fa Fix sslkeylogfile error handling logging 2 months ago
Nathan Bossart 36026b0fe3 pg_dump: Fix object-type sort priority for large objects. 2 months ago
Michael Paquier 99fd638ba0 btree_gist: Merge the last two versions into version 1.8 2 months ago
Tom Lane 7bd752c1fb Link libpq with libdl if the platform needs that. 2 months ago
Masahiko Sawada 765a4c94cc Fix tab-completion for COPY and \copy options. 2 months ago
Amit Kapila 5d9e675b36 Doc: Improve logical replication failover documentation. 2 months ago
Michael Paquier 601a3133ae doc PG 18 relnotes: Remove item about PQservice() 2 months ago
Michael Paquier fc3edb52fb libpq: Remove PQservice() 2 months ago
Tom Lane 075554ec6c Fix low-probability memory leak in XMLSERIALIZE(... INDENT). 2 months ago
Michael Paquier 330db576f8 pg_walsummary: Improve stability of test checking statistics 2 months ago
Andres Freund 9a5334c0b4 aio: Combine io_uring memory mappings, if supported 2 months ago
Jacob Champion 3a797c2491 oauth: Fix kqueue detection on OpenBSD 2 months ago
Tom Lane 440c5ee202 Restore the ability to run pl/pgsql expression queries in parallel. 2 months ago
Michael Paquier 8d1071e7da Fix incompatibility with libxml2 >= 2.14 2 months ago
Álvaro Herrera 1e007722fa
Fix new pg_upgrade query not to rely on regnamespace 2 months ago
Álvaro Herrera 5aba3e637d
pg_upgrade: Add missing newline in error message 2 months ago
Álvaro Herrera 07da2985d6
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 2 months ago
Michael Paquier 29a4b63c6b Disable commit timestamps during bootstrap 2 months ago
Tom Lane 3d7a96871c Obtain required table lock during cross-table updates, redux. 2 months ago
Fujii Masao 0cd7fcaa85 doc: Update outdated descriptions of wal_status in pg_replication_slots. 2 months ago
Álvaro Herrera 8af310b331
Prevent creation of duplicate not-null constraints for domains 2 months ago
Fujii Masao f0151e2a4e doc: Remove incorrect note about wal_status in pg_replication_slots. 2 months ago
Tom Lane 5d0800000e Correctly copy the target host identification in PQcancelCreate. 2 months ago
Peter Geoghegan 4938737d54 Update obsolete row compare preprocessing comments. 2 months ago
Álvaro Herrera e16c9cd331
Fix error message for ALTER CONSTRAINT ... NOT VALID 2 months ago
Peter Geoghegan 4cb889d21f Make row compares robust during nbtree array scans. 2 months ago
Peter Geoghegan 7c365eb504 Make handling of redundant nbtree keys more robust. 2 months ago
Daniel Gustafsson 87f0d3cd8d doc: pg_buffercache documentation wordsmithing 2 months ago
Masahiko Sawada 7c6ededac8 Fix missing FSM vacuum opportunities on tables without indexes. 2 months ago
John Naylor 3e73d87353 Remove implicit cast from 'void *' 2 months ago
Michael Paquier d09d137934 Fix bug in archive streamer with LZ4 decompression 2 months ago
Peter Eisentraut b897a58556 Update comment for IndexInfo.ii_NullsNotDistinct 2 months ago
Nathan Bossart 3386b2fe7a Add commit 07448b3969 to .git-blame-ignore-revs. 2 months ago
Nathan Bossart c8b9f75111 Document pg_get_multixact_members(). 2 months ago
Peter Eisentraut 399997d8cc Update comment for IndexInfo.ii_WithoutOverlaps 2 months ago
Peter Eisentraut b71351e1f2 Fix outdated comment for IndexInfo 2 months ago