summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.4.7.REL9_4_7Tom Lane2016-03-286-21/+21
* Translation updatesPeter Eisentraut2016-03-2823-10221/+10297
* Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21.Tom Lane2016-03-274-0/+902
* Change various Gin*Is* macros to return 0/1.Andres Freund2016-03-271-8/+8
* 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 phony .PHONY.Tom Lane2016-03-191-1/+1
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-173-3/+75
* Fix "pg_bench -C -M prepared".Tom Lane2016-03-161-1/+8
* Fix typos in commentsAlvaro Herrera2016-03-151-1/+1
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-156-2/+92
* 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-096-93/+18
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-094-51/+214
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-093-23/+46
* Add valgrind suppressions for python code.Andres Freund2016-03-081-0/+66
* Add valgrind suppressions for bootstrap related code.Andres Freund2016-03-081-0/+42
* 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 minor typo in logical-decoding docs.Tom Lane2016-03-071-2/+2
* Further improvements to c8f621c43.Andres Freund2016-03-072-9/+18
* Fix backwards test for Windows service-ness in pg_ctl.Tom Lane2016-03-071-1/+1
* Fix wrong allocation size in c8f621c43.Andres Freund2016-03-061-1/+2
* Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane2016-03-061-13/+22
* Add valgrind suppression for padding bytes in twophase records.Andres Freund2016-03-051-0/+16
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-055-72/+236
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-053-10/+37
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-057-16/+108
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-062-2/+7
* 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
* Add 'tap_tests' flag in config_default.plAlvaro Herrera2016-03-042-0/+2
* Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund2016-03-031-0/+4
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-025-2/+49
* 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
* Remove useless unary plus.Tom Lane2016-02-291-1/+1
* Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed2016-02-293-0/+74
* Avoid multiple free_struct_lconv() calls on same data.Tom Lane2016-02-281-5/+11
* Fix typosAlvaro Herrera2016-02-251-6/+6
* MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch2016-02-241-0/+1
* Fix wording in the Tutorial document.Tatsuo Ishii2016-02-211-1/+1
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-191-1/+5
* pg_upgrade: suppress creation of delete scriptBruce Momjian2016-02-181-6/+24
* Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane2016-02-184-46/+67
* Make plpython cope with funny characters in function names.Tom Lane2016-02-163-7/+17
* Improve documentation about CREATE INDEX CONCURRENTLY.Tom Lane2016-02-161-7/+10