aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/defrem.h
Commit message (Expand)AuthorAge
* 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
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* 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 the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Support the syntaxTom Lane2006-04-15
* 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
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-22
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-14
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* First batch of object rename commands.Peter Eisentraut2003-06-27
* If typecmds is going to have its own header file, said header fileTom Lane2002-12-10
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* pgindent run.Bruce Momjian2002-09-04
* Tom Lane wrote:Bruce Momjian2002-08-15
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* Update copyright to 2002.Bruce Momjian2002-06-20