Commit Graph

61898 Commits (3e311664e4974ea0eef708d54256aacbb0239c95)
 

Author SHA1 Message Date
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
Andres Freund f54af9f267 aio: Combine io_uring memory mappings, if supported 2 months ago
Richard Guo 55a780e947 Consider explicit incremental sort for Append and MergeAppend 2 months ago
Jacob Champion 7376e60854 oauth: Fix kqueue detection on OpenBSD 2 months ago
Álvaro Herrera 3adcf9fbd8
Adapt pg_upgrade test to pg_lsn output format difference 2 months ago
Tom Lane 87b05fdc73 Restore the ability to run pl/pgsql expression queries in parallel. 2 months ago
Álvaro Herrera c616785516
Refactor some repetitive SLRU code 2 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 2 months ago
Michael Paquier 62a17a9283 Integrate FullTransactionIds deeper into two-phase code 2 months ago
Michael Paquier 8aa54aa7ee Fix incompatibility with libxml2 >= 2.14 2 months ago
Etsuro Fujita 21c9756db6 postgres_fdw: Add Assert to estimate_path_cost_size(). 2 months ago
Álvaro Herrera 144ad723a4
Fix new pg_upgrade query not to rely on regnamespace 2 months ago
Álvaro Herrera 90a85fce5e
pg_upgrade: Add missing newline in error message 2 months ago
Álvaro Herrera f295494d33
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 2 months ago
Fujii Masao d64d68fddf amcheck: Remove unused IndexCheckableCallback typedef. 2 months ago
Michael Paquier 5a6c39b6df Disable commit timestamps during bootstrap 2 months ago
Fujii Masao 78ebda66bf Speed up truncation of temporary relations. 2 months ago
Tom Lane 931766aaec Simplify COALESCE() with one surviving argument. 2 months ago
Tom Lane fc896821c4 Add more cross-type comparisons to contrib/btree_gin. 2 months ago
Tom Lane e2b64fcef3 Add cross-type comparisons to contrib/btree_gin. 2 months ago
Tom Lane 0059bbe1ec Break out xxx2yyy_opt_overflow APIs for more datetime conversions. 2 months ago
Tom Lane a10f21e6ce Obtain required table lock during cross-table updates, redux. 2 months ago
Álvaro Herrera a604affade
Add tab-completion for ALTER TABLE not-nulls 2 months ago
Fujii Masao c84698ceae Remove leftover dead code from commit_ts.h. 2 months ago
Álvaro Herrera 81a2625eb2
Fix broken XML 2 months ago
Fujii Masao ff3007c66d doc: Update outdated descriptions of wal_status in pg_replication_slots. 2 months ago
Álvaro Herrera 647cffd2f3
Prevent creation of duplicate not-null constraints for domains 2 months ago
Álvaro Herrera 87251e1149
Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error 2 months ago
Michael Paquier 8ec04c8577 Refactor subtype field of AlterDomainStmt 2 months ago
Fujii Masao 170673a22f doc: Remove incorrect note about wal_status in pg_replication_slots. 2 months ago
Fujii Masao bc2f348e87 Support multi-line headers in COPY FROM command. 2 months ago
Michael Paquier fd7d7b7191 Improve checks for GUC recovery_target_timeline 2 months ago
Richard Guo 0da29e4cb1 Enable use of Memoize for ANTI joins 2 months ago
Michael Paquier 7b2eb72b1b Add InjectionPointList() to retrieve list of injection points 2 months ago
Tom Lane fe05430ace Correctly copy the target host identification in PQcancelCreate. 2 months ago
Nathan Bossart 0c2b7174c3 Fix cross-version upgrade test breakage from commit fe07100e82. 2 months ago
Nathan Bossart bb109382ef Make more use of RELATION_IS_OTHER_TEMP(). 2 months ago