index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Re-pgindent a few files.
Tom Lane
2016-01-17
*
Fix minor typo in comment
Magnus Hagander
2016-01-15
*
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
*
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Fix typo in comment
Magnus Hagander
2016-01-08
*
pgstat: add WAL receiver status view & SRF
Alvaro Herrera
2016-01-07
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
*
Add scale(numeric)
Alvaro Herrera
2016-01-05
*
Make the to_reg*() functions accept text not cstring.
Tom Lane
2016-01-05
*
Make pg_shseclabel available in early backend startup
Alvaro Herrera
2016-01-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix ALTER OPERATOR to update dependencies properly.
Tom Lane
2015-12-31
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
*
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-22
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
*
Adjust behavior of single-user -j mode for better initdb error reporting.
Tom Lane
2015-12-17
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-16
*
Move buffer I/O and content LWLocks out of the main tranche.
Robert Haas
2015-12-15
*
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-15
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
*
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
*
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
*
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-09
*
Improve performance in freeing memory contexts
Kevin Grittner
2015-12-08
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
*
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-29
*
Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.
Tom Lane
2015-11-28
*
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-27
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-18
*
Remove volatile qualifiers from bufmgr.c and freelist.c
Robert Haas
2015-11-16
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Provide readfuncs support for custom scans.
Robert Haas
2015-11-12
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
[next]