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 trigonometric functions that work in degrees.
Tom Lane
2016-01-22
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-22
*
Refactor headers to split out standby defs
Simon Riggs
2016-01-20
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Fix assorted inconsistencies in GIN opclass support function declarations.
Tom Lane
2016-01-19
*
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
[next]