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