aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convent...Tom Lane2016-04-28
* Impose a full barrier in generic-xlc.h atomics functions.Noah Misch2016-04-26
* doc: Fix typoPeter Eisentraut2016-04-24
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* doc: Fix typosPeter Eisentraut2016-04-23
* Convert contrib/seg's bool-returning SQL functions to V1 call convention.Tom Lane2016-04-22
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-22
* Fix unexpected side-effects of operator_precedence_warning.Tom Lane2016-04-21
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Remove dead code in win32.h.Tom Lane2016-04-21
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-21
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane2016-04-20
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* doc: Add missing parenthesesPeter Eisentraut2016-04-15
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Fix memory leak in GIN index scans.Tom Lane2016-04-15
* Remove trailing commas in enums.Andres Freund2016-04-14
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Adjust datatype of ReplicationState.acquired_by.Tom Lane2016-04-14
* Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane2016-04-13
* Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane2016-04-11
* Fix freshly-introduced PL/Python portability bug.Tom Lane2016-04-11
* Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane2016-04-10
* Fix possible use of uninitialised value in ts_headline()Teodor Sigaev2016-04-08
* Turn down MSVC compiler verbosityAndrew Dunstan2016-04-08
* Fix multiple bugs in tablespace symlink removal.Tom Lane2016-04-08
* Fix broken ALTER INDEX documentationAlvaro Herrera2016-04-05
* Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane2016-04-04
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-04
* Fix broken variable declarationAlvaro Herrera2016-03-30
* Remove TZ environment-variable entry from postgres reference page.Tom Lane2016-03-29
* Fix pgbench documentation error.Robert Haas2016-03-29
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Mention BRIN as able to do multi-column indexesAlvaro Herrera2016-03-28
* Stamp 9.5.2.REL9_5_2Tom Lane2016-03-28
* Last-minute updates for release notes.Tom Lane2016-03-28
* Add missing checks to some of pageinspect's BRIN functionsAlvaro Herrera2016-03-28
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Translation updatesPeter Eisentraut2016-03-28
* Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21.Tom Lane2016-03-27
* pg_rewind: fsync target data directory.Andres Freund2016-03-27
* pg_rewind: Close backup_label file descriptor.Andres Freund2016-03-27
* Change various Gin*Is* macros to return 0/1.Andres Freund2016-03-27
* Modernize zic's test for valid timezone abbreviations.Tom Lane2016-03-26