aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-29
* Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas2016-01-29
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Avoid multiple foreign server connections when all use same user mapping.Robert Haas2016-01-28
* Add gin_clean_pending_list function to clean up GIN pending listFujii Masao2016-01-28
* Fix volatility marking of pg_size_pretty functionFujii Masao2016-01-27
* Add trigonometric functions that work in degrees.Tom Lane2016-01-22
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-22
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Add defenses against putting expanded objects into Const nodes.Tom Lane2016-01-21
* Remove unused argument from ginInsertCleanup()Fujii Masao2016-01-22
* Refactor headers to split out standby defsSimon Riggs2016-01-20
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-20
* Refactor to create generic WAL page read callbackSimon Riggs2016-01-20
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Support multi-stage aggregation.Robert Haas2016-01-20
* Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane2016-01-19
* Add two HyperLogLog functionsAlvaro Herrera2016-01-19
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Re-pgindent a few files.Tom Lane2016-01-17
* Fix minor typo in commentMagnus Hagander2016-01-15
* Add new user fn pg_current_xlog_flush_location()Simon Riggs2016-01-12
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs2016-01-09
* Fix typo in commentMagnus Hagander2016-01-08
* pgstat: add WAL receiver status view & SRFAlvaro Herrera2016-01-07
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* Add scale(numeric)Alvaro Herrera2016-01-05
* Make the to_reg*() functions accept text not cstring.Tom Lane2016-01-05
* Make pg_shseclabel available in early backend startupAlvaro Herrera2016-01-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix ALTER OPERATOR to update dependencies properly.Tom Lane2015-12-31
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Comment improvements for abbreviated keys.Robert Haas2015-12-22
* postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas2015-12-22
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-18
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-18
* Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane2015-12-17
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* Move buffer I/O and content LWLocks out of the main tranche.Robert Haas2015-12-15
* Provide a way to predefine LWLock tranche IDs.Robert Haas2015-12-15
* Handle policies during DROP OWNED BYStephen Frost2015-12-11
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-11
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-09