Commit Graph

46551 Commits (8586bf7ed8889f39a59dd99b292014b73be85342)
 

Author SHA1 Message Date
Andres Freund 8586bf7ed8 tableam: introduce table AM infrastructure. 6 years ago
Andres Freund f217761856 Fix bug in clearing of virtual tuple slot. 6 years ago
Robert Haas 93473c6ac8 Removed unused variable, openLogOff. 6 years ago
Andrew Dunstan bd09503e63 Increase the default vacuum_cost_limit from 200 to 2000 6 years ago
Michael Paquier ff9bff0a85 Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE 6 years ago
Andrew Dunstan e988878f85 Fix pgbench TAP test failure with funky file names (redux) 6 years ago
Peter Eisentraut 9b1384dd6a Remove duplicate macro 6 years ago
Heikki Linnakangas fe280694d0 Scan GiST indexes in physical order during VACUUM. 6 years ago
Peter Geoghegan 35bc0ec7c8 Note case where nbtree VACUUM finishes splits. 6 years ago
Andrew Dunstan 1638623f34 Disable dump_connstr test on Msys2 6 years ago
Andrew Dunstan 4eff1e9f0b Allow recovery tests to run on Windows as an admin user 6 years ago
Peter Geoghegan 72c7c4e386 Correct obsolete nbtree page split WAL comment. 6 years ago
Andrew Dunstan 6ad94e4d73 Reorder configure tests for accept() in Windows 6 years ago
Alvaro Herrera b96f6b1948 pg_partition_ancestors 6 years ago
Alvaro Herrera d12fbe2f8e Test partition functions with legacy inheritance children, too 6 years ago
Peter Eisentraut 278584b526 Remove volatile from latch API 6 years ago
Michael Paquier 754b90f657 Fix error handling of readdir() port implementation on first file lookup 6 years ago
Andrew Dunstan 5bd9160f27 fix thinko in logrotate test 6 years ago
Andrew Dunstan d611175e53 Don't do pg_ctl logrotate test on Windows 6 years ago
Tom Lane 80b9e9c466 Improve performance of index-only scans with many index columns. 6 years ago
Andrew Dunstan 78b408a20a Avoid accidental wildcard expansion in msys shell 6 years ago
Dean Rasheed ed4653db8c Further fixing for multi-row VALUES lists for updatable views. 6 years ago
Michael Paquier 3422955735 Consider only relations part of partition trees in partition functions 6 years ago
Andres Freund 70b9bda65f Use a virtual rather than a heap slot in two places where that suffices. 6 years ago
Tom Lane 3396138a6d Check we don't misoptimize a NOT IN where the subquery returns no rows. 6 years ago
Tom Lane 65ce07e020 Teach optimizer's predtest.c more things about ScalarArrayOpExpr. 6 years ago
Peter Eisentraut aad21d4c3c Fix whitespace 6 years ago
Andrew Dunstan 97b6f2eb75 Remove tests for pg_dumpall --exclude-database missing argument 6 years ago
Andres Freund ad0bda5d24 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. 6 years ago
Andrew Dunstan 6cbdbd9e8d Add extra descriptive headings in pg_dumpall 6 years ago
Andrew Dunstan f092de0503 Add --exclude-database option to pg_dumpall 6 years ago
Amit Kapila 9c32e4c350 Clear the local map when not used. 6 years ago
Michael Paquier 0f3cdf873e Make pg_partition_tree return no rows on unsupported and undefined objects 6 years ago
Andres Freund 253655116b Don't superfluously materialize slot after DELETE from an FDW. 6 years ago
Andres Freund 8f0577386e Don't force materializing when copying a buffer tuple table slot. 6 years ago
Alvaro Herrera 2c31825fb9 Improve docs for ALTER TABLE .. SET TABLESPACE 6 years ago
Joe Conway 4598a99cf2 Make get_controlfile not leak file descriptors 6 years ago
Andres Freund f414abd62d Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple(). 6 years ago
Alvaro Herrera 19455c9f56 pg_dump: Fix ArchiveEntry handling of some empty values 6 years ago
Peter Eisentraut 3f61999cc9 Merge near-duplicate code in RI triggers 6 years ago
Tom Lane c94fb8e8ac Standardize some more loops that chase down parallel lists. 6 years ago
Peter Eisentraut 0a271df705 Clean up some variable names in ri_triggers.c 6 years ago
Peter Eisentraut 554ebf6878 Compact for loops 6 years ago
Peter Eisentraut 05d604718f Reduce comments 6 years ago
Peter Eisentraut 0afdecc1e5 Remove unnecessary unused MATCH PARTIAL code 6 years ago
Peter Eisentraut 22c0d52b8d Update comment 6 years ago
Michael Paquier b3a156858a Improve documentation of data_sync_retry 6 years ago
Michael Paquier 87c346a35e Fix SCRAM authentication via SSL when mixing versions of OpenSSL 6 years ago
Peter Eisentraut da35d14806 Remove unused macro 6 years ago
Andres Freund 5963b29e03 Initialize variable to silence compiler warning. 6 years ago