summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-05Stamp 9.0.23.REL9_0_23REL9_0_STABLETom Lane
2015-10-05doc: Update URLs of external projectsPeter Eisentraut
2015-10-05Translation updatesPeter Eisentraut
2015-10-05Last-minute updates for release notes.Tom Lane
2015-10-05Remove outdated comment about relation level autovacuum freeze limits.Andres Freund
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-10-05Prevent stack overflow in container-type functions.Noah Misch
2015-10-05pgcrypto: Detect and report too-short crypt() salts.Noah Misch
2015-10-05Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund
2015-10-04Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23.Tom Lane
2015-10-04Further twiddling of nodeHash.c hashtable sizing calculation.Tom Lane
2015-10-04Fix possible "invalid memory alloc request size" failure in nodeHash.c.Tom Lane
2015-10-02Update time zone data files to tzdata release 2015g.Tom Lane
2015-10-02Add recursion depth protection to LIKE matching.Tom Lane
2015-10-02Add recursion depth protections to regular expression matching.Tom Lane
2015-10-02Fix potential infinite loop in regular expression execution.Tom Lane
2015-10-02Add some more query-cancel checks to regular expression matching.Tom Lane
2015-10-02Docs: add disclaimer about hazards of using regexps from untrusted sources.Tom Lane
2015-10-01Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.Tom Lane
2015-10-01Improve LISTEN startup time when there are many unread notifications.Tom Lane
2015-09-28Fix compiler warning about unused function in non-readline case.Andrew Dunstan
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-25Fix psql's code for locale-aware formatting of numeric output.Tom Lane
2015-09-24Lower *_freeze_max_age minimum values.Andres Freund
2015-09-23Skip recently-added umask() call on Windows.Noah Misch
2015-09-22Docs: fix typo in to_char() example.Tom Lane
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-09-21Restrict file mode creation mask during tmpfile().Noah Misch
2015-09-20Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().Tom Lane
2015-09-19Let compiler handle size calculation of bool types.Michael Meskes
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane
2015-09-16Fix documentation of regular expression character-entry escapes.Tom Lane
2015-09-12Remove set-but-not-used variable.Tom Lane
2015-09-11pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian
2015-09-10Revert "Fix typo in setrefs.c"Tom Lane
2015-09-10Fix typo in setrefs.cStephen Frost
2015-09-10Fix minor bug in regexp makesearch() function.Tom Lane
2015-09-08Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-09-08Fix error message wording in previous sslinfo commitAlvaro Herrera
2015-09-07Add more sanity checks in contrib/sslinfoAlvaro Herrera
2015-09-07Change type of DOW/DOY to UNITSGreg Stark
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-07Update site address of Snowball projectTeodor Sigaev
2015-09-06 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-29Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane
2015-08-27dblink docs: fix typo to use "connname" (3 n's), not "conname"Bruce Momjian
2015-08-25Docs: be explicit about datatype matching for lead/lag functions.Tom Lane