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
*
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
*
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
*
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-02-02
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
*
Fix typo in comment
Magnus Hagander
2016-01-08
*
Stamp 9.5.0.
REL9_5_0
Tom Lane
2016-01-04
*
Split out pg_operator.h function declarations to new file pg_operator_fn.h.
Tom Lane
2016-01-01
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-16
*
Stamp 9.5rc1.
REL9_5_RC1
Tom Lane
2015-12-15
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
[next]