summaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
AgeCommit message (Expand)Author
2015-04-26Add transforms featurePeter Eisentraut
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-07Code beautification for object-access hook machinery.Robert Haas
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-31Force PL and range-type support functions to be owned by a superuser.Tom Lane
2012-03-09Extend object access hook framework to support arguments, and DROP.Robert Haas
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas
2011-07-23Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-25Object access hook framework, with post-creation hook.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-23Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-07-12Move some declarations in the raw-parser header files to create a clearerTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-31Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-04Default values for function argumentsPeter Eisentraut
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-04-29Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-03-26Allow non-superuser database owners to create procedural languages.Tom Lane
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian