summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-08-22Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-07Stamp 9.4.13.REL9_4_13Tom Lane
2017-07-31Fix comment.Tatsuo Ishii
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-08Stamp 9.4.12.REL9_4_12Tom Lane
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-05Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-16Support OpenSSL 1.1.0 in 9.4 branch.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-03-14Fix failure to mark init buffers as BM_PERMANENT.Robert Haas
2017-02-15Formatting and docs corrections for logical decoding output plugins.Tom Lane
2017-02-06Stamp 9.4.11.REL9_4_11Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-18Change some test macros to return true booleansAlvaro Herrera
2016-11-17Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-10-24Stamp 9.4.10.REL9_4_10Tom Lane
2016-10-12Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Fix copy-pasto in comment.Heikki Linnakangas
2016-09-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
2016-09-10Improve unreachability recognition in elog() macro.Tom Lane
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-08Stamp 9.4.9.REL9_4_9Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-09Clarify documentation of ceil/ceiling/floor functions.Tom Lane
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-05-31Avoid useless closely-spaced writes of statistics files.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane