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
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
*
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-09
*
Fix typo in C comment.
Kevin Grittner
2016-04-09
*
Turn special page pointer validation to static inline function
Kevin Grittner
2016-04-09
*
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
*
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
*
Create default roles
Stephen Frost
2016-04-08
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
Add authentication parameters compat_realm and upn_usename for SSPI
Magnus Hagander
2016-04-08
*
Add BSD authentication method.
Tom Lane
2016-04-08
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
*
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Set PAM_RHOST item for PAM authentication
Peter Eisentraut
2016-04-08
*
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-08
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
*
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
*
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-08
*
Phrase full text search.
Teodor Sigaev
2016-04-07
*
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
*
Bump catversion for pg_dump dump catalog ACL patches
Stephen Frost
2016-04-06
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
*
Add new catalog called pg_init_privs
Stephen Frost
2016-04-06
*
Add jsonb_insert
Teodor Sigaev
2016-04-06
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
*
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-04-04
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
*
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
*
Blind attempt at fixing Win32 issue on 24c5f1a103c
Alvaro Herrera
2016-03-30
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
*
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
*
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
*
Bump catalog version, forget in acdf2a8b372aec1da09370fca77ff7dccac7646d
Teodor Sigaev
2016-03-30
*
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
*
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
*
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-28
[next]