aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Improve performance in freeing memory contextsKevin Grittner2015-12-08
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-08
* Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane2015-12-07
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-07
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.Tom Lane2015-11-28
* COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev2015-11-27
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* Remove volatile qualifiers from bufmgr.c and freelist.cRobert Haas2015-11-16
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Provide readfuncs support for custom scans.Robert Haas2015-11-12
* Generate parallel sequential scan plans in simple cases.Robert Haas2015-11-11
* Make sequential scans parallel-aware.Robert Haas2015-11-11