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
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-05
*
Fix incorrect use of bool
Peter Eisentraut
2017-11-04
*
Avoid looping through line pointers twice in PageRepairFragmentation().
Tom Lane
2017-11-03
*
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
*
Fix thinkos in BRIN summarization
Alvaro Herrera
2017-11-03
*
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-11-03
*
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
*
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
*
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-11-02
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
*
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-11-01
*
Don't exaggerate the number of temporary blocks read.
Robert Haas
2017-10-31
*
Fix code related to partitioning schemes for dropped columns.
Robert Haas
2017-10-31
*
Fix autovacuum work item error handling
Alvaro Herrera
2017-10-30
*
Fix typo in comment
Magnus Hagander
2017-10-30
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Improve comments for parallel executor estimation functions.
Robert Haas
2017-10-28
*
Fix grammar.
Robert Haas
2017-10-28
*
Fix misplaced ReleaseSysCache call in get_default_partition_oid.
Robert Haas
2017-10-28
*
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
*
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
*
Allow parallel query for prepared statements with generic plans.
Robert Haas
2017-10-27
*
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
2017-10-27
*
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Make setrefs.c match by ressortgroupref even for plain Vars.
Tom Lane
2017-10-26
*
Undo inadvertent change in capitalization in commit 18fc4ec.
Andrew Dunstan
2017-10-26
*
In relevant log messages, indicate whether vacuums are aggressive.
Robert Haas
2017-10-26
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
*
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-25
*
In the planner, delete joinaliasvars lists after we're done with them.
Tom Lane
2017-10-24
*
Fix some oversights in expression dependency recording.
Tom Lane
2017-10-23
*
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-10-20
*
Fix misimplementation of typcache logic for extended hashing.
Tom Lane
2017-10-20
*
Fix typos
Magnus Hagander
2017-10-19
*
Fix typo
Magnus Hagander
2017-10-19
*
UCS_to_most.pl: Process encodings in sorted order
Peter Eisentraut
2017-10-19
*
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-10-16
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Treat aggregate direct arguments as per-agg data not per-trans data.
Tom Lane
2017-10-16
*
Allow the built-in ordered-set aggregates to share transition state.
Tom Lane
2017-10-16
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
*
Rework DefineIndex relkind check
Alvaro Herrera
2017-10-16
*
Restore nodeAgg.c's ability to check for improperly-nested aggregates.
Tom Lane
2017-10-15
*
Explicitly track whether aggregate final functions modify transition state.
Tom Lane
2017-10-14
*
Improve sys/catcache performance.
Andres Freund
2017-10-13
*
Fix possible crash with Parallel Bitmap Heap Scan.
Robert Haas
2017-10-13
[next]