aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Fix memory leak in printtup.c.Tom Lane2019-03-18
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Make TupleDescInitBuiltinEntry throw error for unsupported types.Tom Lane2018-12-10
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* Fast default trigger and expand_tuple fixesAndrew Dunstan2018-09-24
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan2018-04-13
* Remove unused variable in non-assert-enabled buildTeodor Sigaev2018-04-08
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Small cleanups in fast default code.Andrew Dunstan2018-04-01
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Use platform independent type for TupleTableSlot->tts_off.Andres Freund2018-02-20
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Local partitioned indexesAlvaro Herrera2018-01-19
* Clean up tupdesc.c for recent changes.Tom Lane2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-20
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Improve performance of SendRowDescriptionMessage.Andres Freund2017-10-11
* Use one stringbuffer for all rows printed in printtup.c.Andres Freund2017-10-11
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Refactor typcache.c's record typmod hash table.Andres Freund2017-08-22
* Partially flatten struct tupleDesc so that it can be used in DSM.Andres Freund2017-08-20
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2017-05-10
* Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12