aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* 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
* Reduce lock levels for table storage params related to planningSimon Riggs2017-03-06
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Minor fixes for WAL consistency checking.Robert Haas2017-02-14
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Refactor other replication commands to use DestRemoteSimple.Robert Haas2017-02-01
* Be more aggressive in avoiding tuple conversion.Robert Haas2017-01-24
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07