Commit Graph

61819 Commits (REL_18_STABLE)
 

Author SHA1 Message Date
Alexander Korotkov c71c702f06 Improve the stability of the recovery test 047_checkpoint_physical_slot 2 months ago
Alexander Korotkov 5449d5b7ae Fix infinite wait when reading a partially written WAL record 2 months ago
Dean Rasheed 27c7c11366 Fix concurrent update trigger issues with MERGE in a CTE. 2 months ago
Tom Lane bfa9b25c94 Fix PQport to never return NULL unless the connection is NULL. 2 months ago
Álvaro Herrera e0d3f3cfb6
Remove assertion from PortalRunMulti 2 months ago
Nathan Bossart c4b5cd0956 doc: Add note about how to use pg_overexplain. 2 months ago
Amit Langote 02d21cfd4b Remove duplicate line 2 months ago
Michael Paquier 4fcbe06aa8 Fix inconsistent LWLock tranche names for MultiXact* 2 months ago
Daniel Gustafsson 409c63f9f6 doc: Add example file for COPY 2 months ago
Álvaro Herrera dca0e9693b
Fix dumping of comments on invalid constraints on domains 2 months ago
Jeff Davis 973caf7291 pg_dumpall: Skip global objects with --statistics-only or --no-schema. 2 months ago
Nathan Bossart 40c66f8585 psql: Fix note on project naming in output of \copyright. 2 months ago
Fujii Masao ac7c044831 doc: Fix confusing description of streaming option in START_REPLICATION. 2 months ago
Fujii Masao da9a888da2 doc: Clarify that total_vacuum_time excludes VACUUM FULL. 2 months ago
Tom Lane f8ce5dea43 Doc: clarify description of regexp fields in pg_ident.conf. 2 months ago
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