summaryrefslogtreecommitdiff
path: root/src/backend/commands/define.c
Commit message (Expand)AuthorAgeFilesLines
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-211-4/+4
* pgindent run.Bruce Momjian2002-09-041-11/+12
* Allow schema-qualified operator names to be used in the optionalTom Lane2002-08-101-3/+14
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Modify sequence state storage to eliminate dangling-pointer problemTom Lane2002-05-221-1/+30
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-1052/+24
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-13/+78
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-29/+42
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-16/+22
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-177/+313
* Code review for DOMAIN patch.Tom Lane2002-03-201-153/+83
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-4/+360
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-359/+4
* Ok. Updated patch attached.Bruce Momjian2002-03-061-4/+359
* Change made to elog:Bruce Momjian2002-03-061-7/+7
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-80/+30
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-6/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-28/+27
* Mention createlang when language not installed, per problem report.Bruce Momjian2001-10-131-3/+4
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-021-1/+2
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-081-6/+3
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-061-11/+9
* For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane2001-08-031-6/+15
* Fix strangely formatted comment.Bruce Momjian2001-06-211-32/+32
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-131-4/+4
* Small code cleanups,formatting.Bruce Momjian2001-05-181-5/+5
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-11/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-28/+35
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-121-2/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-2/+2
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-13/+8
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-7/+6
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-104/+122
* Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane2000-07-221-4/+4
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-65/+31
* TOASTJan Wieck2000-07-031-3/+27
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-41/+42
* This is the second time I've answered this exact same problem in twoBruce Momjian2000-05-121-2/+12
* Fixed CREATE TYPE to recognize changed parsenodesJan Wieck2000-04-131-3/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-14/+17
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-071-13/+21
* Add:Bruce Momjian2000-01-261-2/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-021-100/+89
* I have been working with user defined types and user defined cBruce Momjian1999-09-281-7/+29
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-7/+7
* Update #include cleanupsBruce Momjian1999-07-161-3/+3