aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-13
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-30
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* 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
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane2008-02-07
* Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manualTom Lane2008-01-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* 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
* Make CLUSTER and REINDEX silently skip remote temp tables in theirAlvaro Herrera2007-09-10
* Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane2007-09-07
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Fix brain fade in DefineIndex(): it was continuing to access the table'sTom Lane2007-08-25
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalidTom Lane2007-05-02
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-06
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-25
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-20
* 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
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-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
* Have REINDEX use NOTICE, so it can be suppressed.Bruce Momjian2006-06-07
* Use INFO-level for reindex messages, rather than NOTICE.Bruce Momjian2006-06-07
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-22
* Trivial dead code removal: in makeObjectName(), name1 must be non-NULLNeil Conway2005-06-21
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06