Commit Graph

44833 Commits (9ffcccdb958d38db5051bf64143330ff445a26cc)
 

Author SHA1 Message Date
Tom Lane 9ffcccdb95 Rationalize handling of array type names in bootstrap data. 8 years ago
Tom Lane e90d4ddc63 Simplify genbki.pl's data quoting rules. 8 years ago
Heikki Linnakangas cf5a189059 Fix confusion on the padding of GIDs in on commit and abort records. 8 years ago
Alvaro Herrera b7e2cbc5b4 Update Append's idea of first_partial_plan 8 years ago
Heikki Linnakangas 55101549d5 Fix a few typos in comments and variable names. 8 years ago
Alvaro Herrera 95cdc77b35 Improve coverage of nodeAppend runtime partition prune 8 years ago
Tatsuo Ishii 03030512d1 Add more infinite recursion detection while locking a view. 8 years ago
Alvaro Herrera 47c91b5599 Restore partition_prune's usage of parallel workers 8 years ago
Tom Lane b15e8f71db Fix broken collation-aware searches in SP-GiST text opclass. 8 years ago
Alvaro Herrera 22ff2b8583 Update expected output of new test 8 years ago
Alvaro Herrera 158b7bc6d7 Ignore whole-rows in INSERT/CONFLICT with partitioned tables 8 years ago
Tom Lane 3a2d636598 Fix potentially-unportable code in contrib/adminpack. 8 years ago
Tom Lane f8a187bdba Clean up callers of JsonbIteratorNext(). 8 years ago
Magnus Hagander 33cedf1474 Don't attempt to verify checksums on new pages 8 years ago
Magnus Hagander 90372729f4 Fix build of pg_verify_checksum docs 8 years ago
Magnus Hagander 645387927f Clarify pg_verify_checksum documentation 8 years ago
Magnus Hagander 44e2df461f Remove -f option from pg_verify_checksums 8 years ago
Tom Lane 49ac4039b2 Simplify view-expansion code in rewriteHandler.c. 8 years ago
Alvaro Herrera 4d64abc2fe List src/include/partitioning in src/include/Makefile 8 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 8 years ago
Tom Lane b39fd897e0 Improve regression test coverage of expand_tuple(). 8 years ago
Tom Lane 50c6bb0224 Fix enforcement of SELECT FOR UPDATE permissions with nested views. 8 years ago
Tom Lane 2a67d6440d Add commentary explaining why MaxIndexTuplesPerPage calculation is safe. 8 years ago
Peter Eisentraut e013288a65 Improve code comments 8 years ago
Peter Eisentraut a8677e3ff6 Support named and default arguments in CALL 8 years ago
Andrew Dunstan 7c44c46deb Prevent segfault in expand_tuple with no missing values 8 years ago
Tom Lane 8bf358c18e Improve regression test coverage for src/backend/tsearch/spell.c. 8 years ago
Tom Lane d25c2ee9c0 In libpq, free any partial query result before collecting a server error. 8 years ago
Alvaro Herrera fafec4cce8 Use custom hash opclass for hash partition pruning 8 years ago
Alvaro Herrera 4d0f6d3f20 Attempt to stabilize partition_prune test output (2) 8 years ago
Tom Lane 65a69dfa08 Fix bogus affix-merging code. 8 years ago
Alvaro Herrera b8ca984b2c Revert lowering of lock level for ATTACH PARTITION 8 years ago
Alvaro Herrera 181ccbb5e4 Add comment about default partition in check_new_partition_bound 8 years ago
Tom Lane 2fe977712c YA attempt to stabilize the results of the postgres_fdw regression test. 8 years ago
Alvaro Herrera a4d56f583e Use the right memory context for partkey's FmgrInfo 8 years ago
Tom Lane 3e110a373b Fix YA parallel-make hazard, this one in "make check" in plpython. 8 years ago
Teodor Sigaev 524054598f Fix interference between covering indexes and partitioned tables 8 years ago
Teodor Sigaev c266ed31a8 Cleanup covering infrastructure 8 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 8 years ago
Teodor Sigaev c9c875a28f Rename IndexInfo.ii_KeyAttrNumbers array 8 years ago
Alvaro Herrera 9e9befac4a Set relispartition correctly for index partitions 8 years ago
Tom Lane d1e9079295 Ignore nextOid when replaying an ONLINE checkpoint. 8 years ago
Tom Lane 0408e1ed59 Do not select new object OIDs that match recently-dead entries. 8 years ago
Heikki Linnakangas 811969b218 Allocate enough shared string memory for stats of auxiliary processes. 8 years ago
Heikki Linnakangas a820b4c329 Make local copy of client hostnames in backend status array. 8 years ago
Alvaro Herrera 72cf7f310c Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT 8 years ago
Tom Lane cee83ef4a2 Invoke submake-generated-headers during "make check", too. 8 years ago
Teodor Sigaev 92899992e1 Temporary revert 5c6110c6a9 8 years ago
Peter Eisentraut 651cb90941 Fix clashing function names between jsonb_plperl and jsonb_plperlu 8 years ago
Teodor Sigaev 5c6110c6a9 Fix interference between cavering indexes and partitioned tables 8 years ago