aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/indexing.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Update copyright for 2009.Bruce Momjian2009-01-01
* 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
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* pgindent run.Bruce Momjian2002-09-04
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut2002-07-22
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Use the dependency mechanism to manage column defaults. We need thisTom Lane2002-07-15
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* It turns out that the relcache thinks it can distinguish differentTom Lane2001-06-16
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12