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 GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
*
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
*
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
*
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
*
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
*
Mark immutable functions in information schema as parallel safe
Peter Eisentraut
2017-04-06
*
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-04-06
*
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
*
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
*
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
*
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
*
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Make header self-contained
Peter Eisentraut
2017-04-03
*
Allow psql variable substitution to occur in backtick command strings.
Tom Lane
2017-04-01
*
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
*
BRIN de-summarization
Alvaro Herrera
2017-04-01
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
*
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-31
*
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-31
*
Default monitoring roles
Simon Riggs
2017-03-30
*
Remove support for version-0 calling conventions.
Andres Freund
2017-03-30
*
Implement SortSupport for macaddr data type
Teodor Sigaev
2017-03-29
*
Update copyright year in recently added files
Peter Eisentraut
2017-03-29
*
Mark more functions parallel-restricted.
Robert Haas
2017-03-29
*
Fix hardcoded typeof check result for Windows
Peter Eisentraut
2017-03-29
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
*
Cleanup slots during drop database
Simon Riggs
2017-03-28
[next]