summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2018-03-01Remove redundant IndexTupleDSize macro.Tom Lane
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-02Support parallel btree index builds.Robert Haas
2018-02-02Add new function WaitForParallelWorkersToAttach.Robert Haas
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-23Report an ERROR if a parallel worker fails to start properly.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-02Don't cast between GinNullCategory and boolPeter Eisentraut
2017-12-27Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera
2017-12-22Add optional compression method to SP-GiSTTeodor Sigaev
2017-12-19Mark a few parallelism-related variables with PGDLLIMPORT.Robert Haas
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-12-04Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-26Pad XLogReaderState's main_data buffer more aggressively.Tom Lane
2017-11-17Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund
2017-11-16Fix broken cleanup interlock for GIN pending list.Robert Haas
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-26Support domains over composite types.Tom Lane
2017-10-12Improve performance of SendRowDescriptionMessage.Andres Freund
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-09-26Remove lsn from HashScanPosData.Robert Haas
2017-09-22For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas
2017-09-22hash: Implement page-at-a-time scan.Robert Haas
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-09-15Avoid duplicate typedef for SharedRecordTypmodRegistry.Tom Lane
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-22Refactor typcache.c's record typmod hash table.Andres Freund
2017-08-20Partially flatten struct tupleDesc so that it can be used in DSM.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-16Use atomic ops to hand out pages to scan in parallel scan.Heikki Linnakangas
2017-08-16Remove dedicated B-tree root-split record types.Heikki Linnakangas
2017-08-04hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas
2017-07-31Fix comment.Tatsuo Ishii
2017-06-30Remove outdated commentPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut