aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/define.c
Commit message (Expand)AuthorAge
* 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
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-14
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* pgindent run.Bruce Momjian2002-09-04
* Allow schema-qualified operator names to be used in the optionalTom Lane2002-08-10
* Update copyright to 2002.Bruce Momjian2002-06-20
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-22
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* 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
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Mention createlang when language not installed, per problem report.Bruce Momjian2001-10-13
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-02
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-08
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane2001-08-03
* Fix strangely formatted comment.Bruce Momjian2001-06-21
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Small code cleanups,formatting.Bruce Momjian2001-05-18
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane2000-07-22
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* TOASTJan Wieck2000-07-03
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28