summaryrefslogtreecommitdiff
path: root/src/backend/catalog/dependency.c
Commit message (Expand)AuthorAgeFilesLines
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-1/+73
* Fix a case of string building.Alvaro Herrera2008-11-101-4/+8
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-2/+2
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-2/+2
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-221-2/+2
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-071-1/+10
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-021-18/+34
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-141-2/+9
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-111-10/+109
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-525/+624
* Fix some string building in getObjectDescription.Alvaro Herrera2008-06-051-7/+25
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-27/+27
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-3/+138
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+9
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-1/+12
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-24/+10
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-19/+175
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+11
* Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera2006-08-201-80/+220
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-271-87/+1
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-271-1/+87
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-281-5/+1
* Revert patch pending more discussion:Bruce Momjian2006-04-301-87/+1
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-291-1/+87
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-12/+71
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-11/+16
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-91/+88
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-1/+54
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+58
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-113/+76
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-9/+11
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-24/+24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Message style revisionsPeter Eisentraut2004-10-121-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-2/+7
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-25/+17
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-59/+36
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1