Commits

Showing commits that first shipped in 9.0 (backpatches included). Clear

DateSubjectAuthorReleases
2015-09-23 Skip recently-added umask() call on Windows. Noah Misch 9.0.23
2015-09-22 Docs: fix typo in to_char() example. Tom Lane 9.0.23
2015-09-21 Fix possible internal overflow in numeric multiplication. Tom Lane 9.0.23
2015-09-21 Restrict file mode creation mask during tmpfile(). Noah Misch 9.0.23
2015-09-20 Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). Tom Lane 9.0.23
2015-09-19 Let compiler handle size calculation of bool types. Michael Meskes 9.0.23
2015-09-18 Fix low-probability memory leak in regex execution. Tom Lane 9.0.23
2015-09-16 Fix documentation of regular expression character-entry escapes. Tom Lane 9.0.23
2015-09-12 Remove set-but-not-used variable. Tom Lane 9.0.23
2015-09-11 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves Bruce Momjian 9.0.23
2015-09-10 Revert "Fix typo in setrefs.c" Tom Lane 9.0.23
2015-09-10 Fix typo in setrefs.c Stephen Frost 9.0.23
2015-09-10 Fix minor bug in regexp makesearch() function. Tom Lane 9.0.23
2015-09-08 Add gin_fuzzy_search_limit to postgresql.conf.sample. Fujii Masao 9.0.23
2015-09-08 Fix error message wording in previous sslinfo commit Alvaro Herrera 9.0.23
2015-09-07 Add more sanity checks in contrib/sslinfo Alvaro Herrera 9.0.23
2015-09-07 Change type of DOW/DOY to UNITS Greg Stark 9.0.23
2015-09-07 Make GIN's cleanup pending list process interruptable Teodor Sigaev 9.0.23
2015-09-07 Update site address of Snowball project Teodor Sigaev 9.0.23
2015-09-06 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than Greg Stark 9.0.23
2015-09-05 Fix misc typos. Heikki Linnakangas 9.0.23
2015-09-04 Fix subtransaction cleanup after an outer-subtransaction portal fails. Tom Lane 9.0.23
2015-08-29 Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. Tom Lane 9.0.23
2015-08-27 dblink docs: fix typo to use "connname" (3 n's), not "conname" Bruce Momjian 9.0.23
2015-08-25 Docs: be explicit about datatype matching for lead/lag functions. Tom Lane 9.0.23