summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-0126-25/+123
* Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund2018-05-012-19/+39
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-012-13/+20
* Remove investigative code for can't-reattach-to-shared-memory errors.Tom Lane2018-05-011-97/+1
* Document that subscription tests require hstorePeter Eisentraut2018-05-011-4/+6
* Does it help to wait before reattaching?Tom Lane2018-04-301-15/+4
* Map and unmap the shared memory block before risking VirtualFree.Tom Lane2018-04-301-3/+23
* Further effort at preventing memory map dump from affecting the results.Tom Lane2018-04-301-11/+23
* Remove plperl isnan hackPeter Eisentraut2018-04-301-7/+0
* Write error messages about duplicate OIDs to stderrPeter Eisentraut2018-04-301-2/+2
* Remove "Generating" output from catalog scriptsPeter Eisentraut2018-04-302-3/+0
* Don't do logical replication of TRUNCATE of zero tablesPeter Eisentraut2018-04-301-7/+10
* Remove Windows module-list-dumping code.Tom Lane2018-04-304-44/+10
* clean up pg_upgrade tmp_check under MSVCAndrew Dunstan2018-04-301-0/+1
* Ignore file generated during pg_upgrade testingAndrew Dunstan2018-04-301-0/+1
* Dump full memory maps around failing Windows reattach code.Tom Lane2018-04-304-46/+94
* Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane2018-04-291-10/+4
* Get still more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-291-10/+33
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-296-3/+46
* Get more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-291-2/+18
* Update time zone data files to tzdata release 2018d.Tom Lane2018-04-291-265/+272
* Avoid wrong results for power() with NaN input on some platforms.Tom Lane2018-04-296-3/+129
* Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language.Tom Lane2018-04-292-17/+25
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-287-19/+29
* Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.Tom Lane2018-04-282-2/+2
* Tweak reformat_dat_file.pl to make it more easily hand-invokable.Tom Lane2018-04-281-12/+14
* Clarify handling of special-case values in bootstrap catalog data.Tom Lane2018-04-283-17/+28
* Un-break contrib install with llvm.Tom Lane2018-04-281-0/+4
* Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.Tom Lane2018-04-281-12/+7
* Assorted minor doc/comment fixes.Tom Lane2018-04-282-2/+2
* Try to get some info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-271-1/+23
* Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.Tom Lane2018-04-271-2/+2
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-2718-102/+103
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-2763-284/+291
* perltidy: Don't write backup filesPeter Eisentraut2018-04-272-3/+1
* Remove outdated comment on how to set logtape's read buffer size.Heikki Linnakangas2018-04-271-2/+1
* C comment: add description of root_tuple_slotBruce Momjian2018-04-261-0/+4
* Post-feature-freeze pgindent run.Tom Lane2018-04-26157-935/+1032
* Preliminary work for pgindent run.Tom Lane2018-04-265-16/+112
* Avoid parsing catalog data twice during BKI file construction.Tom Lane2018-04-263-18/+58
* Fix duplicate_oids and unused_oids so user needn't cd to catalog dir.Tom Lane2018-04-262-20/+42
* Correct pg_recvlogical server version test.Noah Misch2018-04-251-1/+1
* Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.Tom Lane2018-04-253-48/+89
* Make Catalog.pm's representation of toast and index decls more abstract.Tom Lane2018-04-253-22/+23
* Prevent generation of bogus subquery scan paths.Robert Haas2018-04-255-19/+56
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-2552-1822/+1799
* Change pgindent/README to specify that we use perltidy version 20170521.Tom Lane2018-04-251-3/+8
* Update ExecInitPartitionInfo commentAlvaro Herrera2018-04-241-2/+1
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-243-10/+61
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-2314-21/+298