Commit Graph

45051 Commits (a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c)
 

Author SHA1 Message Date
Tom Lane 68e7e973d2 Get more info about Windows can't-reattach-to-shared-memory errors. 7 years ago
Tom Lane df629586e8 Update time zone data files to tzdata release 2018d. 7 years ago
Tom Lane 61b200e2f5 Avoid wrong results for power() with NaN input on some platforms. 7 years ago
Tom Lane 85475afdb6 Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language. 7 years ago
Tom Lane 9cb7db3f0c In AtEOXact_Files, complain if any files remain unclosed at commit. 7 years ago
Tom Lane cfffe83ba8 Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs. 8 years ago
Tom Lane 84549ebd4c Tweak reformat_dat_file.pl to make it more easily hand-invokable. 8 years ago
Tom Lane 45c6d75f8c Clarify handling of special-case values in bootstrap catalog data. 8 years ago
Tom Lane f2bb32dbd6 Un-break contrib install with llvm. 8 years ago
Tom Lane bc19b78362 Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros. 8 years ago
Tom Lane 4094031dd3 Assorted minor doc/comment fixes. 8 years ago
Tom Lane 63ca350ef9 Try to get some info about Windows can't-reattach-to-shared-memory errors. 8 years ago
Tom Lane 2e83e6bd74 Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE. 8 years ago
Peter Eisentraut 76ece16974 perltidy: Add option --nooutdent-long-comments 8 years ago
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 8 years ago
Peter Eisentraut a2ada08d4c perltidy: Don't write backup files 8 years ago
Heikki Linnakangas 45f87b7710 Remove outdated comment on how to set logtape's read buffer size. 8 years ago
Bruce Momjian 7551d9bc40 C comment: add description of root_tuple_slot 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Tom Lane f83bf385c1 Preliminary work for pgindent run. 8 years ago
Tom Lane a0854f1072 Avoid parsing catalog data twice during BKI file construction. 8 years ago
Tom Lane dd4cc9d706 Fix duplicate_oids and unused_oids so user needn't cd to catalog dir. 8 years ago
Bruce Momjian 1900365c1e docs: remove "III" version text from pgAdmin link 8 years ago
Noah Misch 6336b6dfc5 Correct pg_recvlogical server version test. 8 years ago
Tom Lane 5602265f77 Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure. 8 years ago
Tom Lane 1eb3a09e93 Make Catalog.pm's representation of toast and index decls more abstract. 8 years ago
Robert Haas dc1057fcd8 Prevent generation of bogus subquery scan paths. 8 years ago
Teodor Sigaev f35f30f74b Add amcheck missing downlink tests. 8 years ago
Tom Lane f04d4ac919 Reindent Perl files with perltidy version 20170521. 8 years ago
Tom Lane 46cda5bf7b Change pgindent/README to specify that we use perltidy version 20170521. 8 years ago
Teodor Sigaev 4eaf7eaccb Add missing and dangling downlink checks to amcheck 8 years ago
Magnus Hagander 7f58f666cd Fix typo 8 years ago
Alvaro Herrera bd4aad3239 Update ExecInitPartitionInfo comment 8 years ago
Alvaro Herrera 1957f8dabf Initialize ExprStates once in run-time partition pruning 8 years ago
Alvaro Herrera 055fb8d33d Add GUC enable_partition_pruning 8 years ago
Tom Lane 4df58f7ed7 Fix handling of partition bounds for boolean partitioning columns. 8 years ago
Peter Eisentraut df044026fc Fix typo in logical truncate replication 8 years ago
Peter Eisentraut 56fb890ace Make Emacs settings match perltidy configuration 8 years ago
Alvaro Herrera bc972072a3 Add missing pstrdup 8 years ago
Alvaro Herrera dfce1f9e4e Remove useless default clause in switch 8 years ago
Teodor Sigaev a5ab8928d7 Make bms_prev_member work correctly with a 64 bit bitmapword 8 years ago
Teodor Sigaev 9975c128a1 Update trigram example in docs to correct state 8 years ago
Teodor Sigaev 6db4b49986 Fix wrong validation of top-parent pointer during page deletion in Btree. 8 years ago
Heikki Linnakangas 6a7b2ce2bd Make PGJIT_* macros safer. 8 years ago
Magnus Hagander 43cc4ee634 Add comment explaining BGWORKER_BYPASS_ALLOWCONN 8 years ago
Magnus Hagander 9cad926eb8 Add missing documentation for BGWORKER_BYPASS_ALLOWCONN 8 years ago
Tom Lane a66c03f698 Add missing "static" marker. 8 years ago
Peter Eisentraut 56811e5732 doc: Restructure authentication methods sections 8 years ago
Tom Lane 55e0e45817 Test conversion of NaN between float4 and float8. 8 years ago
Stephen Frost a0fefbcb71 Fix a couple minor typos 8 years ago