aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Fix the overrun in hash index metapage for smaller block sizes.Amit Kapila2018-09-06
* Comment fix for rewriteheap.h.Jeff Davis2018-08-25
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Fix datatype for number of heap tuples during last cleanupTeodor Sigaev2018-04-19
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-17
* Add commentary explaining why MaxIndexTuplesPerPage calculation is safe.Tom Lane2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Support index INCLUDE in the AM properties interface.Andrew Gierth2018-04-08
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Improve FSM management for BRIN indexes.Tom Lane2018-04-04
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-28
* 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
* Use stdbool.h if suitablePeter Eisentraut2018-03-22
* Add FIELDNO_* macro designating offset into structs required for JIT.Andres Freund2018-03-22
* Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane2018-03-19
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Support parallel btree index builds.Robert Haas2018-02-02
* Add new function WaitForParallelWorkersToAttach.Robert Haas2018-02-02
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Report an ERROR if a parallel worker fails to start properly.Robert Haas2018-01-23
* Update copyright for 2018Bruce Momjian2018-01-02
* Don't cast between GinNullCategory and boolPeter Eisentraut2018-01-02
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-27