Commit Graph

22822 Commits (94e7b84c32b47841bb565d611f1b273e6842a646)

Author SHA1 Message Date
Peter Eisentraut 94e7b84c32 pg_regress: Write processed input/*.source into output dir 11 years ago
Heikki Linnakangas ebdc2e1e20 Fix broken #ifdef for __sparcv8 11 years ago
Bruce Momjian 55179b03ea pg_upgrade: preserve freeze info for postgres/template1 dbs 11 years ago
Michael Meskes 32e6331958 Fixed array handling in ecpg. 11 years ago
Tom Lane 14794f9b8e Fix pg_dump's heuristic for deciding which casts to dump. 11 years ago
Tom Lane 52579d507e Fix GEQO to not assume its join order heuristic always works. 11 years ago
Heikki Linnakangas 0d36d9f2b9 Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM 11 years ago
Andres Freund 490a91894f Add missing float.h include to snprintf.c. 11 years ago
Tom Lane 506a519f3a Stamp 9.1.15. 11 years ago
Heikki Linnakangas af9c5c074f Be more careful to not lose sync in the FE/BE protocol. 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
Tom Lane cb24cd3f4a Update time zone data files to tzdata release 2015a. 11 years ago
Stephen Frost c01a56c884 Fix BuildIndexValueDescription for expressions 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 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
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
Andres Freund 2a0bfa4d66 Prevent WAL files created by pg_basebackup -x/X from being archived again. 11 years ago
Tom Lane 1773e07025 Improve consistency of parsing of psql's magic variables. 11 years ago
Bruce Momjian 30c71f30a9 Backpatch variable renaming in formatting.c 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
Andres Freund 86b9424e86 Prevent potentially hazardous compiler/cpu reordering during lwlock release. 11 years ago
Noah Misch 0edc237580 Recognize Makefile line continuations in fetchRegressOpts(). 11 years ago
Noah Misch 6aa98e9579 Lock down regression testing temporary clusters on Windows. 11 years ago
Tom Lane 5c784d96ae Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. 11 years ago
Tom Lane bca39b5788 Fix planning of SELECT FOR UPDATE on child table with partial index. 11 years ago
Tom Lane 21946ac9b6 Fix corner case where SELECT FOR UPDATE could return a row twice. 11 years ago
Heikki Linnakangas 729202754e Give a proper error message if initdb password file is empty. 11 years ago
Tom Lane 2e3cc39556 Guard against bad "dscale" values in numeric_recv(). 11 years ago
Tom Lane c2be18c333 Fix minor bugs in commit 30bf4689a9 et al. 11 years ago