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
...
*
Remove unused macro
Peter Eisentraut
2019-03-11
*
Adjust error message for partial writes in WAL segments
Michael Paquier
2019-03-11
*
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
Tom Lane
2019-03-10
*
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Include GUC's unit, if it has one, in out-of-range error messages.
Tom Lane
2019-03-10
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-10
*
Add new clientcert hba option verify-full
Magnus Hagander
2019-03-09
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-08
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Fix crash with old libxml2
Alvaro Herrera
2019-03-08
*
Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()
Alvaro Herrera
2019-03-07
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE
Alvaro Herrera
2019-03-07
*
Drop the vestigial "smgr" type.
Thomas Munro
2019-03-07
*
Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.
Andres Freund
2019-03-06
*
Fix equalfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
Don't log incomplete startup packet if it's empty
Andrew Dunstan
2019-03-06
*
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Fix bug in clearing of virtual tuple slot.
Andres Freund
2019-03-06
*
Removed unused variable, openLogOff.
Robert Haas
2019-03-06
*
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-03-06
*
Scan GiST indexes in physical order during VACUUM.
Heikki Linnakangas
2019-03-05
*
Note case where nbtree VACUUM finishes splits.
Peter Geoghegan
2019-03-04
*
Correct obsolete nbtree page split WAL comment.
Peter Geoghegan
2019-03-04
*
pg_partition_ancestors
Alvaro Herrera
2019-03-04
*
Remove volatile from latch API
Peter Eisentraut
2019-03-04
*
Improve performance of index-only scans with many index columns.
Tom Lane
2019-03-03
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
*
Consider only relations part of partition trees in partition functions
Michael Paquier
2019-03-02
*
Use a virtual rather than a heap slot in two places where that suffices.
Andres Freund
2019-03-01
*
Teach optimizer's predtest.c more things about ScalarArrayOpExpr.
Tom Lane
2019-03-01
*
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-03-01
*
Clear the local map when not used.
Amit Kapila
2019-03-01
*
Make pg_partition_tree return no rows on unsupported and undefined objects
Michael Paquier
2019-03-01
*
Don't superfluously materialize slot after DELETE from an FDW.
Andres Freund
2019-02-28
*
Don't force materializing when copying a buffer tuple table slot.
Andres Freund
2019-02-28
*
Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple().
Andres Freund
2019-02-28
*
Merge near-duplicate code in RI triggers
Peter Eisentraut
2019-02-28
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Clean up some variable names in ri_triggers.c
Peter Eisentraut
2019-02-28
*
Compact for loops
Peter Eisentraut
2019-02-28
*
Reduce comments
Peter Eisentraut
2019-02-28
*
Remove unnecessary unused MATCH PARTIAL code
Peter Eisentraut
2019-02-28
*
Update comment
Peter Eisentraut
2019-02-28
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
[prev]
[next]