index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
Commit message (
Expand
)
Author
Age
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Prevent segfault in expand_tuple with no missing values
Andrew Dunstan
2018-04-13
*
Remove unused variable in non-assert-enabled build
Teodor Sigaev
2018-04-08
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Small cleanups in fast default code.
Andrew Dunstan
2018-04-01
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Use platform independent type for TupleTableSlot->tts_off.
Andres Freund
2018-02-20
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Clean up tupdesc.c for recent changes.
Tom Lane
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Improve performance of SendRowDescriptionMessage.
Andres Freund
2017-10-11
*
Use one stringbuffer for all rows printed in printtup.c.
Andres Freund
2017-10-11
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-22
*
Partially flatten struct tupleDesc so that it can be used in DSM.
Andres Freund
2017-08-20
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
*
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
*
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-03-06
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-14
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Refactor other replication commands to use DestRemoteSimple.
Robert Haas
2017-02-01
*
Be more aggressive in avoiding tuple conversion.
Robert Haas
2017-01-24
*
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
*
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
[next]