index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
Add amcheck missing downlink tests.
Teodor Sigaev
2018-04-25
*
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
*
Change pgindent/README to specify that we use perltidy version 20170521.
Tom Lane
2018-04-25
*
Add missing and dangling downlink checks to amcheck
Teodor Sigaev
2018-04-25
*
Fix typo
Magnus Hagander
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
*
Make Emacs settings match perltidy configuration
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
*
Update trigram example in docs to correct state
Teodor Sigaev
2018-04-23
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
Make PGJIT_* macros safer.
Heikki Linnakangas
2018-04-23
*
Add comment explaining BGWORKER_BYPASS_ALLOWCONN
Magnus Hagander
2018-04-23
*
Add missing documentation for BGWORKER_BYPASS_ALLOWCONN
Magnus Hagander
2018-04-22
*
Add missing "static" marker.
Tom Lane
2018-04-21
*
doc: Restructure authentication methods sections
Peter Eisentraut
2018-04-21
*
Test conversion of NaN between float4 and float8.
Tom Lane
2018-04-20
*
Fix a couple minor typos
Stephen Frost
2018-04-20
*
Don't run fast_default regression test in parallel with other tests.
Tom Lane
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
*
Enlarge find_other_exec's meager fgets buffer
Alvaro Herrera
2018-04-19
*
Fix datatype for number of heap tuples during last cleanup
Teodor Sigaev
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
*
Improve docs for the new INCLUDE directive in CREATE/ALTER TABLE.
Heikki Linnakangas
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
*
Improve coverage of nodeAppend runtime partition prune
Alvaro Herrera
2018-04-17
*
Add more infinite recursion detection while locking a view.
Tatsuo Ishii
2018-04-17
[next]