summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-07Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
2016-05-06Update time zone data files to tzdata release 2016d.Tom Lane
2016-04-30Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane
2016-04-29Remember asking for feedback during walsender shutdown.Andres Freund
2016-04-28Adjust DatumGetBool macro, this time for sure.Tom Lane
2016-04-28pg_upgrade: Fix indentation of if() blockBruce Momjian
2016-04-23Rename strtoi() to strtoint().Tom Lane
2016-04-22Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander
2016-04-22Fix planner failure with full join in RHS of left join.Tom Lane
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Remove dead code in win32.h.Tom Lane
2016-04-21Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-21Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-15Fix memory leak in GIN index scans.Tom Lane
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-13Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-11Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-04-08Fix possible use of uninitialised value in ts_headline()Teodor Sigaev
2016-04-08Turn down MSVC compiler verbosityAndrew Dunstan
2016-04-04Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane
2016-04-04Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane
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