summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-22Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander
2016-04-21Fix unexpected side-effects of operator_precedence_warning.Tom Lane
2016-04-21Fix 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-20Honor 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-14Remove trailing commas in enums.Andres Freund
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-14Adjust datatype of ReplicationState.acquired_by.Tom Lane
2016-04-13Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane
2016-04-11Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-10Fix 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-08Fix multiple bugs in tablespace symlink removal.Tom Lane
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-30Fix broken variable declarationAlvaro Herrera
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-28Stamp 9.5.2.REL9_5_2Tom Lane
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2016-03-28Translation updatesPeter Eisentraut
2016-03-27pg_rewind: fsync target data directory.Andres Freund
2016-03-27pg_rewind: Close backup_label file descriptor.Andres Freund
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-23Disable abbreviated keys for string-sorting in non-C locales.Robert Haas
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-23Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane
2016-03-23Change comment to describe correct lock level usedSimon Riggs
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-17Remove useless double calls of make_parsestate().Tom Lane
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-16Fix "pg_bench -C -M prepared".Tom Lane
2016-03-15Avoid incorrectly indicating exclusion constraint waitStephen Frost
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-13Fix memory leak in repeated GIN index searches.Tom Lane
2016-03-13Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane