aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-12
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-12
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Fix error reporting in reindexdbMichael Paquier2019-05-11
* Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane2019-05-10
* Fix error status of vacuumdb when multiple jobs are usedMichael Paquier2019-05-09
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Remove some code related to 7.3 and older servers from tools of src/bin/Michael Paquier2019-05-07
* Stamp 9.5.17.REL9_5_17Tom Lane2019-05-06
* Translation updatesPeter Eisentraut2019-05-06
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Remove reindex_catalog test from test schedules.Andres Freund2019-05-05
* Fix reindexing of pg_class indexes some more.Tom Lane2019-05-02
* Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund2019-04-30
* Fix unused variable compiler warning in !debug builds.Andres Freund2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Portability fix for zic.c.Tom Lane2019-04-26
* Sync our copy of the timezone library with IANA release tzcode2019a.Tom Lane2019-04-26
* Update time zone data files to tzdata release 2019a.Tom Lane2019-04-26
* Fix some minor postmaster-state-machine issues.Tom Lane2019-04-24
* Fix detection of passwords hashed with MD5Michael Paquier2019-04-24
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* postgresql.conf.sample: add proper defaults for include actionsBruce Momjian2019-04-17
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Fix off-by-one check that can lead to a memory overflow in ecpg.Michael Meskes2019-04-11
* Fix backwards test in operator_precedence_warning logic.Tom Lane2019-04-10
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-09
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-03
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Update HINT for pre-existing shared memory block.Noah Misch2019-03-31
* Have pg_upgrade's Makefile honor NO_TEMP_INSTALLAndrew Dunstan2019-03-31
* Track unowned relations in doubly-linked listTomas Vondra2019-03-27
* Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov2019-03-24
* Remove inadequate check for duplicate "xml" PI.Tom Lane2019-03-23
* 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