aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtinsert.c
Commit message (Expand)AuthorAge
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-29
* Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs2010-03-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-02
* Department of second thoughts: let's show the exact key during unique indexTom Lane2009-08-01
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-31
* Repair still another bug in the btree page split WAL reduction patch:Tom Lane2007-11-16
* pgindent run for 8.3.Bruce Momjian2007-11-15
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-03
* To support external compression of archived WAL data, add a flag bit toTom Lane2007-05-20
* Code review for btree page split WAL reduction patch. Make it actually workTom Lane2007-04-11
* Clean up the representation of special snapshots by including a "methodTom Lane2007-03-25
* Fix a typo in a comment. Heikki Linnakangas.Neil Conway2007-03-05
* Split _bt_insertonpg to two functions.Bruce Momjian2007-03-03
* btree source code cleanups:Bruce Momjian2007-02-21
* Fix reference-after-free in the new btree page split code, as reported byAlvaro Herrera2007-02-08
* Reduce WAL activity for page splits:Bruce Momjian2007-02-08
* Remove some dead code, per Heikki.Tom Lane2007-02-06
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-11
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-01
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-25