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
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Give nicer error message when connecting to a v10 server requiring SCRAM.
Heikki Linnakangas
2017-05-05
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Support OpenSSL 1.1.0 in 9.4 branch.
Tom Lane
2017-04-15
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
*
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
*
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-03-14
*
Formatting and docs corrections for logical decoding output plugins.
Tom Lane
2017-02-15
*
Stamp 9.4.11.
REL9_4_11
Tom Lane
2017-02-06
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
*
Change some test macros to return true booleans
Alvaro Herrera
2017-01-18
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-17
*
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-15
*
Stamp 9.4.10.
REL9_4_10
Tom Lane
2016-10-24
*
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-12
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
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
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Stamp 9.4.9.
REL9_4_9
Tom Lane
2016-08-08
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
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
*
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
*
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-31
*
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.4.8.
REL9_4_8
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
*
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-28
*
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
*
Stamp 9.4.7.
REL9_4_7
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
[next]