summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-28Stamp 9.4.7.REL9_4_7Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-03-26Modernize zic's test for valid timezone abbreviations.Tom Lane
2016-03-25Update time zone data files to tzdata release 2016c.Tom Lane
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-15Fix typos in commentsAlvaro Herrera
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-14Add missing NULL terminator to list_SECURITY_LABEL_preposition[].Tom Lane
2016-03-10Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-03-09Add valgrind suppressions for python code.Andres Freund
2016-03-09Add valgrind suppressions for bootstrap related code.Andres Freund
2016-03-08plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund
2016-03-07Further improvements to c8f621c43.Andres Freund
2016-03-07Fix backwards test for Windows service-ness in pg_ctl.Tom Lane
2016-03-07Fix wrong allocation size in c8f621c43.Andres Freund
2016-03-07Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane
2016-03-06Add valgrind suppression for padding bytes in twophase records.Andres Freund
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-05Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao
2016-03-04Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.Robert Haas
2016-03-04Fix query-based tab completion for multibyte characters.Robert Haas
2016-03-04Add 'tap_tests' flag in config_default.plAlvaro Herrera
2016-03-03Fix json_to_record() bug with nested objects.Tom Lane
2016-03-01Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane
2016-02-29Fix typosAlvaro Herrera
2016-02-29Remove useless unary plus.Tom Lane
2016-02-29Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed
2016-02-29Avoid multiple free_struct_lconv() calls on same data.Tom Lane
2016-02-25Fix typosAlvaro Herrera
2016-02-25MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch
2016-02-19Correct StartupSUBTRANS for page wraparoundSimon Riggs
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2016-02-15Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane
2016-02-11Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch
2016-02-11Avoid use of sscanf() to parse ispell dictionary files.Tom Lane
2016-02-08Stamp 9.4.6.REL9_4_6Tom Lane
2016-02-08Translation updatesPeter Eisentraut
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-08Backpatch of 7a58d19b0 to 9.4, previously omitted.Andres Freund
2016-02-06Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch
2016-02-05Update time zone data files to tzdata release 2016a.Tom Lane
2016-02-05When modifying a foreign table, initialize tableoid field properly.Robert Haas