summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-313-19/+7
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-291-2/+2
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-291-2/+1
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-141-0/+1
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-121-0/+2
* Fix whitespacePeter Eisentraut2014-07-111-1/+1
* Avoid copying index tuples when building an index.Robert Haas2014-07-012-2/+4
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-271-1/+2
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-1411-14/+14
* Wrap multixact/members correctly during extension, take 2Alvaro Herrera2014-06-091-0/+2
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-052-17/+23
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-151-0/+3
* pgindent run for 9.4Bruce Momjian2014-05-0626-125/+130
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-012-7/+9
* Fix race when updating a tuple concurrently locked by another processAlvaro Herrera2014-04-241-0/+4
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-231-3/+5
* Fix another typo.Robert Haas2014-04-201-1/+1
* Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas2014-04-141-10/+17
* Fix a few more misc typos in comments.Heikki Linnakangas2014-04-101-1/+1
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-031-0/+15
* Move SizeOfHeapNewCid next to xl_heap_new_cid struct.Heikki Linnakangas2014-04-011-2/+2
* Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas2014-03-311-5/+30
* Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas2014-03-312-13/+15
* Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas2014-03-241-3/+3
* Fix thinkos in GinLogicValue enum.Heikki Linnakangas2014-03-211-4/+4
* Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas2014-03-211-1/+1
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-183-20/+19
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-183-16/+14
* Fix small typo in commentMagnus Hagander2014-03-171-1/+1
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-142-18/+43
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-122-1/+19
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-122-13/+20
* Introduce logical decoding.Robert Haas2014-03-036-5/+74
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-071-0/+31
* Introduce replication slots.Robert Haas2014-01-311-0/+1
* Further optimize GIN multi-key searches.Heikki Linnakangas2014-01-291-1/+2
* Further optimize multi-key GIN searches.Heikki Linnakangas2014-01-291-1/+1
* Remove orphaned prototypeBruce Momjian2014-01-281-1/+0
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-271-3/+3
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-251-1/+2
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-221-43/+169
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-141-0/+1
* Fix typo in comment.Robert Haas2014-01-141-1/+1
* Update copyright for 2014Bruce Momjian2014-01-0746-46/+46
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-021-0/+1
* Rename walLogHints to wal_log_hints for easier grepping.Robert Haas2014-01-011-2/+2
* Change the way we mark tuples as frozen.Robert Haas2013-12-223-4/+55
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-212-4/+4
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-181-0/+1
* Rework tuple freezing protocolAlvaro Herrera2013-12-163-11/+39