summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.1.22.REL9_1_22Tom Lane2016-05-096-21/+21
* Translation updatesPeter Eisentraut2016-05-0917-2704/+2697
* Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.Tom Lane2016-05-071-0/+165
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-05-072-44/+103
* Fix possible read past end of string in to_timestamp().Tom Lane2016-05-061-45/+39
* Update time zone data files to tzdata release 2016d.Tom Lane2016-05-059-133/+349
* doc: Fix more typosPeter Eisentraut2016-05-041-5/+5
* doc: Fix typosPeter Eisentraut2016-05-032-4/+4
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-023-4/+4
* Remove unused macros.Heikki Linnakangas2016-05-022-15/+0
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-281-1/+1
* Rename strtoi() to strtoint().Tom Lane2016-04-232-17/+17
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-213-1/+72
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-212-13/+58
* Remove dead code in win32.h.Tom Lane2016-04-211-1/+8
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-212-0/+28
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-213-0/+56
* Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane2016-04-201-6/+21
* doc: Add missing parenthesesPeter Eisentraut2016-04-151-3/+3
* Remove trailing commas in enums.Andres Freund2016-04-141-1/+1
* Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane2016-04-131-47/+1
* Fix possible use of uninitialised value in ts_headline()Teodor Sigaev2016-04-081-0/+2
* Turn down MSVC compiler verbosityAndrew Dunstan2016-04-081-1/+1
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-041-4/+5
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-294-5/+15
* Stamp 9.1.21.REL9_1_21Tom Lane2016-03-286-21/+21
* Translation updatesPeter Eisentraut2016-03-288-16350/+16385
* Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21.Tom Lane2016-03-271-0/+206
* Change various Gin*Is* macros to return 0/1.Andres Freund2016-03-271-5/+5
* Modernize zic's test for valid timezone abbreviations.Tom Lane2016-03-261-20/+5
* Update time zone data files to tzdata release 2016c.Tom Lane2016-03-2515-352/+686
* Remove dependency on psed for MSVC builds.Andrew Dunstan2016-03-192-1/+250
* Fix "pg_bench -C -M prepared".Tom Lane2016-03-161-1/+6
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-156-2/+144
* Add missing NULL terminator to list_SECURITY_LABEL_preposition[].Tom Lane2016-03-141-1/+1
* Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander2016-03-101-0/+21
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-093-65/+13
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-093-50/+211
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-093-23/+46
* ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund2016-03-085-20/+20
* plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund2016-03-081-9/+20
* Fix backwards test for Windows service-ness in pg_ctl.Tom Lane2016-03-071-1/+1
* Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane2016-03-061-13/+22
* Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.Robert Haas2016-03-041-2/+2
* Fix query-based tab completion for multibyte characters.Robert Haas2016-03-041-11/+19
* Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane2016-02-291-7/+19
* Fix typosAlvaro Herrera2016-02-291-4/+4
* doc: document MANPATH as /usr/local/pgsql/share/manAlvaro Herrera2016-02-291-3/+3
* Avoid multiple free_struct_lconv() calls on same data.Tom Lane2016-02-281-5/+11
* Fix wording in the Tutorial document.Tatsuo Ishii2016-02-211-1/+1