Commit Graph

33464 Commits (e4959fb5cb15f486dcc3489c3e6ddfa37b00c551)
 

Author SHA1 Message Date
Tom Lane 506a519f3a Stamp 9.1.15. 11 years ago
Tom Lane 0c93924b16 Last-minute updates for release notes. 11 years ago
Heikki Linnakangas af9c5c074f Be more careful to not lose sync in the FE/BE protocol. 11 years ago
Noah Misch 8d412e02eb Cherry-pick security-relevant fixes from upstream imath library. 11 years ago
Noah Misch 11f738a8af Fix buffer overrun after incomplete read in pullf_read_max(). 11 years ago
Bruce Momjian 98f2479d82 port/snprintf(): fix overflow and do padding 11 years ago
Bruce Momjian 2ceb63deb2 to_char(): prevent writing beyond the allocated buffer 11 years ago
Bruce Momjian 037529a11c to_char(): prevent accesses beyond the allocated buffer 11 years ago
Peter Eisentraut 544cf245bd Translation updates 11 years ago
Peter Eisentraut 2b0d33599d doc: Improve claim about location of pg_service.conf 11 years ago
Tom Lane a2bd0236d9 Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19. 11 years ago
Tom Lane 03d4655cf1 Fix documentation of psql's ECHO all mode. 11 years ago
Tom Lane cb24cd3f4a Update time zone data files to tzdata release 2015a. 11 years ago
Tom Lane 8f51c432cd Fix Coverity warning about contrib/pgcrypto's mdc_finish(). 11 years ago
Stephen Frost c01a56c884 Fix BuildIndexValueDescription for expressions 11 years ago
Tom Lane 290c2daad9 Handle unexpected query results, especially NULLs, safely in connectby(). 11 years ago
Andres Freund 78f8c67054 Properly terminate the array returned by GetLockConflicts(). 11 years ago
Heikki Linnakangas 37e0f13f26 Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit. 11 years ago
Stephen Frost 88b45aa8fb Clean up range-table building in copy.c 11 years ago
Stephen Frost 9406884af1 Fix column-privilege leak in error-message paths 11 years ago
Tom Lane 8eb1e9d962 Fix NUMERIC field access macros to treat NaNs consistently. 11 years ago
Tom Lane 61fb800bf0 Fix volatile-safety issue in pltcl_SPI_execute_plan(). 11 years ago
Tom Lane 03a37e9bba Fix volatile-safety issue in asyncQueueReadAllNotifications(). 11 years ago
Tom Lane b00a088591 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Tom Lane 5d784c77d5 Improve documentation of random() function. 11 years ago
Tom Lane f4f522deb6 In pg_regress, remove the temporary installation upon successful exit. 11 years ago
Tom Lane b87c1dcef3 Adjust "pgstat wait timeout" message to be a translatable LOG message. 11 years ago
Peter Eisentraut c975fa4713 Fix namespace handling in xpath function 11 years ago
Noah Misch 1c49561762 Update "pg_regress --no-locale" for Darwin and Windows. 11 years ago
Tom Lane 450530fce0 Fix use-of-already-freed-memory problem in EvalPlanQual processing. 11 years ago
Robert Haas 151fb75b0d pg_standby: Avoid writing one byte beyond the end of the buffer. 11 years ago
Andres Freund 741b1b22a2 Make logging_collector=on work with non-windows EXEC_BACKEND again. 11 years ago
Tom Lane 19954a4614 Avoid unexpected slowdown in vacuum regression test. 11 years ago
Noah Misch 8dc83104ed On Darwin, detect and report a multithreaded postmaster. 11 years ago
Noah Misch 05bb4fcad4 Always set the six locale category environment variables in main(). 11 years ago
Noah Misch 616830052b Reject ANALYZE commands during VACUUM FULL or another ANALYZE. 11 years ago
Andres Freund d7b16eea3a Improve relcache invalidation handling of currently invisible relations. 11 years ago
Alvaro Herrera 97f8a24078 Fix thinko in plpython error message 11 years ago
Bruce Momjian f57802a463 Update copyright for 2015 11 years ago
Andres Freund 39cdf365a3 Add missing va_end() call to a early exit in dmetaphone.c's StringAt(). 11 years ago
Andres Freund 2a0bfa4d66 Prevent WAL files created by pg_basebackup -x/X from being archived again. 11 years ago
Magnus Hagander 6dd305029e Make path to pg_service.conf absolute in documentation 11 years ago
Tom Lane ef207083c5 Docs: improve descriptions of ISO week-numbering date features. 11 years ago
Tom Lane 1773e07025 Improve consistency of parsing of psql's magic variables. 11 years ago
Tatsuo Ishii 4c136b0b63 Fix resource leak pointed out by Coverity. 11 years ago
Bruce Momjian 30c71f30a9 Backpatch variable renaming in formatting.c 11 years ago
Tom Lane 4cca131d18 Assorted minor fixes for psql metacommand docs. 11 years ago
Noah Misch 86b561f46d Have config_sspi_auth() permit IPv6 localhost connections. 11 years ago
Tom Lane 310597e311 Add CST (China Standard Time) to our lists of timezone abbreviations. 11 years ago
Tom Lane 3c6fd1f84e Docs: clarify treatment of variadic functions with zero variadic arguments. 11 years ago