index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
*
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2016-01-01
*
Fix comments about WAL rule "write xlog before data" versus pg_multixact.
Noah Misch
2016-01-01
*
Fix ALTER OPERATOR to update dependencies properly.
Tom Lane
2015-12-31
*
Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.
Tom Lane
2015-12-30
*
Avoid useless truncation attempts during VACUUM.
Tom Lane
2015-12-30
*
Add some comments about division of labor between rewriter and planner.
Tom Lane
2015-12-29
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Read from the same worker repeatedly until it returns no tuple.
Robert Haas
2015-12-23
*
Change Gather not to use a physical tlist.
Robert Haas
2015-12-23
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
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
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
*
Remove duplicate word.
Robert Haas
2015-12-18
*
Fix TupleQueueReaderNext not to ignore its nowait argument.
Robert Haas
2015-12-18
*
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-12-18
*
Fix typo in comment.
Robert Haas
2015-12-18
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
*
Use just one standalone-backend session for initdb's post-bootstrap steps.
Tom Lane
2015-12-17
*
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
*
Speed up CREATE INDEX CONCURRENTLY's TID sort.
Robert Haas
2015-12-16
*
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-12-16
*
Teach mdnblocks() not to create zero-length files.
Robert Haas
2015-12-15
*
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
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-14
*
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-14
*
Correct statement to actually be the intended assert statement.
Andres Freund
2015-12-14
*
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
*
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-13
*
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
*
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
*
Handle dependencies properly in ALTER POLICY
Stephen Frost
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
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
*
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
[next]