Commit Graph

33430 Commits (bdcbc2b47141cb84e6cd951fa7feef9cedce231a)
 

Author SHA1 Message Date
Bruce Momjian bdcbc2b471 pg_upgrade: properly detect file copy failure on Windows 10 years ago
Tom Lane 7fe1d1cfbf Improve our workaround for 'TeX capacity exceeded' in building PDF files. 10 years ago
Noah Misch 87deb55a47 Don't connect() to a wildcard address in test_postmaster_connection(). 10 years ago
Tom Lane 03ee6591dd Fix enforcement of restrictions inside regexp lookaround constraints. 10 years ago
Kevin Grittner 08322daed3 Fix serialization anomalies due to race conditions on INSERT. 10 years ago
Noah Misch b97a41a7c0 Fix back-patch of commit 8e3b4d9d40. 10 years ago
Noah Misch 91d62b14f2 Eschew "RESET statement_timeout" in tests. 10 years ago
Tom Lane 0ce829caf6 Fix incorrect handling of lookahead constraints in pg_regprefix(). 10 years ago
Michael Meskes a9bcd83703 Fix order of arguments in ecpg generated typedef command. 10 years ago
Tom Lane 4083a52f41 Miscellaneous cleanup of regular-expression compiler. 10 years ago
Tom Lane b94c2b6a69 Improve memory-usage accounting in regular-expression compiler. 10 years ago
Tom Lane 067f96fe3a Improve performance of pullback/pushfwd in regular-expression compiler. 10 years ago
Tom Lane 5503e6e0f3 Improve performance of fixempties() pass in regular-expression compiler. 10 years ago
Tom Lane b00c79b5b9 Fix O(N^2) performance problems in regular-expression compiler. 10 years ago
Tom Lane d394f12c0c Fix regular-expression compiler to handle loops of constraint arcs. 10 years ago
Tom Lane b0d8583593 On Windows, ensure shared memory handle gets closed if not being used. 10 years ago
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