summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-27Portability fix for zic.c.Tom Lane
2019-04-26Sync our copy of the timezone library with IANA release tzcode2019a.Tom Lane
2019-04-26Update time zone data files to tzdata release 2019a.Tom Lane
2019-04-24Fix some minor postmaster-state-machine issues.Tom Lane
2019-04-24Fix detection of passwords hashed with MD5Michael Paquier
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-17postgresql.conf.sample: add proper defaults for include actionsBruce Momjian
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-11Fix off-by-one check that can lead to a memory overflow in ecpg.Michael Meskes
2019-04-09Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch
2019-04-04Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-01Update HINT for pre-existing shared memory block.Noah Misch
2019-03-27Track unowned relations in doubly-linked listTomas Vondra
2019-03-24Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov
2019-03-23Remove inadequate check for duplicate "xml" PI.Tom Lane
2019-03-23Revert strlen -> strnlen optimization pre-v11.Tom Lane
2019-03-23Ensure xmloption = content while restoring pg_dump output.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-19Make checkpoint requests more robust.Tom Lane
2019-03-14Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane
2019-03-11Fix potential memory access violation in ecpg if filename of include file isMichael Meskes
2019-03-10Disallow NaN as a value for floating-point GUCs.Tom Lane
2019-03-04Fix error handling of readdir() port implementation on first file lookupMichael Paquier
2019-03-03Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-28Improve documentation of data_sync_retryMichael Paquier
2019-02-24Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane
2019-02-24Tolerate EINVAL when calling fsync() on a directory.Thomas Munro
2019-02-22Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane
2019-02-20Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed
2019-02-20Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier
2019-02-17Fix CREATE VIEW to allow zero-column views.Tom Lane
2019-02-15Fix race in dsm_attach() when handles are reused.Thomas Munro
2019-02-12Relax overly strict assertionAlvaro Herrera
2019-02-12Fix erroneous error reports in snapbuild.c.Tom Lane
2019-02-11Stamp 9.4.21.REL9_4_21Tom Lane
2019-02-11Translation updatesPeter Eisentraut
2019-02-10Repair unsafe/unportable snprintf usage in pg_restore.Tom Lane
2019-02-08Defend against null error message reported by libxml2.Tom Lane
2019-02-07Ensure that foreign scans with lateral refs are planned correctly.Tom Lane
2019-02-06Propagate lateral-reference information to indirect descendant relations.Tom Lane
2019-02-06Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan
2019-02-06Fix included file path for modern perlAndrew Dunstan
2019-02-05More fixed for modern perl on back branchesAndrew Dunstan
2019-02-05Keep perl style checker happyAndrew Dunstan