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
...
*
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-08-01
*
Add sort support routine for the inet data type.
Peter Geoghegan
2019-08-01
*
Add an isolation test to exercise parallel-worker deadlock resolution.
Tom Lane
2019-08-01
*
Add error codes to some corruption log messages
Peter Eisentraut
2019-08-01
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Remove superfluous semicolon.
Andres Freund
2019-07-30
*
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-30
*
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
*
Fix busted logic for parallel lock grouping in TopoSort().
Tom Lane
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-29
*
Avoid macro clash with LLVM 9.
Thomas Munro
2019-07-29
*
Fix typo in fd.c
Michael Paquier
2019-07-28
*
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Fix slot type handling for Agg nodes performing internal sorts.
Andres Freund
2019-07-25
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Fix system column accesses in ON CONFLICT ... RETURNING.
Andres Freund
2019-07-24
*
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
*
Refactor checks for deleted GiST pages.
Heikki Linnakangas
2019-07-24
*
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-23
*
Add CREATE DATABASE LOCALE option
Peter Eisentraut
2019-07-23
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-07-23
*
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
*
Make better use of the new List implementation in a couple of places
David Rowley
2019-07-22
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Adjust overly strict Assert
David Rowley
2019-07-22
*
Remove no-longer-helpful reliance on fixed-size local array.
Tom Lane
2019-07-21
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Use column collation for extended statistics
Tomas Vondra
2019-07-20
*
Rework examine_opclause_expression to use varonleft
Tomas Vondra
2019-07-20
*
Fix error in commit e6feef57.
Jeff Davis
2019-07-18
*
Fix typo in mvdistinct.c
Michael Paquier
2019-07-19
*
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
*
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-18
*
Further adjust SPITupleTable to provide a public row-count field.
Tom Lane
2019-07-18
*
Simplify bitmap updates in multivariate MCV code
Tomas Vondra
2019-07-18
*
Fix handling of NULLs in MCV items and constants
Tomas Vondra
2019-07-18
*
Fix handling of opclauses in extended statistics
Tomas Vondra
2019-07-18
*
Remove unnecessary TYPECACHE_GT_OPR lookup
Tomas Vondra
2019-07-18
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Move some md.c-specific logic from smgr.c to md.c.
Thomas Munro
2019-07-17
*
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-07-16
*
Remove lappend_cell...() family of List functions.
Tom Lane
2019-07-16
*
Clean up some ad-hoc code for sorting and de-duplicating Lists.
Tom Lane
2019-07-16
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Remove dead code.
Tom Lane
2019-07-15
*
Correct nbtsplitloc.c comment.
Peter Geoghegan
2019-07-15
[prev]
[next]