Commit Graph

39488 Commits (07f69137b15e594edfaec29f73efa86aa442902c)
 

Author SHA1 Message Date
Andrew Dunstan 8491679434 Turn down MSVC compiler verbosity 10 years ago
Tom Lane 0da7cf6e85 Fix multiple bugs in tablespace symlink removal. 10 years ago
Alvaro Herrera 6929e7f0f4 Fix broken ALTER INDEX documentation 10 years ago
Tom Lane f3d17491c4 Disallow newlines in parameter values to be set in ALTER SYSTEM. 10 years ago
Tom Lane 3644ac04c1 Fix latent portability issue in pgwin32_dispatch_queued_signals(). 10 years ago
Alvaro Herrera c6d2fa1ab0 Fix broken variable declaration 10 years ago
Tom Lane 6af513730c Remove TZ environment-variable entry from postgres reference page. 10 years ago
Robert Haas ffd2a9eb5e Fix pgbench documentation error. 10 years ago
Tom Lane 491e847380 Avoid possibly-unsafe use of Windows' FormatMessage() function. 10 years ago
Alvaro Herrera 978894a41f Mention BRIN as able to do multi-column indexes 10 years ago
Tom Lane 730811c7d1 Stamp 9.5.2. 10 years ago
Tom Lane b56f7b1f0c Last-minute updates for release notes. 10 years ago
Alvaro Herrera bf78a6f107 Add missing checks to some of pageinspect's BRIN functions 10 years ago
Stephen Frost db69e58a06 Reset plan->row_security_env and planUserId 10 years ago
Peter Eisentraut d6e740129a Translation updates 10 years ago
Tom Lane 4a1d57d4da Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. 10 years ago
Andres Freund c5b5168cfc pg_rewind: fsync target data directory. 10 years ago
Andres Freund fa5098da1a pg_rewind: Close backup_label file descriptor. 10 years ago
Andres Freund ec8a30ef2a Change various Gin*Is* macros to return 0/1. 10 years ago
Tom Lane 12aa56d4d6 Modernize zic's test for valid timezone abbreviations. 10 years ago
Tom Lane 31d02ebf74 Update time zone data files to tzdata release 2016c. 10 years ago
Robert Haas 8aa6e97805 Disable abbreviated keys for string-sorting in non-C locales. 10 years ago
Tom Lane 1548c78188 Code review for error reports in jsonb_set(). 10 years ago
Tom Lane 5f95521b3a Fix unsafe use of strtol() on a non-null-terminated Text datum. 10 years ago
Simon Riggs 147112d098 Change comment to describe correct lock level used 10 years ago
Tom Lane d8d5a00b18 Fix EvalPlanQual bug when query contains both locked and not-locked rels. 10 years ago
Andrew Dunstan 2f38b3e7dd Remove dependency on psed for MSVC builds. 10 years ago
Tom Lane e1936470ea Fix phony .PHONY. 10 years ago
Alvaro Herrera 853d40b60e docs: Fix typo'd brin_summarize_new_values 10 years ago
Tom Lane e52e22d932 Remove useless double calls of make_parsestate(). 10 years ago
Tom Lane d0a585c699 Fix assorted breakage in to_char()'s OF format option. 10 years ago
Tom Lane 8ee2e5f78c Fix "pg_bench -C -M prepared". 10 years ago
Stephen Frost 3f14d8d594 Avoid incorrectly indicating exclusion constraint wait 10 years ago
Alvaro Herrera 755ebfa417 Fix typos in comments 10 years ago
Tom Lane b4ce97aa5f Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane 1bee54e514 Add missing NULL terminator to list_SECURITY_LABEL_preposition[]. 10 years ago
Tom Lane aa9c4e71ce Fix memory leak in repeated GIN index searches. 10 years ago
Tom Lane a7915f114a Report memory context stats upon out-of-memory in repalloc[_huge]. 10 years ago
Tom Lane 1598dc15ba Get rid of scribbling on a const variable in psql's print.c. 10 years ago
Alvaro Herrera c84c87ccc0 Document BRIN a bit more thoroughly 10 years ago
Magnus Hagander ad9a15d3f1 Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 10 years ago
Andres Freund 301cc3549c Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund 63b06e8fa6 Introduce durable_rename() and durable_link_or_rename(). 10 years ago
Tom Lane b2ce9485bd Fix incorrect handling of NULL index entries in indexed ROW() comparisons. 10 years ago
Andres Freund fd1cf9d840 Add valgrind suppressions for python code. 10 years ago
Andres Freund 9a5f1073f5 Add valgrind suppressions for bootstrap related code. 10 years ago
Andres Freund 598a01de69 ltree: Zero padding bytes when allocating memory for externally visible data. 10 years ago
Andres Freund 68dababfe3 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 10 years ago
Robert Haas bfb6686e42 Update GetForeignPlan documentation. 10 years ago
Tom Lane 38e8f157b7 Fix minor typo in logical-decoding docs. 10 years ago