aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Make SyncRepWakeQueue to a static functionTatsuo Ishii2015-03-26
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-14
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-17
* Fix broken #ifdef for __sparcv8Heikki Linnakangas2015-02-13
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-09
* Stamp 9.4.1.REL9_4_1Tom Lane2015-02-02
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Fix assorted oversights in range selectivity estimation.Tom Lane2015-01-30
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-30
* Improve performance of EXPLAIN with large range tables.Tom Lane2015-01-15
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-03
* Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.Heikki Linnakangas2014-12-30
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-16
* Stamp 9.4.0.REL9_4_0Tom Lane2014-12-15
* Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut2014-12-03
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-01
* Stamp 9.4rc1.REL9_4_RC1Tom Lane2014-11-17
* 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 RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* "Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas2014-10-30
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Correct volatility markings of a few json functions.Andrew Dunstan2014-10-20
* Declare mkdtemp() only if we're providing it.Tom Lane2014-10-17
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-15
* Stamp 9.4beta3.REL9_4_BETA3Tom Lane2014-10-06
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas2014-10-01
* Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund2014-10-01
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-29
* Fix typos in descriptions of json_object functions.Andrew Dunstan2014-09-24
* Mark x86's memory barrier inline assembly as clobbering the cpu flags.Andres Freund2014-09-19
* Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas2014-09-16
* Fix typo in solaris spinlock fix.Andres Freund2014-09-09
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-09
* Silence warning on new versions of clang.Heikki Linnakangas2014-09-02
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-27
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* Fix bogus commutator/negator links for JSONB containment operators.Tom Lane2014-08-16
* Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas2014-08-15
* pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian2014-08-07
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29