aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-23
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-31
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Default values for function argumentsPeter Eisentraut2008-12-04
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera2008-04-29
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-08
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-05
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* First bits of work on error message editing.Tom Lane2003-07-18
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* pgindent run.Bruce Momjian2002-09-04