aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Put in_range_float4_float8's work in-line.Tom Lane2018-05-05
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-05
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Don't mark pages all-visible spuriouslyAlvaro Herrera2018-05-04
* Provide for testing on python3 modules when under MSVCAndrew Dunstan2018-05-04
* Allow MSYS as well as MINGW in Msys unameAndrew Dunstan2018-05-04
* Sync our copy of the timezone library with IANA release tzcode2018e.Tom Lane2018-05-04
* Fix precedence problem in new Perl code.Tom Lane2018-05-04
* pg_dump: Use current_database() instead of PQdb()Peter Eisentraut2018-05-04
* Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev2018-05-04
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Update expected files for older Python versionsPeter Eisentraut2018-05-03
* Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.Tom Lane2018-05-03
* Avoid overwriting unchanged output files in genbki.pl and Gen_fmgrtab.pl.Tom Lane2018-05-03
* Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane2018-05-03
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-03
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-03
* Fix pg_dump support for pre-8.2 versionsTeodor Sigaev2018-05-03
* Further improve code for probing the availability of ARM CRC instructions.Tom Lane2018-05-03
* Fix SPI error cleanup and memory leakPeter Eisentraut2018-05-03
* Improve our method for probing the availability of ARM CRC instructions.Tom Lane2018-05-02
* Suppress some compiler warnings in plperl on Windows.Tom Lane2018-05-02
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Fix bogus code for extracting extended-statistics data from syscache.Tom Lane2018-05-02
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* Fix compiler warning on Windows.Tom Lane2018-05-02
* Change SIZEOF_BOOL to 1 for Windows.Tom Lane2018-05-02
* Further -Wimplicit-fallthrough cleanup.Andres Freund2018-05-01
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-01
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund2018-05-01
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-01
* Remove investigative code for can't-reattach-to-shared-memory errors.Tom Lane2018-05-01
* Document that subscription tests require hstorePeter Eisentraut2018-05-01
* Does it help to wait before reattaching?Tom Lane2018-04-30
* Map and unmap the shared memory block before risking VirtualFree.Tom Lane2018-04-30
* Further effort at preventing memory map dump from affecting the results.Tom Lane2018-04-30
* Remove plperl isnan hackPeter Eisentraut2018-04-30
* Write error messages about duplicate OIDs to stderrPeter Eisentraut2018-04-30
* Remove "Generating" output from catalog scriptsPeter Eisentraut2018-04-30
* Don't do logical replication of TRUNCATE of zero tablesPeter Eisentraut2018-04-30
* Remove Windows module-list-dumping code.Tom Lane2018-04-30
* clean up pg_upgrade tmp_check under MSVCAndrew Dunstan2018-04-30
* Ignore file generated during pg_upgrade testingAndrew Dunstan2018-04-30
* Dump full memory maps around failing Windows reattach code.Tom Lane2018-04-30
* Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane2018-04-29
* Get still more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-29
* Get more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-29
* Update time zone data files to tzdata release 2018d.Tom Lane2018-04-29