summaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-02-25Remove unnecessary use of PROCEDURALPeter Eisentraut
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-01Type names should not be quotedAlvaro Herrera
2016-03-28Improve internationalization of messages involving type namesAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
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-06Code 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-30Force 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-13Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-17Further 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