aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Add missing NULL terminator to list_SECURITY_LABEL_preposition[].Tom Lane2016-03-14
* Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander2016-03-10
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-09
* Add valgrind suppressions for python code.Andres Freund2016-03-08
* Add valgrind suppressions for bootstrap related code.Andres Freund2016-03-08
* plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund2016-03-08
* Further improvements to c8f621c43.Andres Freund2016-03-07
* Fix backwards test for Windows service-ness in pg_ctl.Tom Lane2016-03-07
* Fix wrong allocation size in c8f621c43.Andres Freund2016-03-06
* Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane2016-03-06
* Add valgrind suppression for padding bytes in twophase records.Andres Freund2016-03-05
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.Robert Haas2016-03-04
* Fix query-based tab completion for multibyte characters.Robert Haas2016-03-04
* Add 'tap_tests' flag in config_default.plAlvaro Herrera2016-03-04
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane2016-02-29
* Fix typosAlvaro Herrera2016-02-29
* Remove useless unary plus.Tom Lane2016-02-29
* Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed2016-02-29
* Avoid multiple free_struct_lconv() calls on same data.Tom Lane2016-02-28
* Fix typosAlvaro Herrera2016-02-25
* MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch2016-02-24
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Make plpython cope with funny characters in function names.Tom Lane2016-02-16
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-15
* Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch2016-02-10
* Avoid use of sscanf() to parse ispell dictionary files.Tom Lane2016-02-10
* Stamp 9.4.6.REL9_4_6Tom Lane2016-02-08
* Translation updatesPeter Eisentraut2016-02-08
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Backpatch of 7a58d19b0 to 9.4, previously omitted.Andres Freund2016-02-08
* Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch2016-02-05
* Update time zone data files to tzdata release 2016a.Tom Lane2016-02-05
* When modifying a foreign table, initialize tableoid field properly.Robert Haas2016-02-04
* In pg_dump, ensure that view triggers are processed after view rules.Tom Lane2016-02-04
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-03
* Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane2016-02-02
* Fix incorrect pattern-match processing in psql's \det command.Tom Lane2016-01-29
* Fix startup so that log prefix %h works for the log_connections message.Tom Lane2016-01-26
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-19
* Properly close token in sspi authenticationMagnus Hagander2016-01-14
* Handle extension members when first setting object dump flags in pg_dump.Tom Lane2016-01-13
* Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane2016-01-11