index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Convert [autovacuum_]vacuum_cost_delay into 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
*
Reformat catalog .dat files.
Tom Lane
2019-03-08
*
Minor improvements for reformat_dat_file.pl.
Tom Lane
2019-03-08
*
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
*
Remove useless header inclusion.
Thomas Munro
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 copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
pg_partition_ancestors
Alvaro Herrera
2019-03-04
*
Remove volatile from latch API
Peter Eisentraut
2019-03-04
*
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-03-01
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
*
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-26
*
Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot.
Andres Freund
2019-02-26
*
Add ExecStorePinnedBufferHeapTuple.
Andres Freund
2019-02-26
*
Remove unneeded argument from _bt_getstackbuf().
Peter Geoghegan
2019-02-25
*
Remove unnecessary use of PROCEDURAL
Peter Eisentraut
2019-02-25
*
Make release of 2PC identifier and locks consistent in COMMIT PREPARED
Michael Paquier
2019-02-25
*
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-21
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Use an unsigned char for bool if we don't use the native bool.
Andrew Gierth
2019-02-20
*
Fix typo in transam.h for OIDs assigned by genbki.pl
Michael Paquier
2019-02-18
*
Mark pg_config() stable rather than immutable
Joe Conway
2019-02-17
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Fix previous MinGW fix.
Andrew Gierth
2019-02-16
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
*
Cygwin and Mingw floating-point fixes.
Andrew Gierth
2019-02-16
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
*
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-15
*
Fix compiler builtin usage in new pg_bitutils.c
Alvaro Herrera
2019-02-15
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
*
Get rid of another unconstify through API changes
Peter Eisentraut
2019-02-14
*
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-14
*
Fix portability issues in pg_bitutils
Alvaro Herrera
2019-02-13
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
*
Fix header inclusion issue.
Tom Lane
2019-02-11
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Redesign the partition dependency mechanism.
Tom Lane
2019-02-11
*
Fix misleading PG_RE_THROW commentary
Alvaro Herrera
2019-02-11
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
[next]