aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsort.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
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Un-break building with BTREE_BUILD_STATS.Tom Lane2011-02-18
* 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
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-20
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* 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
* Make CLUSTER MVCC-safe. Heikki LinnakangasTom Lane2007-04-08
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-03
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Extend the MinimalTuple concept to tuplesort.c, thereby reducing theTom Lane2006-06-27
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-08
* Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problemTom Lane2006-03-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-25
* Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try toTom Lane2006-01-07
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Mention MD5 function index for indexing long values.Bruce Momjian2005-08-11
* Make new hints follow style guide.Tom Lane2005-08-10
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-10
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06