summaryrefslogtreecommitdiff
path: root/src/backend/commands/define.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-14/+14
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-091-3/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-5/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-61/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-24/+27
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-2/+2
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-131-2/+2
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-20/+20
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-20/+20
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-051-2/+2
* Re-order args for TypeCreate() to be clearer.Bruce Momjian1997-11-261-3/+3
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-5/+48
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-14/+14
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-64/+63
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-485/+628
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-2/+2
* Change end-of-line comma to semicolon.Bruce Momjian1996-11-301-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-5/+5
* More compile cleanupsBruce Momjian1996-11-081-2/+2
* Fix perbyte_cpu thingBryan Henderson1996-11-081-5/+6
* Compile and warning cleanupBruce Momjian1996-11-081-2/+3
* Clean it up so that it compilesMarc G. Fournier1996-11-061-8/+5
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-031-4/+3
* Allow only superuser to do backend copy.Bryan Henderson1996-11-021-22/+1
* Require superuser privilege to create C function.Bryan Henderson1996-10-311-394/+457
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-10/+5
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+564