aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Revert strlen -> strnlen optimization pre-v11.Tom Lane2019-03-23
* Ensure xmloption = content while restoring pg_dump output.Tom Lane2019-03-23
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-14
* Fix potential memory access violation in ecpg if filename of include file isMichael Meskes2019-03-11
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* Fix error handling of readdir() port implementation on first file lookupMichael Paquier2019-03-04
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Improve documentation of data_sync_retryMichael Paquier2019-02-28
* Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane2019-02-24
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-25
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* Make object address handling more robustAlvaro Herrera2019-02-20
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier2019-02-20
* Fix omissions in ecpg/test/sql/.gitignore.Tom Lane2019-02-18
* Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes2019-02-18
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-17
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Fix race in dsm_attach() when handles are reused.Thomas Munro2019-02-15
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Fix erroneous error reports in snapbuild.c.Tom Lane2019-02-12
* Stamp 9.5.16.REL9_5_16Tom Lane2019-02-11
* Translation updatesPeter Eisentraut2019-02-11
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* Repair unsafe/unportable snprintf usage in pg_restore.Tom Lane2019-02-09
* Defend against null error message reported by libxml2.Tom Lane2019-02-08
* Ensure that foreign scans with lateral refs are planned correctly.Tom Lane2019-02-07
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Propagate lateral-reference information to indirect descendant relations.Tom Lane2019-02-06
* Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan2019-02-06
* Fix included file path for modern perlAndrew Dunstan2019-02-05
* More fixed for modern perl on back branchesAndrew Dunstan2019-02-05
* Keep perl style checker happyAndrew Dunstan2019-02-05
* Update time zone data files to tzdata release 2018i.Tom Lane2019-02-05
* Fix searchpath for modern Perl for genbki.plAndrew Dunstan2019-02-05
* Fix dumping of matviews with indirect dependencies on primary keys.Tom Lane2019-02-04
* Move port-specific parts of with_temp_install to port makefile.Andrew Gierth2019-02-04
* Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXSMichael Paquier2019-02-03
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-02
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane2019-01-23
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra2019-01-19