Commit Graph

44872 Commits (46cda5bf7bc209554b3c1bbb3040b45735387e0c)
 

Author SHA1 Message Date
Tom Lane 46cda5bf7b Change pgindent/README to specify that we use perltidy version 20170521. 7 years ago
Teodor Sigaev 4eaf7eaccb Add missing and dangling downlink checks to amcheck 7 years ago
Magnus Hagander 7f58f666cd Fix typo 7 years ago
Alvaro Herrera bd4aad3239 Update ExecInitPartitionInfo comment 7 years ago
Alvaro Herrera 1957f8dabf Initialize ExprStates once in run-time partition pruning 7 years ago
Alvaro Herrera 055fb8d33d Add GUC enable_partition_pruning 7 years ago
Tom Lane 4df58f7ed7 Fix handling of partition bounds for boolean partitioning columns. 7 years ago
Peter Eisentraut df044026fc Fix typo in logical truncate replication 7 years ago
Peter Eisentraut 56fb890ace Make Emacs settings match perltidy configuration 7 years ago
Alvaro Herrera bc972072a3 Add missing pstrdup 7 years ago
Alvaro Herrera dfce1f9e4e Remove useless default clause in switch 7 years ago
Teodor Sigaev a5ab8928d7 Make bms_prev_member work correctly with a 64 bit bitmapword 7 years ago
Teodor Sigaev 9975c128a1 Update trigram example in docs to correct state 7 years ago
Teodor Sigaev 6db4b49986 Fix wrong validation of top-parent pointer during page deletion in Btree. 7 years ago
Heikki Linnakangas 6a7b2ce2bd Make PGJIT_* macros safer. 7 years ago
Magnus Hagander 43cc4ee634 Add comment explaining BGWORKER_BYPASS_ALLOWCONN 7 years ago
Magnus Hagander 9cad926eb8 Add missing documentation for BGWORKER_BYPASS_ALLOWCONN 7 years ago
Tom Lane a66c03f698 Add missing "static" marker. 7 years ago
Peter Eisentraut 56811e5732 doc: Restructure authentication methods sections 7 years ago
Tom Lane 55e0e45817 Test conversion of NaN between float4 and float8. 7 years ago
Stephen Frost a0fefbcb71 Fix a couple minor typos 7 years ago
Tom Lane 676858bcb4 Don't run fast_default regression test in parallel with other tests. 7 years ago
Tom Lane b1b71f1658 Fix race conditions when an event trigger is added concurrently with DDL. 7 years ago
Tom Lane ec38dcd363 Tweak a couple of planner APIs to save recalculating join relids. 7 years ago
Tom Lane c792c7db41 Change more places to be less trusting of RestrictInfo.is_pushed_down. 7 years ago
Tom Lane 68c23cba34 Improve consistency of comments in system catalog headers. 7 years ago
Tom Lane e5d83995e9 Fix incorrect handling of join clauses pushed into parameterized paths. 7 years ago
Alvaro Herrera 79b2e52615 Remove quick path in ExecInitPartitionInfo for equal tupdescs 7 years ago
Alvaro Herrera 2d625176c0 Plural of modulus is moduli 7 years ago
Alvaro Herrera e5dcbb88a1 Rework code to determine partition pruning procedure 7 years ago
Alvaro Herrera cea5f9aa12 Enlarge find_other_exec's meager fgets buffer 7 years ago
Teodor Sigaev ff4943042f Fix datatype for number of heap tuples during last cleanup 7 years ago
Teodor Sigaev f97f0c921a Adjust _bt_insertonpg() comments 7 years ago
Teodor Sigaev 3d927961ae Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify() 7 years ago
Teodor Sigaev 075aade436 Adjust INCLUDE index truncation comments and code. 7 years ago
Tom Lane 5372c2c841 Improve error detection/reporting in Catalog.pm and genbki.pl. 7 years ago
Tom Lane 1dec82068b Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY. 7 years ago
Heikki Linnakangas fe7fc52645 Improve docs for the new INCLUDE directive in CREATE/ALTER TABLE. 7 years ago
Tom Lane 55d26ff638 Rationalize handling of single and double quotes in bootstrap data. 7 years ago
Tom Lane 9ffcccdb95 Rationalize handling of array type names in bootstrap data. 7 years ago
Tom Lane e90d4ddc63 Simplify genbki.pl's data quoting rules. 7 years ago
Heikki Linnakangas cf5a189059 Fix confusion on the padding of GIDs in on commit and abort records. 7 years ago
Alvaro Herrera b7e2cbc5b4 Update Append's idea of first_partial_plan 7 years ago
Heikki Linnakangas 55101549d5 Fix a few typos in comments and variable names. 7 years ago
Alvaro Herrera 95cdc77b35 Improve coverage of nodeAppend runtime partition prune 7 years ago
Tatsuo Ishii 03030512d1 Add more infinite recursion detection while locking a view. 7 years ago
Alvaro Herrera 47c91b5599 Restore partition_prune's usage of parallel workers 7 years ago
Tom Lane b15e8f71db Fix broken collation-aware searches in SP-GiST text opclass. 7 years ago
Alvaro Herrera 22ff2b8583 Update expected output of new test 7 years ago
Alvaro Herrera 158b7bc6d7 Ignore whole-rows in INSERT/CONFLICT with partitioned tables 7 years ago