aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Stamp 9.5.7.REL9_5_7Tom Lane2017-05-08
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* 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
* 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
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* 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.5.6.REL9_5_6Tom 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
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.Tom Lane2017-01-04
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2016-12-06
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02
* 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
* Re-allow user_catalog_table option for materialized views.Tom Lane2016-11-10
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-07
* Remove duplicate macro definition.Tom Lane2016-11-05
* Stamp 9.5.5.REL9_5_5Tom 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
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane2016-10-03
* 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
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Improve unreachability recognition in elog() macro.Tom Lane2016-09-10
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Stamp 9.5.4.REL9_5_4Tom Lane2016-08-08
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Sync 9.5 version of access/transam/parallel.c with HEAD.Tom Lane2016-08-02
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Fix pq_putmessage_noblock() to not block.Tom Lane2016-07-29
* 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