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
*
Make pg_dump behave more sanely when built without HAVE_LIBZ.
Tom Lane
2016-05-26
*
In Windows pg_dump, ensure idle workers will shut down during error exit.
Tom Lane
2016-05-26
*
Avoid hot standby cancels from VAC FREEZE
Alvaro Herrera
2016-05-25
*
Ensure that backends see up-to-date statistics for shared catalogs.
Tom Lane
2016-05-25
*
Fix broken error handling in parallel pg_dump/pg_restore.
Tom Lane
2016-05-25
*
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
2016-05-24
*
Avoid consuming an XID during vac_truncate_clog().
Tom Lane
2016-05-24
*
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-23
*
Fix missing initialization of buffer_std field in _bt_newroot().
Tom Lane
2016-05-21
*
Further improve documentation about --quote-all-identifiers switch.
Tom Lane
2016-05-20
*
Improve documentation about pg_dump's --quote-all-identifiers switch.
Tom Lane
2016-05-20
*
doc: Fix typo
Peter Eisentraut
2016-05-13
*
Ensure plan stability in contrib/btree_gist regression test.
Tom Lane
2016-05-12
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
*
Fix autovacuum for shared relations
Alvaro Herrera
2016-05-10
*
Stamp 9.4.8.
REL9_4_8
Tom Lane
2016-05-09
*
Translation updates
Peter Eisentraut
2016-05-09
*
Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.
Tom Lane
2016-05-07
*
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-05-07
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-05-06
*
Update time zone data files to tzdata release 2016d.
Tom Lane
2016-05-05
*
doc: Fix more typos
Peter Eisentraut
2016-05-04
*
doc: Fix typos
Peter Eisentraut
2016-05-03
*
Fix configure's incorrect version tests for flex and perl.
Tom Lane
2016-05-02
*
Remove unused macros.
Heikki Linnakangas
2016-05-02
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
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
*
pg_upgrade: Fix indentation of if() block
Bruce Momjian
2016-04-28
*
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
*
Add putenv support for msvcrt from Visual Studio 2013
Magnus Hagander
2016-04-22
*
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
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
*
Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.
Tom Lane
2016-04-13
*
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
[next]