Commit Graph

44887 Commits (d4f16d50713077e69f8833df6b99d1eab0be1c33)
 

Author SHA1 Message Date
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 7 years ago
Peter Eisentraut a2ada08d4c perltidy: Don't write backup files 7 years ago
Heikki Linnakangas 45f87b7710 Remove outdated comment on how to set logtape's read buffer size. 7 years ago
Bruce Momjian 7551d9bc40 C comment: add description of root_tuple_slot 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Tom Lane f83bf385c1 Preliminary work for pgindent run. 7 years ago
Tom Lane a0854f1072 Avoid parsing catalog data twice during BKI file construction. 7 years ago
Tom Lane dd4cc9d706 Fix duplicate_oids and unused_oids so user needn't cd to catalog dir. 7 years ago
Bruce Momjian 1900365c1e docs: remove "III" version text from pgAdmin link 7 years ago
Noah Misch 6336b6dfc5 Correct pg_recvlogical server version test. 7 years ago
Tom Lane 5602265f77 Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure. 7 years ago
Tom Lane 1eb3a09e93 Make Catalog.pm's representation of toast and index decls more abstract. 7 years ago
Robert Haas dc1057fcd8 Prevent generation of bogus subquery scan paths. 7 years ago
Teodor Sigaev f35f30f74b Add amcheck missing downlink tests. 7 years ago
Tom Lane f04d4ac919 Reindent Perl files with perltidy version 20170521. 7 years ago
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