aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-21
* Improve documentation around TS_execute().Tom Lane2016-12-16
* 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
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* 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
* Fix typos in comments.Heikki Linnakangas2016-10-26
* Stamp 9.6.1.REL9_6_1Tom 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
* Stamp 9.6.0.REL9_6_0Tom Lane2016-09-26
* 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
* Update comments to reflect code rearrangement.Robert Haas2016-08-31
* Stamp 9.6rc1.REL9_6_RC1Tom Lane2016-08-29
* Fix stray reference to the old genbki.sh script.Tom Lane2016-08-28
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-26
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Remove unnecessary #include.Kevin Grittner2016-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
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Stamp 9.6beta4.REL9_6_BETA4Tom Lane2016-08-08
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch2016-08-08
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-07
* Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.Tom Lane2016-08-05
* Change InitToastSnapshot to a macro.Robert Haas2016-08-05
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-03
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-03
* Minor cleanup for access/transam/parallel.c.Tom Lane2016-08-01
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Remove unused arguments from pg_replication_origin_xact_reset function.Fujii Masao2016-08-02
* Fix worst memory leaks in tqueue.c.Tom Lane2016-07-29
* Fix pq_putmessage_noblock() to not block.Tom Lane2016-07-29
* Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.Tom Lane2016-07-28