Commit Graph

44930 Commits (fe4ecd08d81cfea7f0512189893cc02cf261ccde)
 

Author SHA1 Message Date
Tom Lane fe4ecd08d8 Fix compiler warning on Windows. 8 years ago
Tom Lane 6fe25c1358 Change SIZEOF_BOOL to 1 for Windows. 8 years ago
Andres Freund 2993435dba Further -Wimplicit-fallthrough cleanup. 8 years ago
Tom Lane b2328bf62b Fix some assorted compiler warnings on Windows. 8 years ago
Tom Lane 41c912cad1 Clean up warnings from -Wimplicit-fallthrough. 8 years ago
Andres Freund 1667148a4d Improve representation of 'moved partitions' indicator on deleted tuples. 8 years ago
Robert Haas 37a3058bc7 Fix interaction of foreign tuple routing with remote triggers. 8 years ago
Tom Lane 6594ee2803 Remove jsonb_plperl test cases for Inf/NaN conversions. 8 years ago
Tom Lane bcbf2346d6 Remove investigative code for can't-reattach-to-shared-memory errors. 8 years ago
Peter Eisentraut fa94fa6d82 Document that subscription tests require hstore 8 years ago
Bruce Momjian 81ff9ec8f8 doc comments: rendering engines are another UTF8 restriction 8 years ago
Bruce Momjian 3960fa5f63 docs comments: clarify why not to use UTF8 still in docs 8 years ago
Peter Eisentraut 5a6ab0a1b1 doc: Update limitations of partitions 8 years ago
Tom Lane 827eb4393c Tweak new jsonb_plperl test cases to work with old Perl versions. 8 years ago
Tom Lane 23078689a9 Does it help to wait before reattaching? 8 years ago
Tom Lane 73042b8d13 Map and unmap the shared memory block before risking VirtualFree. 8 years ago
Tom Lane ce07aff48f Further effort at preventing memory map dump from affecting the results. 8 years ago
Peter Eisentraut b04ebca6cd Remove plperl isnan hack 8 years ago
Peter Eisentraut c5679256e9 Write error messages about duplicate OIDs to stderr 8 years ago
Peter Eisentraut 33a1c2145c Remove "Generating" output from catalog scripts 8 years ago
Peter Eisentraut 92e1583b43 Don't do logical replication of TRUNCATE of zero tables 8 years ago
Peter Eisentraut e348e7ae57 Prevent infinity and NaN in jsonb/plperl transform 8 years ago
Tom Lane f7df8043f0 Remove Windows module-list-dumping code. 8 years ago
Andrew Dunstan bb779006f4 clean up pg_upgrade tmp_check under MSVC 8 years ago
Andrew Dunstan 0146e32f9f Ignore file generated during pg_upgrade testing 8 years ago
Tom Lane 6ba0cc4bd3 Dump full memory maps around failing Windows reattach code. 8 years ago
Tom Lane c5e46c7c3b Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only. 8 years ago
Tom Lane eb16011f4c Get still more info about Windows can't-reattach-to-shared-memory errors. 8 years ago
Tom Lane 6bdf1303b3 Avoid wrong results for power() with NaN input on more platforms. 8 years ago
Tom Lane 68e7e973d2 Get more info about Windows can't-reattach-to-shared-memory errors. 8 years ago
Tom Lane df629586e8 Update time zone data files to tzdata release 2018d. 8 years ago
Tom Lane 61b200e2f5 Avoid wrong results for power() with NaN input on some platforms. 8 years ago
Tom Lane 85475afdb6 Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language. 8 years ago
Tom Lane 9cb7db3f0c In AtEOXact_Files, complain if any files remain unclosed at commit. 8 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