Commit Graph

60720 Commits (8dd7c7cd0a2605d5301266a6b67a569d6a305106)
 

Author SHA1 Message Date
Daniel Gustafsson 8dd7c7cd0a Replace EEOP_DONE with special steps for return/no return 6 months ago
Peter Eisentraut dabccf4513 Move RemoveInheritedConstraint() call slightly earlier 6 months ago
Peter Eisentraut 1d26c2d2c4 refactor: Split tryAttachPartitionForeignKey() 6 months ago
Peter Eisentraut 64224a834c refactor: re-add ATExecAlterChildConstr() 6 months ago
Michael Paquier 76def4cdd7 Add WAL data to backend statistics 6 months ago
Andres Freund 59a1592e39 tests: Make postmaster/002_connection_limits deal verbose logs 6 months ago
Tom Lane 29d6808ede CREATE INDEX: do update index stats if autovacuum=off. 6 months ago
Heikki Linnakangas f7c566a1a2 Fix a few more redundant calls of GetLatestSnapshot() 6 months ago
Heikki Linnakangas 2367503177 Fix snapshot used in logical replication index lookup 6 months ago
Tom Lane 9f87e2593f Doc: improve description of window function processing. 6 months ago
Alexander Korotkov 6bb6a62f3c Use extended stats for precise estimation of bucket size in hash join 6 months ago
Alexander Korotkov fae535da0a Teach Append to consider tuple_fraction when accumulating subpaths. 6 months ago
Peter Eisentraut b83e8a2ca2 Remove support for temporal RESTRICT foreign keys 6 months ago
David Rowley e033696596 Fix incorrect #endif comment 6 months ago
Heikki Linnakangas 03f8e9a7fe Fix incorrect assertion in libpqwalreceiver 6 months ago
Heikki Linnakangas 2a943afcff Fix test name and username used in failed connection attempts 6 months ago
Tom Lane fedfcf6650 Don't try to parallelize array_agg() on an anonymous record type. 6 months ago
Nathan Bossart 3c472a1829 doc: Adjust note about pg_upgrade's --jobs option. 6 months ago
Jeff Davis 1852aea3f5 Don't convert to and from floats in pg_dump. 6 months ago
Tom Lane 7fb8801021 Clear errno before calling strtol() in spell.c. 6 months ago
Peter Geoghegan 67fc4c9fd7 Make parallel nbtree index scans use an LWLock. 6 months ago
Peter Eisentraut 8021c77769 Make amcanorder independent of amconsistentordering 6 months ago
Peter Eisentraut 661781f3a3 Fix typo 6 months ago
Michael Paquier 21f653cc00 Use stricter ordering in regression test query for pg_stat_io 6 months ago
Michael Paquier 8b532771a0 Add regression test listing all the possible tuples in pg_stat_io 6 months ago
Michael Paquier 9a8dd2c5a6 Improve check for detection of pending data in backend statistics 6 months ago
Peter Geoghegan 8e167e6188 nbtree: refine _bt_readnextpage contract comments. 6 months ago
Nathan Bossart 088f8e2d56 Assert that wrapper_handler()'s argument is within expected range. 6 months ago
Tom Lane 34c3c5ce1c Include column name in build_attrmap_by_position's error reports. 6 months ago
Andres Freund b48832cddb tests: Don't fail due to high default timeout in postmaster/003_start_stop 6 months ago
Andres Freund 71d1ed6fe1 tests: Fix race condition in postmaster/002_connection_limits 6 months ago
Robert Haas d3fc7a5120 doc: Add missing decimal places to example rowcount. 6 months ago
Peter Eisentraut 7f24c02743 Improve possible performance regression 6 months ago
Peter Eisentraut af4002b381 Rename amcancrosscompare 6 months ago
Dean Rasheed 6da469bada Allow casting between bytea and integer types. 6 months ago
Jeff Davis d611f8b158 CREATE INDEX: don't update table stats if autovacuum=off. 6 months ago
John Naylor 19e57f4f78 Revert "vacuumdb: Add option for analyzing only relations missing stats." 6 months ago
John Naylor fcabc3adf8 Doc: correct aggressive vacuum threshold for multixact members storage 6 months ago
Nathan Bossart 5f8eb25706 vacuumdb: Add option for analyzing only relations missing stats. 6 months ago
Michael Paquier e2080261cc Fix race condition in TAP test 007_pre_auth 6 months ago
Álvaro Herrera 24503fa95c
reindexdb: move PQfinish() calls to the right place 6 months ago
Tom Lane 0f21db36d6 Fix some performance issues in GIN query startup. 6 months ago
Andrew Dunstan e33969abc1 Further fix for json_strip_nulls documentation 6 months ago
Andrew Dunstan 0e76f253f4 Remove extraneous commas in json{b}_strip_nulls documentation 6 months ago
Amit Kapila 588acf6d0e Avoid invalidating all RelationSyncCache entries on publication change. 6 months ago
Jeff Davis 1d33de9d68 Organize and deduplicate statistics import tests. 6 months ago
Jeff Davis f9f4b43b8d Address stats export review comments. 6 months ago
Jeff Davis 298944e8d8 Address stats import review comments. 6 months ago
Heikki Linnakangas 39de4f157d Fix compiler warnings about typedef redefinitions 6 months ago
Michael Paquier 7f7f324eb5 Add more monitoring data for WAL writes in the WAL receiver 6 months ago