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
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Preliminary work for pgindent run.
Tom Lane
2018-04-26
*
Avoid parsing catalog data twice during BKI file construction.
Tom Lane
2018-04-26
*
Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.
Tom Lane
2018-04-25
*
Make Catalog.pm's representation of toast and index decls more abstract.
Tom Lane
2018-04-25
*
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-25
*
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
*
Update ExecInitPartitionInfo comment
Alvaro Herrera
2018-04-24
*
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-24
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
*
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-23
*
Add missing pstrdup
Alvaro Herrera
2018-04-23
*
Remove useless default clause in switch
Alvaro Herrera
2018-04-23
*
Make bms_prev_member work correctly with a 64 bit bitmapword
Teodor Sigaev
2018-04-23
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
Add missing "static" marker.
Tom Lane
2018-04-21
*
Fix a couple minor typos
Stephen Frost
2018-04-20
*
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-20
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Improve consistency of comments in system catalog headers.
Tom Lane
2018-04-19
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Remove quick path in ExecInitPartitionInfo for equal tupdescs
Alvaro Herrera
2018-04-19
*
Plural of modulus is moduli
Alvaro Herrera
2018-04-19
*
Rework code to determine partition pruning procedure
Alvaro Herrera
2018-04-19
*
Adjust _bt_insertonpg() comments
Teodor Sigaev
2018-04-19
*
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()
Teodor Sigaev
2018-04-19
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Improve error detection/reporting in Catalog.pm and genbki.pl.
Tom Lane
2018-04-18
*
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-04-18
*
Rationalize handling of single and double quotes in bootstrap data.
Tom Lane
2018-04-17
*
Rationalize handling of array type names in bootstrap data.
Tom Lane
2018-04-17
*
Simplify genbki.pl's data quoting rules.
Tom Lane
2018-04-17
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
*
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-17
*
Fix a few typos in comments and variable names.
Heikki Linnakangas
2018-04-17
*
Add more infinite recursion detection while locking a view.
Tatsuo Ishii
2018-04-17
*
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-16
*
Ignore whole-rows in INSERT/CONFLICT with partitioned tables
Alvaro Herrera
2018-04-16
*
Clean up callers of JsonbIteratorNext().
Tom Lane
2018-04-15
*
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-15
*
Simplify view-expansion code in rewriteHandler.c.
Tom Lane
2018-04-14
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Fix enforcement of SELECT FOR UPDATE permissions with nested views.
Tom Lane
2018-04-14
*
Improve code comments
Peter Eisentraut
2018-04-14
*
Support named and default arguments in CALL
Peter Eisentraut
2018-04-14
*
Prevent segfault in expand_tuple with no missing values
Andrew Dunstan
2018-04-13
*
Improve regression test coverage for src/backend/tsearch/spell.c.
Tom Lane
2018-04-13
*
Fix bogus affix-merging code.
Tom Lane
2018-04-12
[next]