index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-10
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-18
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Stamp 9.5.4.
REL9_5_4
Tom Lane
2016-08-08
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Sync 9.5 version of access/transam/parallel.c with HEAD.
Tom Lane
2016-08-02
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
Fix pq_putmessage_noblock() to not block.
Tom Lane
2016-07-29
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-09
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
*
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
*
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-31
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-27
*
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-23
*
Stamp 9.5.3.
REL9_5_3
Tom Lane
2016-05-09
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
*
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-28
*
Impose a full barrier in generic-xlc.h atomics functions.
Noah Misch
2016-04-26
*
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 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
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
*
Stamp 9.5.2.
REL9_5_2
Tom Lane
2016-03-28
*
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-27
*
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-15
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
Fix typos
Alvaro Herrera
2016-02-25
*
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
*
Move DATA entry to correct position
Joe Conway
2016-02-15
*
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-15
*
Stamp 9.5.1.
REL9_5_1
Tom Lane
2016-02-08
[next]