Commit Graph

44813 Commits (b39fd897e0398a6bdc6552daa7cacdf9c0e46d7e)
 

Author SHA1 Message Date
Tom Lane b39fd897e0 Improve regression test coverage of expand_tuple(). 7 years ago
Tom Lane 50c6bb0224 Fix enforcement of SELECT FOR UPDATE permissions with nested views. 7 years ago
Tom Lane 2a67d6440d Add commentary explaining why MaxIndexTuplesPerPage calculation is safe. 7 years ago
Peter Eisentraut e013288a65 Improve code comments 7 years ago
Peter Eisentraut a8677e3ff6 Support named and default arguments in CALL 7 years ago
Andrew Dunstan 7c44c46deb Prevent segfault in expand_tuple with no missing values 7 years ago
Tom Lane 8bf358c18e Improve regression test coverage for src/backend/tsearch/spell.c. 7 years ago
Tom Lane d25c2ee9c0 In libpq, free any partial query result before collecting a server error. 7 years ago
Alvaro Herrera fafec4cce8 Use custom hash opclass for hash partition pruning 7 years ago
Alvaro Herrera 4d0f6d3f20 Attempt to stabilize partition_prune test output (2) 7 years ago
Tom Lane 65a69dfa08 Fix bogus affix-merging code. 7 years ago
Alvaro Herrera b8ca984b2c Revert lowering of lock level for ATTACH PARTITION 7 years ago
Alvaro Herrera 181ccbb5e4 Add comment about default partition in check_new_partition_bound 7 years ago
Tom Lane 2fe977712c YA attempt to stabilize the results of the postgres_fdw regression test. 7 years ago
Alvaro Herrera a4d56f583e Use the right memory context for partkey's FmgrInfo 7 years ago
Tom Lane 3e110a373b Fix YA parallel-make hazard, this one in "make check" in plpython. 7 years ago
Teodor Sigaev 524054598f Fix interference between covering indexes and partitioned tables 7 years ago
Teodor Sigaev c266ed31a8 Cleanup covering infrastructure 7 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 7 years ago
Teodor Sigaev c9c875a28f Rename IndexInfo.ii_KeyAttrNumbers array 7 years ago
Alvaro Herrera 9e9befac4a Set relispartition correctly for index partitions 7 years ago
Tom Lane d1e9079295 Ignore nextOid when replaying an ONLINE checkpoint. 7 years ago
Tom Lane 0408e1ed59 Do not select new object OIDs that match recently-dead entries. 7 years ago
Heikki Linnakangas 811969b218 Allocate enough shared string memory for stats of auxiliary processes. 7 years ago
Heikki Linnakangas a820b4c329 Make local copy of client hostnames in backend status array. 7 years ago
Alvaro Herrera 72cf7f310c Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT 7 years ago
Tom Lane cee83ef4a2 Invoke submake-generated-headers during "make check", too. 7 years ago
Teodor Sigaev 92899992e1 Temporary revert 5c6110c6a9 7 years ago
Peter Eisentraut 651cb90941 Fix clashing function names between jsonb_plperl and jsonb_plperlu 7 years ago
Teodor Sigaev 5c6110c6a9 Fix interference between cavering indexes and partitioned tables 7 years ago
Peter Eisentraut f1f537cb46 doc: Add more information about logical replication privileges 7 years ago
Peter Eisentraut 036ca6f7bb doc: Fix typos in pgbench documentation 7 years ago
Andrew Dunstan 8716b264ed minor comment fixes in nbtinsert.c 7 years ago
Tom Lane 231bcd0803 Fix incorrect close() call in dsm_impl_mmap(). 7 years ago
Andrew Dunstan 074251db67 Adjustments to the btree fastpath optimization. 7 years ago
Tom Lane 31f1f0bb4f Put back parallel-safety guards in plpython and src/test/regress/. 7 years ago
Alvaro Herrera 15a8f8caad Fix IndexOnlyScan counter for heap fetches in parallel mode 7 years ago
Tom Lane 1a40485af6 Fix pgxs.mk to not try to build generated headers in external builds. 7 years ago
Heikki Linnakangas 29d7ebf51e Fix comment on B-tree insertion fastpath condition. 7 years ago
Tom Lane 3b8f6e75f3 Fix partial-build problems introduced by having more generated headers. 7 years ago
Alvaro Herrera 468abb8f7a Fix incorrect logic for choosing the next Parallel Append subplan 7 years ago
Magnus Hagander d7754822c5 Silence some warnings in TAP tests 7 years ago
Magnus Hagander 5d5aeddabf Make sure pg_rewind can't run as root 7 years ago
Tom Lane a65e17bd6f Reduce chattiness of genbki.pl and Gen_fmgrtab.pl. 7 years ago
Tom Lane 2cdf359fc4 Make reformat_dat_file.pl preserve all blank lines. 7 years ago
Tom Lane af1a949109 Further cleanup of client dependencies on src/include/catalog headers. 7 years ago
Magnus Hagander f5543d47bc catversion bump for online-checksums revert 7 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 7 years ago
Teodor Sigaev 03c11796a9 Improve covering index documentation 7 years ago
Alvaro Herrera d7a95f06a1 Minor comment updates 7 years ago