Commit Graph

61734 Commits (5fe55a0fe40e801c77d8b2541caaaca49e67a75f)
 

Author SHA1 Message Date
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
Andres Freund d65eb5b1b8 Add pg_assume(expr) macro 2 months ago
Tom Lane 4df477153a Link libpq with libdl if the platform needs that. 2 months ago
Jeff Davis 53cd0b71ee Change wchar2char() and char2wchar() to accept a locale_t. 2 months ago
Tom Lane 9dcc764144 Minor tweaks for pg_test_timing. 2 months ago
Nathan Bossart 167ed8082f Introduce pg_dsm_registry_allocations view. 2 months ago
Masahiko Sawada f5a987c0e5 Fix tab-completion for COPY and \copy options. 2 months ago
Fujii Masao 86c539c5af psql: Improve psql tab completion for GRANT/REVOKE on large objects. 2 months ago
John Naylor ed26c4e25a Hide ICU C++ APIs from pg_locale.h 2 months ago
Michael Paquier df286a5b83 libpq: Add TAP test for nested service file 2 months ago
Amit Kapila 24f608625f Doc: Improve logical replication failover documentation. 2 months ago
Michael Paquier fef6da9e9c libpq: Remove PQservice() 2 months ago
Tom Lane 93001888d8 Fix up misuse of "volatile" in contrib/xml2. 2 months ago
Tom Lane e03c952877 Fix low-probability memory leak in XMLSERIALIZE(... INDENT). 2 months ago
Álvaro Herrera aa39b4e35a
Fix a couple more places in docs for pg_lsn change 2 months ago
Tom Lane 0b096e379e Change pg_test_timing to measure in nanoseconds not microseconds. 2 months ago
Michael Paquier a27893df45 pg_walsummary: Improve stability of test checking statistics 2 months ago