summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-14Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2019-06-13Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-05-31Fix C++ incompatibilities in plpgsql's header files.Tom Lane
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-05-11Fix error reporting in reindexdbMichael Paquier
2019-05-10Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas
2019-05-07Remove some code related to 7.3 and older servers from tools of src/bin/Michael Paquier
2019-05-06Stamp 9.4.22.REL9_4_22Tom Lane
2019-05-06Translation updatesPeter Eisentraut
2019-05-06Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed
2019-05-06Remove reindex_catalog test from test schedules.Andres Freund
2019-05-02Fix reindexing of pg_class indexes some more.Tom Lane
2019-05-01Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund
2019-05-01Fix unused variable compiler warning in !debug builds.Andres Freund
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