Commit Graph

33546 Commits (be13ee5ab0fe2ef0addce61089d052d0a1658e24)
 

Author SHA1 Message Date
Tom Lane be13ee5ab0 Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. 10 years ago
Peter Eisentraut 9b676fd49a Distrust external OpenSSL clients; clear err queue 10 years ago
Tom Lane 7bad282c34 Fix possible read past end of string in to_timestamp(). 10 years ago
Tom Lane bfc39da640 Update time zone data files to tzdata release 2016d. 10 years ago
Peter Eisentraut b94906f2d3 doc: Fix more typos 10 years ago
Peter Eisentraut acf913480e doc: Fix typos 10 years ago
Tom Lane 6e3702e627 Fix configure's incorrect version tests for flex and perl. 10 years ago
Heikki Linnakangas c2c19afc82 Remove unused macros. 10 years ago
Tom Lane a6c6789c46 Adjust DatumGetBool macro, this time for sure. 10 years ago
Tom Lane cbff4b7085 Rename strtoi() to strtoint(). 10 years ago
Tom Lane 6882dbd342 Fix planner failure with full join in RHS of left join. 10 years ago
Tom Lane 9028f404ef Improve TranslateSocketError() to handle more Windows error codes. 10 years ago
Tom Lane 5b13ad976a Remove dead code in win32.h. 10 years ago
Tom Lane b2bb59bd51 Provide errno-translation wrappers around bind() and listen() on Windows. 10 years ago
Tom Lane 663624e60b Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. 10 years ago
Tom Lane 4c1c9f80b7 Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 10 years ago
Peter Eisentraut f719cd9bfb doc: Add missing parentheses 10 years ago
Andres Freund ccf893c4bd Remove trailing commas in enums. 10 years ago
Tom Lane 3ef1f3a3ec Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. 10 years ago
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