Commit Graph

60708 Commits (b83e8a2ca2eb381ea0a48e5b2d4e4cdb74febc45)
 

Author SHA1 Message Date
Peter Eisentraut b83e8a2ca2 Remove support for temporal RESTRICT foreign keys 1 year ago
David Rowley e033696596 Fix incorrect #endif comment 1 year ago
Heikki Linnakangas 03f8e9a7fe Fix incorrect assertion in libpqwalreceiver 1 year ago
Heikki Linnakangas 2a943afcff Fix test name and username used in failed connection attempts 1 year ago
Tom Lane fedfcf6650 Don't try to parallelize array_agg() on an anonymous record type. 1 year ago
Nathan Bossart 3c472a1829 doc: Adjust note about pg_upgrade's --jobs option. 1 year ago
Jeff Davis 1852aea3f5 Don't convert to and from floats in pg_dump. 1 year ago
Tom Lane 7fb8801021 Clear errno before calling strtol() in spell.c. 1 year ago
Peter Geoghegan 67fc4c9fd7 Make parallel nbtree index scans use an LWLock. 1 year ago
Peter Eisentraut 8021c77769 Make amcanorder independent of amconsistentordering 1 year ago
Peter Eisentraut 661781f3a3 Fix typo 1 year ago
Michael Paquier 21f653cc00 Use stricter ordering in regression test query for pg_stat_io 1 year ago
Michael Paquier 8b532771a0 Add regression test listing all the possible tuples in pg_stat_io 1 year ago
Michael Paquier 9a8dd2c5a6 Improve check for detection of pending data in backend statistics 1 year ago
Peter Geoghegan 8e167e6188 nbtree: refine _bt_readnextpage contract comments. 1 year ago
Nathan Bossart 088f8e2d56 Assert that wrapper_handler()'s argument is within expected range. 1 year ago
Tom Lane 34c3c5ce1c Include column name in build_attrmap_by_position's error reports. 1 year ago
Andres Freund b48832cddb tests: Don't fail due to high default timeout in postmaster/003_start_stop 1 year ago
Andres Freund 71d1ed6fe1 tests: Fix race condition in postmaster/002_connection_limits 1 year ago
Robert Haas d3fc7a5120 doc: Add missing decimal places to example rowcount. 1 year ago
Peter Eisentraut 7f24c02743 Improve possible performance regression 1 year ago
Peter Eisentraut af4002b381 Rename amcancrosscompare 1 year ago
Dean Rasheed 6da469bada Allow casting between bytea and integer types. 1 year ago
Jeff Davis d611f8b158 CREATE INDEX: don't update table stats if autovacuum=off. 1 year ago
John Naylor 19e57f4f78 Revert "vacuumdb: Add option for analyzing only relations missing stats." 1 year ago
John Naylor fcabc3adf8 Doc: correct aggressive vacuum threshold for multixact members storage 1 year ago
Nathan Bossart 5f8eb25706 vacuumdb: Add option for analyzing only relations missing stats. 1 year ago
Michael Paquier e2080261cc Fix race condition in TAP test 007_pre_auth 1 year ago
Álvaro Herrera 24503fa95c
reindexdb: move PQfinish() calls to the right place 1 year ago
Tom Lane 0f21db36d6 Fix some performance issues in GIN query startup. 1 year ago
Andrew Dunstan e33969abc1 Further fix for json_strip_nulls documentation 1 year ago
Andrew Dunstan 0e76f253f4 Remove extraneous commas in json{b}_strip_nulls documentation 1 year ago
Amit Kapila 588acf6d0e Avoid invalidating all RelationSyncCache entries on publication change. 1 year ago
Jeff Davis 1d33de9d68 Organize and deduplicate statistics import tests. 1 year ago
Jeff Davis f9f4b43b8d Address stats export review comments. 1 year ago
Jeff Davis 298944e8d8 Address stats import review comments. 1 year ago
Heikki Linnakangas 39de4f157d Fix compiler warnings about typedef redefinitions 1 year ago
Michael Paquier 7f7f324eb5 Add more monitoring data for WAL writes in the WAL receiver 1 year ago
Heikki Linnakangas 393e0d2314 Split WaitEventSet functions to separate source file 1 year ago
Heikki Linnakangas 84e5b2f07a Use ModifyWaitEvent to update exit_on_postmaster_death 1 year ago
Fujii Masao 9f25b9f739 ecpg: Fix compiler warning in ecpg build with Meson. 1 year ago
Heikki Linnakangas a98e4dee63 Remove unused ShutdownLatchSupport() function 1 year ago
Daniel Gustafsson 153836b99a ci: Remove installation of libcurl 1 year ago
Andres Freund d4a6c847ca ci: Document what makes certain tasks special 1 year ago
Andres Freund 0a2f5df881 ci: freebsd: Specify debug_parallel_query=regress 1 year ago
Andres Freund ad40644eb8 ci: Upgrade FreeBSD image 1 year ago
Peter Geoghegan d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." 1 year ago
Andrew Dunstan 4603903d29 Allow json{b}_strip_nulls to remove null array elements 1 year ago
Peter Geoghegan 5ead85fbc8 Show index search count in EXPLAIN ANALYZE. 1 year ago
Heikki Linnakangas 635f580120 Rename some signal and interrupt handling functions for consistency 1 year ago