summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.0.23.REL9_0_23REL9_0_STABLETom Lane2015-10-056-21/+21
* doc: Update URLs of external projectsPeter Eisentraut2015-10-051-4/+4
* Translation updatesPeter Eisentraut2015-10-0537-5975/+6519
* Last-minute updates for release notes.Tom Lane2015-10-051-0/+22
* Remove outdated comment about relation level autovacuum freeze limits.Andres Freund2015-10-051-3/+1
* Prevent stack overflow in query-type functions.Noah Misch2015-10-054-0/+13
* Prevent stack overflow in container-type functions.Noah Misch2015-10-051-0/+13
* pgcrypto: Detect and report too-short crypt() salts.Noah Misch2015-10-059-6/+103
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-051-1/+1
* Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23.Tom Lane2015-10-041-0/+475
* Further twiddling of nodeHash.c hashtable sizing calculation.Tom Lane2015-10-041-1/+7
* Fix possible "invalid memory alloc request size" failure in nodeHash.c.Tom Lane2015-10-041-2/+4
* Update time zone data files to tzdata release 2015g.Tom Lane2015-10-0216-124/+256
* Add recursion depth protection to LIKE matching.Tom Lane2015-10-022-0/+4
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-027-25/+128
* Fix potential infinite loop in regular expression execution.Tom Lane2015-10-021-5/+16
* Add some more query-cancel checks to regular expression matching.Tom Lane2015-10-023-37/+158
* Docs: add disclaimer about hazards of using regexps from untrusted sources.Tom Lane2015-10-021-0/+22
* Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.Tom Lane2015-10-011-1/+1
* Improve LISTEN startup time when there are many unread notifications.Tom Lane2015-09-301-5/+45
* Fix compiler warning about unused function in non-readline case.Andrew Dunstan2015-09-281-3/+3
* Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-251-7/+23
* Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-251-3/+11
* Fix psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-241-58/+45
* Lower *_freeze_max_age minimum values.Andres Freund2015-09-241-1/+1
* Skip recently-added umask() call on Windows.Noah Misch2015-09-221-13/+14
* Docs: fix typo in to_char() example.Tom Lane2015-09-221-1/+1
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-213-4/+49
* Restrict file mode creation mask during tmpfile().Noah Misch2015-09-201-0/+12
* Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().Tom Lane2015-09-201-2/+5
* Let compiler handle size calculation of bool types.Michael Meskes2015-09-192-27/+4
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-181-1/+5
* Fix documentation of regular expression character-entry escapes.Tom Lane2015-09-161-4/+17
* Remove set-but-not-used variable.Tom Lane2015-09-121-4/+0
* pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian2015-09-112-5/+44
* Revert "Fix typo in setrefs.c"Tom Lane2015-09-101-1/+1
* Fix typo in setrefs.cStephen Frost2015-09-101-1/+1
* Fix minor bug in regexp makesearch() function.Tom Lane2015-09-091-7/+12
* Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao2015-09-091-0/+1
* Fix error message wording in previous sslinfo commitAlvaro Herrera2015-09-081-6/+6
* Add more sanity checks in contrib/sslinfoAlvaro Herrera2015-09-071-3/+22
* Change type of DOW/DOY to UNITSGreg Stark2015-09-071-3/+3
* Make GIN's cleanup pending list process interruptableTeodor Sigaev2015-09-071-5/+3
* Update site address of Snowball projectTeodor Sigaev2015-09-071-1/+1
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-062-42/+43
* Fix misc typos.Heikki Linnakangas2015-09-055-6/+6
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-048-14/+192
* Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane2015-08-291-6/+10
* dblink docs: fix typo to use "connname" (3 n's), not "conname"Bruce Momjian2015-08-271-13/+13
* Docs: be explicit about datatype matching for lead/lag functions.Tom Lane2015-08-251-6/+10