Commit Graph

61900 Commits (ebaaf386adb133010c2024256521b993c5e53e98)
 

Author SHA1 Message Date
Álvaro Herrera b8926a5b4b
Remove assertion from PortalRunMulti 2 months ago
Nathan Bossart 26cc96d452 doc: Add note about how to use pg_overexplain. 2 months ago
Amit Langote afa5c365ec Remove duplicate line 2 months ago
Michael Paquier 74a3fc36f3 Split regression tests for TOAST compression methods into two files 2 months ago
Michael Paquier a493e741d3 Fix inconsistent LWLock tranche names for MultiXact* 2 months ago
Daniel Gustafsson f6ffbeda00 doc: Add example file for COPY 2 months ago
Jeff Davis 5e6e42e44f Force LC_COLLATE to C in postmaster. 2 months ago
Álvaro Herrera 0858f0f96e
Fix dumping of comments on invalid constraints on domains 2 months ago
Peter Geoghegan 4c8ad67a98 nbtree: Use only one notnullkey ScanKeyData. 2 months ago
Jeff Davis 48c2c7b4b4 pg_dumpall: Skip global objects with --statistics-only or --no-schema. 2 months ago
Nathan Bossart ecc5161a0b psql: Fix note on project naming in output of \copyright. 2 months ago
Michael Paquier 1dbe6f7667 Refactor non-supported compression error message in toast_compression.c 2 months ago
Fujii Masao b8341ae856 pgoutput: Initialize missing default for "origin" parameter. 2 months ago
Fujii Masao d8425811b6 doc: Document default values for pgoutput options in protocol.sgml. 2 months ago
Fujii Masao 09fcc652fe doc: Fix confusing description of streaming option in START_REPLICATION. 2 months ago
Fujii Masao 7c3b591af3 doc: Clarify that total_vacuum_time excludes VACUUM FULL. 2 months ago
Tom Lane 5fe55a0fe4 Doc: clarify description of regexp fields in pg_ident.conf. 2 months ago
Tom Lane 2a3a396432 Clarify the ra != rb case in compareJsonbContainers(). 2 months ago
Tom Lane aad1617b76 Silence uninitialized-value warnings in compareJsonbContainers(). 2 months ago
Tom Lane 8ffd9ac3b2 Doc: clarify description of current-date/time functions. 2 months ago
Fujii Masao ff0bcb248e psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and FOREIGN SERVER. 2 months ago
Michael Paquier 006fc975a2 Fix comments in index.c 2 months ago
Fujii Masao 88a658a42e amcheck: Improve error message for partitioned index target. 2 months ago
Michael Paquier 6b1c4d326b psql: Add variable SERVICEFILE 2 months ago
Tom Lane 3c4e26a62c In username-map substitution, cope with more than one \1. 2 months ago
Michael Paquier 092f3c63ef libpq: Add "servicefile" connection option 2 months ago
Nathan Bossart 8893c3ab36 Remove XLogCtl->ckptFullXid. 2 months ago
Tom Lane 84ce258707 Replace float8 with int in date2isoweek() and date2isoyear(). 2 months ago
Andres Freund f2c87ac04e Remove long-unused TransactionIdIsActive() 2 months ago
Thomas Munro b8e1f2d96b aio: Fix configuration reload in IO workers. 2 months ago
Thomas Munro 177c1f0593 aio: Remove obsolete IO worker ID references. 2 months ago
Thomas Munro 01d618bcd7 aio: Regularize IO worker internal naming. 2 months ago
Thomas Munro 40e105042a Fix stale idle flag when IO workers exit. 2 months ago
Tom Lane 64840e4624 Fix inconsistent quoting of role names in ACLs. 2 months ago
Jacob Champion 990571a08b oauth: Run Autoconf tests with correct compiler flags 2 months ago
Nathan Bossart 8d33fbacba Add FLUSH_UNLOGGED option to CHECKPOINT command. 2 months ago
Nathan Bossart 2f698d7f4b Add MODE option to CHECKPOINT command. 2 months ago
Nathan Bossart a4f126516e Add option list to CHECKPOINT command. 2 months ago
Nathan Bossart bb938e2c3c Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. 2 months ago
Nathan Bossart cd8324cc89 Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED. 2 months ago
Tom Lane f25792c541 Force LC_NUMERIC to C while running TAP tests. 2 months ago
Amit Kapila 72e6c08fea Fix the handling of two GUCs during upgrade. 2 months ago
Tatsuo Ishii 4cff01c4a3 Doc: fix outdated protocol version. 2 months ago
Fujii Masao 110e6dcaa6 doc: Clarify meaning of "idle" in idle_replication_slot_timeout. 2 months ago
Fujii Masao 05dedf43d3 Change unit of idle_replication_slot_timeout to seconds. 2 months ago
Daniel Gustafsson a6c0bf9303 Fix sslkeylogfile error handling logging 2 months ago
Nathan Bossart fb6c860bbd pg_dump: Fix object-type sort priority for large objects. 2 months ago
Michael Paquier b41c430846 btree_gist: Merge the last two versions into version 1.8 2 months ago
Michael Paquier 4eca711bc9 injection_points: Add injection_points_list() 2 months ago
Andres Freund 48a23f6eae Use pg_assume() to avoid compiler warning below exec_set_found() 2 months ago