summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-04Sync our copy of the timezone library with IANA release tzcode2018e.Tom Lane
2018-05-04Fix precedence problem in new Perl code.Tom Lane
2018-05-04pg_dump: Use current_database() instead of PQdb()Peter Eisentraut
2018-05-04Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-05-04Update expected files for older Python versionsPeter Eisentraut
2018-05-03Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.Tom Lane
2018-05-03Avoid overwriting unchanged output files in genbki.pl and Gen_fmgrtab.pl.Tom Lane
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-05-03Tweak tests to support Python 3.7Peter Eisentraut
2018-05-03Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev
2018-05-03Fix pg_dump support for pre-8.2 versionsTeodor Sigaev
2018-05-03Further improve code for probing the availability of ARM CRC instructions.Tom Lane
2018-05-03Fix SPI error cleanup and memory leakPeter Eisentraut
2018-05-02Improve our method for probing the availability of ARM CRC instructions.Tom Lane
2018-05-02Suppress some compiler warnings in plperl on Windows.Tom Lane
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2018-05-02Fix bogus code for extracting extended-statistics data from syscache.Tom Lane
2018-05-02Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas
2018-05-02Fix compiler warning on Windows.Tom Lane
2018-05-02Change SIZEOF_BOOL to 1 for Windows.Tom Lane
2018-05-02Further -Wimplicit-fallthrough cleanup.Andres Freund
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-05-01Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund
2018-05-01Fix interaction of foreign tuple routing with remote triggers.Robert Haas
2018-05-01Remove investigative code for can't-reattach-to-shared-memory errors.Tom Lane
2018-05-01Document that subscription tests require hstorePeter Eisentraut
2018-05-01Does it help to wait before reattaching?Tom Lane
2018-04-30Map and unmap the shared memory block before risking VirtualFree.Tom Lane
2018-04-30Further effort at preventing memory map dump from affecting the results.Tom Lane
2018-04-30Remove plperl isnan hackPeter Eisentraut
2018-04-30Write error messages about duplicate OIDs to stderrPeter Eisentraut
2018-04-30Remove "Generating" output from catalog scriptsPeter Eisentraut
2018-04-30Don't do logical replication of TRUNCATE of zero tablesPeter Eisentraut
2018-04-30Remove Windows module-list-dumping code.Tom Lane
2018-04-30clean up pg_upgrade tmp_check under MSVCAndrew Dunstan
2018-04-30Ignore file generated during pg_upgrade testingAndrew Dunstan
2018-04-30Dump full memory maps around failing Windows reattach code.Tom Lane
2018-04-30Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane
2018-04-30Get still more info about Windows can't-reattach-to-shared-memory errors.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Get more info about Windows can't-reattach-to-shared-memory errors.Tom Lane
2018-04-29Update time zone data files to tzdata release 2018d.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-04-29Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language.Tom Lane
2018-04-28In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane
2018-04-28Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.Tom Lane
2018-04-28Tweak reformat_dat_file.pl to make it more easily hand-invokable.Tom Lane
2018-04-28Clarify handling of special-case values in bootstrap catalog data.Tom Lane