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