summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-02Perform RLS subquery checks as the right user when going via a view.Dean Rasheed
2019-04-01Update HINT for pre-existing shared memory block.Noah Misch
2019-03-31Have pg_upgrade's Makefile honor NO_TEMP_INSTALLAndrew Dunstan
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-20Make object address handling more robustAlvaro Herrera
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-19Fix omissions in ecpg/test/sql/.gitignore.Tom Lane
2019-02-18Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes
2019-02-17Fix CREATE VIEW to allow zero-column views.Tom Lane
2019-02-15Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier
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.5.16.REL9_5_16Tom Lane
2019-02-11Translation updatesPeter Eisentraut
2019-02-10Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane
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-07Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan
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
2019-02-05Update time zone data files to tzdata release 2018i.Tom Lane
2019-02-05Fix searchpath for modern Perl for genbki.plAndrew Dunstan