aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add some additional core functions to support join pushdown for FDWs.Robert Haas2016-02-04
* Change the way that LWLocks for extensions are allocated.Robert Haas2016-02-04
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-03
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Remove CustomPath's TextOutCustomPath method.Robert Haas2016-02-03
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* Remove unnecessary "implementation of FOO operator" DESCR() entries.Tom Lane2016-02-02
* Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane2016-02-02
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* 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