aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-01
* Backport "Expose fsync_fname as a public API".Andres Freund2014-11-15
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-12
* Ensure that whole-row Vars produce nonempty column names.Tom Lane2014-11-10
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Declare mkdtemp() only if we're providing it.Tom Lane2014-10-17
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* Mark x86's memory barrier inline assembly as clobbering the cpu flags.Andres Freund2014-09-19
* Fix typo in solaris spinlock fix.Andres Freund2014-09-09
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-09
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29
* Stamp 9.3.5.REL9_3_5Tom Lane2014-07-21
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Wrap multixact/members correctly during extension, take 2Alvaro Herrera2014-06-09
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Can't completely get rid of #ifndef FRONTEND in palloc.h :-(Tom Lane2014-04-27
* Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane2014-04-26
* Fix race when updating a tuple concurrently locked by another processAlvaro Herrera2014-04-24
* Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane2014-04-23
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Stamp 9.3.4.REL9_3_4Tom Lane2014-03-17
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Stamp 9.3.3.REL9_3_3Tom Lane2014-02-17
* PGDLLIMPORT-ify MyBgworkerEntry.Tom Lane2014-02-17
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* PGDLLIMPORT'ify DateStyle and IntervalStyle.Tom Lane2014-02-16
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-02
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-18
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Stamp 9.3.2.REL9_3_2Tom Lane2013-12-02
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29