aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas2017-05-05
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Support OpenSSL 1.1.0 in 9.4 branch.Tom Lane2017-04-15
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-06
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Fix failure to mark init buffers as BM_PERMANENT.Robert Haas2017-03-14
* Formatting and docs corrections for logical decoding output plugins.Tom Lane2017-02-15
* Stamp 9.4.11.REL9_4_11Tom Lane2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Orthography fixes for new castNode() macro.Tom Lane2017-01-27
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Change some test macros to return true booleansAlvaro Herrera2017-01-18
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera2016-11-17
* Account for catalog snapshot in PGXACT->xmin updates.Tom Lane2016-11-15
* Stamp 9.4.10.REL9_4_10Tom Lane2016-10-24
* Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Fix copy-pasto in comment.Heikki Linnakangas2016-10-12
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Improve unreachability recognition in elog() macro.Tom Lane2016-09-10
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Stamp 9.4.9.REL9_4_9Tom Lane2016-08-08
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-27
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Clarify documentation of ceil/ceiling/floor functions.Tom Lane2016-06-09
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-31
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Stamp 9.4.8.REL9_4_8Tom Lane2016-05-09
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Remove dead code in win32.h.Tom Lane2016-04-21
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-21
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* Stamp 9.4.7.REL9_4_7Tom Lane2016-03-28
* Change various Gin*Is* macros to return 0/1.Andres Freund2016-03-27
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09