Commit Graph

33527 Commits (94cda4f1065bcd21bdce664dc03eaa31faba0442)
 

Author SHA1 Message Date
Teodor Sigaev 94cda4f106 Fix possible use of uninitialised value in ts_headline() 10 years ago
Andrew Dunstan d2189a8026 Turn down MSVC compiler verbosity 10 years ago
Tom Lane b1b6aa88b1 Fix latent portability issue in pgwin32_dispatch_queued_signals(). 10 years ago
Tom Lane 6cd30292bf Avoid possibly-unsafe use of Windows' FormatMessage() function. 10 years ago
Tom Lane 158a0fb254 Stamp 9.1.21. 10 years ago
Peter Eisentraut 83b228a0ba Translation updates 10 years ago
Tom Lane bb4b4d1cf9 Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. 10 years ago
Andres Freund 598e2c55eb Change various Gin*Is* macros to return 0/1. 10 years ago
Tom Lane 528f112b04 Modernize zic's test for valid timezone abbreviations. 10 years ago
Tom Lane e5fd35cc54 Update time zone data files to tzdata release 2016c. 10 years ago
Andrew Dunstan 2aa9fd9631 Remove dependency on psed for MSVC builds. 10 years ago
Tom Lane 1965a8ce1d Fix "pg_bench -C -M prepared". 10 years ago
Tom Lane 0c94970c93 Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane 2d61d88d8d Add missing NULL terminator to list_SECURITY_LABEL_preposition[]. 10 years ago
Magnus Hagander 3e6385e271 Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 10 years ago
Andres Freund a62714fae2 Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund d0e47bcd47 Introduce durable_rename() and durable_link_or_rename(). 10 years ago
Tom Lane d485d9581d Fix incorrect handling of NULL index entries in indexed ROW() comparisons. 10 years ago
Andres Freund 814570418d ltree: Zero padding bytes when allocating memory for externally visible data. 10 years ago
Andres Freund c5f1fbbfb5 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 10 years ago
Tom Lane 5a39c7395d Fix backwards test for Windows service-ness in pg_ctl. 10 years ago
Tom Lane fe747b741d Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes(). 10 years ago
Robert Haas 58c1af4fd0 Fix compile breakage due to 0315dfa8f4. 10 years ago
Robert Haas b4895bf796 Fix query-based tab completion for multibyte characters. 10 years ago
Tom Lane f32b8bc9e0 Improve error message for rejecting RETURNING clauses with dropped columns. 10 years ago
Alvaro Herrera 0a3070baf3 Fix typos 10 years ago
Alvaro Herrera 397d247bac doc: document MANPATH as /usr/local/pgsql/share/man 10 years ago
Tom Lane 7d6c58aa11 Avoid multiple free_struct_lconv() calls on same data. 10 years ago
Tatsuo Ishii 5d312ef1b2 Fix wording in the Tutorial document. 10 years ago
Simon Riggs ca32f125b9 Correct StartupSUBTRANS for page wraparound 10 years ago
Tom Lane 0f359c7de9 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Tom Lane 875973f5d7 Make plpython cope with funny characters in function names. 10 years ago
Tom Lane 56f5e77f6c Improve documentation about CREATE INDEX CONCURRENTLY. 10 years ago
Tatsuo Ishii 38e617df36 Improve wording in the planner doc 10 years ago
Alvaro Herrera 0b2aefe74a pgbench: avoid FD_ISSET on an invalid file descriptor 10 years ago
Tom Lane 1f52d23ef2 Suppress compiler warnings about useless comparison of unsigned to zero. 10 years ago
Noah Misch f97664cf54 Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable. 10 years ago
Tom Lane e56acbe2a3 Avoid use of sscanf() to parse ispell dictionary files. 10 years ago
Tom Lane 3dca6f36fc Stamp 9.1.20. 10 years ago
Peter Eisentraut 862b4a427c Translation updates 10 years ago
Tom Lane 730c89b792 Last-minute updates for release notes. 10 years ago
Tom Lane 98d6b73059 Fix some regex issues with out-of-range characters and large char ranges. 10 years ago
Tom Lane f6c7bfb597 Improve documentation about PRIMARY KEY constraints. 10 years ago
Tom Lane 2d5932580a Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20. 10 years ago
Noah Misch b1f591c50e Force certain "pljava" custom GUCs to be PGC_SUSET. 10 years ago
Tom Lane 6887d72d06 Update time zone data files to tzdata release 2016a. 10 years ago
Tom Lane 9c704632c2 In pg_dump, ensure that view triggers are processed after view rules. 10 years ago
Robert Haas 4c8b07d3c4 pgbench: Install guard against overflow when dividing by -1. 10 years ago
Michael Meskes 79782b4075 Make sure ecpg header files do not have a comment lasting several lines, one of 10 years ago
Andrew Dunstan d9c76aa498 Fix error in documentated use of mingw-w64 compilers 10 years ago