Commit Graph

31616 Commits (REL9_0_STABLE)
 

Author SHA1 Message Date
Tom Lane 9a42e8514f Stamp 9.0.23. 10 years ago
Peter Eisentraut bfbaeae48a doc: Update URLs of external projects 10 years ago
Peter Eisentraut f2bcd7a7ea Translation updates 10 years ago
Tom Lane 47b06ecad4 Last-minute updates for release notes. 10 years ago
Andres Freund c415a7c898 Remove outdated comment about relation level autovacuum freeze limits. 10 years ago
Noah Misch 682a25d41c Prevent stack overflow in query-type functions. 10 years ago
Noah Misch 0398e071ad Prevent stack overflow in container-type functions. 10 years ago
Noah Misch 188e081ef8 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Andres Freund eeb0b78302 Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. 10 years ago
Tom Lane 3d8987fc21 Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23. 10 years ago
Tom Lane d637a899ca Further twiddling of nodeHash.c hashtable sizing calculation. 10 years ago
Tom Lane 2647b245d2 Fix possible "invalid memory alloc request size" failure in nodeHash.c. 10 years ago
Tom Lane 47ac95f378 Update time zone data files to tzdata release 2015g. 10 years ago
Tom Lane b875ca09f3 Add recursion depth protection to LIKE matching. 10 years ago
Tom Lane 54b116d83f Add recursion depth protections to regular expression matching. 10 years ago
Tom Lane 2a88782896 Fix potential infinite loop in regular expression execution. 10 years ago
Tom Lane d4f6488ec0 Add some more query-cancel checks to regular expression matching. 10 years ago
Tom Lane 3fe8a6c2d0 Docs: add disclaimer about hazards of using regexps from untrusted sources. 10 years ago
Tom Lane a1c4afaafb Fix documentation error in commit 8703059c6b. 10 years ago
Tom Lane 2d4336cf85 Improve LISTEN startup time when there are many unread notifications. 10 years ago
Andrew Dunstan 47ae6bc5a9 Fix compiler warning about unused function in non-readline case. 10 years ago
Tom Lane 98d8c75f9f Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 71763ecff6 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane c2d6ef14eb Fix psql's code for locale-aware formatting of numeric output. 10 years ago
Andres Freund 078d471a90 Lower *_freeze_max_age minimum values. 10 years ago
Noah Misch c69e7d5c78 Skip recently-added umask() call on Windows. 10 years ago
Tom Lane 68e83c1208 Docs: fix typo in to_char() example. 10 years ago
Tom Lane a89781e347 Fix possible internal overflow in numeric multiplication. 10 years ago
Noah Misch 24aed2124a Restrict file mode creation mask during tmpfile(). 10 years ago
Tom Lane eed5bbc480 Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). 10 years ago
Michael Meskes 44297a058e Let compiler handle size calculation of bool types. 10 years ago
Tom Lane ba9eb293fa Fix low-probability memory leak in regex execution. 10 years ago
Tom Lane f7eeb324e7 Fix documentation of regular expression character-entry escapes. 10 years ago
Tom Lane 698c7a3bc0 Remove set-but-not-used variable. 10 years ago
Bruce Momjian 52b07779dd pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Tom Lane 6d36d7b63f Revert "Fix typo in setrefs.c" 10 years ago
Stephen Frost 0473e04787 Fix typo in setrefs.c 10 years ago
Tom Lane 6698567142 Fix minor bug in regexp makesearch() function. 10 years ago
Fujii Masao cc28f77c27 Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Alvaro Herrera 625f488711 Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera 7febdf36ad Add more sanity checks in contrib/sslinfo 10 years ago
Greg Stark 92d956f51d Change type of DOW/DOY to UNITS 10 years ago
Teodor Sigaev a7496aee61 Make GIN's cleanup pending list process interruptable 10 years ago
Teodor Sigaev fad42aae97 Update site address of Snowball project 10 years ago
Greg Stark 530d0c504f Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than 10 years ago
Heikki Linnakangas 567acf259b Fix misc typos. 10 years ago
Tom Lane 81ee435c42 Fix subtransaction cleanup after an outer-subtransaction portal fails. 10 years ago
Tom Lane b5a22d8bbd Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. 10 years ago
Bruce Momjian bbe6d231a0 dblink docs: fix typo to use "connname" (3 n's), not "conname" 10 years ago
Tom Lane 23ddcd77b7 Docs: be explicit about datatype matching for lead/lag functions. 10 years ago