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
*
Improve code comment
Peter Eisentraut
2019-03-14
*
Remove unused #include
Peter Eisentraut
2019-03-14
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
*
Defend against leaks into RelationBuildPartitionDesc.
Robert Haas
2019-03-14
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
*
Sync commentary in transam.h and bki.sgml.
Tom Lane
2019-03-14
*
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-14
*
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-03-13
*
Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.
Robert Haas
2019-03-13
*
Rename pg_verify_checksums to pg_checksums
Michael Paquier
2019-03-13
*
Correct obsolete nbtree page split comment.
Peter Geoghegan
2019-03-12
*
Add support for hyperbolic functions, as well as log10().
Tom Lane
2019-03-12
*
Remove remaining hard-wired OID references in the initial catalog data.
Tom Lane
2019-03-12
*
Create a script that can renumber manually-assigned OIDs.
Tom Lane
2019-03-12
*
Fix testing of parallel-safety of scan/join target.
Etsuro Fujita
2019-03-12
*
Allow fractional input values for integer GUCs, and improve rounding logic.
Tom Lane
2019-03-11
*
Give up on testing guc.c's behavior for "infinity" inputs.
Tom Lane
2019-03-11
*
Ensure sufficient alignment for ParallelTableScanDescData in BTShared.
Andres Freund
2019-03-11
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
In guc.c, ignore ERANGE errors from strtod().
Tom Lane
2019-03-11
*
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
[next]