summaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-2/+1
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-211-42/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-11/+13
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-1/+6
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-031-117/+0
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Force PL and range-type support functions to be owned by a superuser.Tom Lane2012-05-301-0/+4
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-1/+1
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-131-0/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Further consolidation of DROP statement handling.Robert Haas2011-11-171-37/+0
* Remove ancient downcasing code from procedural language operations.Robert Haas2011-11-171-27/+8
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-231-4/+2
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-2/+7
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-17/+28
* pgindent run for 9.0Bruce Momjian2010-02-261-10/+10
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-231-24/+59
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-22/+8
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-221-8/+75
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-121-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-311-1/+3
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-7/+7
* Default values for function argumentsPeter Eisentraut2008-12-041-3/+5
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-12/+12
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera2008-04-291-5/+44
* 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
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-7/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-1/+3
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-261-26/+136
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-3/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-4/+13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-26/+26