aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-27
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-22
* Mark a few parallelism-related variables with PGDLLIMPORT.Robert Haas2017-12-19
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-16
* Fix broken cleanup interlock for GIN pending list.Robert Haas2017-11-16
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Support domains over composite types.Tom Lane2017-10-26
* Improve performance of SendRowDescriptionMessage.Andres Freund2017-10-11
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Remove lsn from HashScanPosData.Robert Haas2017-09-26
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* hash: Implement page-at-a-time scan.Robert Haas2017-09-22
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-18
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Avoid duplicate typedef for SharedRecordTypmodRegistry.Tom Lane2017-09-15
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Perform only one ReadControlFile() during startup.Andres Freund2017-09-14
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-07
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* 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
* Use atomic ops to hand out pages to scan in parallel scan.Heikki Linnakangas2017-08-16
* Remove dedicated B-tree root-split record types.Heikki Linnakangas2017-08-16
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-04
* Fix comment.Tatsuo Ishii2017-08-01
* Remove outdated commentPeter Eisentraut2017-06-30
* 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
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Fix erroneous cross-reference in comment.Tom Lane2017-04-15
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Fix new BRIN desummarize WAL recordAlvaro Herrera2017-04-07
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-06