Commit Graph

33464 Commits (e4959fb5cb15f486dcc3489c3e6ddfa37b00c551)
 

Author SHA1 Message Date
Tom Lane c869a7d5b4 Fix "pg_ctl start -w" to test child process status directly. 10 years ago
Tom Lane ef5f8117be Improve documentation of the role-dropping process. 10 years ago
Tom Lane dea6da132a Perform an immediate shutdown if the postmaster.pid file is removed. 10 years ago
Tom Lane f0ceb25d04 Stamp 9.1.19. 10 years ago
Peter Eisentraut 21369340f7 doc: Update URLs of external projects 10 years ago
Peter Eisentraut e01548b5e2 Translation updates 10 years ago
Tom Lane 7bb63b2f84 Last-minute updates for release notes. 10 years ago
Andres Freund 93837732f7 Remove outdated comment about relation level autovacuum freeze limits. 10 years ago
Noah Misch 879877b00b Prevent stack overflow in query-type functions. 10 years ago
Noah Misch 9581e2699f Prevent stack overflow in container-type functions. 10 years ago
Noah Misch 48f6310bc5 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Andres Freund 7116a3e98a Re-Align *_freeze_max_age reloption limits with corresponding GUC limits. 10 years ago
Tom Lane 2be5a4438a 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 d84cc40e4b Further twiddling of nodeHash.c hashtable sizing calculation. 10 years ago
Tom Lane a8168fbcbb Fix possible "invalid memory alloc request size" failure in nodeHash.c. 10 years ago
Tom Lane 3a68e0a101 Update time zone data files to tzdata release 2015g. 10 years ago
Tom Lane f80af01174 Add recursion depth protection to LIKE matching. 10 years ago
Tom Lane e7de1bc097 Add recursion depth protections to regular expression matching. 10 years ago
Tom Lane 6301549550 Fix potential infinite loop in regular expression execution. 10 years ago
Tom Lane da8ff29202 Add some more query-cancel checks to regular expression matching. 10 years ago
Tom Lane 3b0c1d9573 Docs: add disclaimer about hazards of using regexps from untrusted sources. 10 years ago
Tom Lane b44a55fa95 Fix documentation error in commit 8703059c6b. 10 years ago
Tom Lane 2bbe8a6847 Improve LISTEN startup time when there are many unread notifications. 10 years ago
Tom Lane ca6c2f863b Fix plperl to handle non-ASCII error message texts correctly. 10 years ago
Andrew Dunstan 54499a14fc Fix compiler warning about unused function in non-readline case. 10 years ago
Tom Lane f886434767 Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane c48623d8db Further fix for psql's code for locale-aware formatting of numeric output. 10 years ago
Tom Lane 7ddadacec4 Fix psql's code for locale-aware formatting of numeric output. 10 years ago
Andres Freund ff090bbb76 Lower *_freeze_max_age minimum values. 10 years ago
Tom Lane f5f9d1b74e Docs: fix typo in to_char() example. 10 years ago
Tom Lane 5f79730ec0 Fix possible internal overflow in numeric multiplication. 10 years ago
Noah Misch 5dc49efe90 Restrict file mode creation mask during tmpfile(). 10 years ago
Tom Lane 553ce7e9a8 Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). 10 years ago
Michael Meskes a369ef9136 Let compiler handle size calculation of bool types. 10 years ago
Tom Lane 28c396134e Fix low-probability memory leak in regex execution. 10 years ago
Tom Lane dad7ea7e4d Fix documentation of regular expression character-entry escapes. 10 years ago
Tom Lane 06a1ada793 Remove set-but-not-used variable. 10 years ago
Bruce Momjian c5391e9334 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Tom Lane a3b420e6c8 Revert "Fix typo in setrefs.c" 10 years ago
Stephen Frost 7f0ca9a336 Fix typo in setrefs.c 10 years ago
Tom Lane 5bd86b21df Fix minor bug in regexp makesearch() function. 10 years ago
Fujii Masao 60fe73b79c Remove files signaling a standby promotion request at postmaster startup 10 years ago
Fujii Masao da5fb2af35 Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Alvaro Herrera cedb3e66ae Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera adc48eaa44 Add more sanity checks in contrib/sslinfo 10 years ago
Greg Stark 0252d77772 Change type of DOW/DOY to UNITS 10 years ago
Teodor Sigaev 364c023570 Make GIN's cleanup pending list process interruptable 10 years ago
Teodor Sigaev e3fa55d143 Update site address of Snowball project 10 years ago
Greg Stark 07cef3eb8a Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than 10 years ago
Heikki Linnakangas 20d309a8f4 Fix misc typos. 10 years ago