aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/proclang.c
Commit message (Expand)AuthorAge
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-29
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-12
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-25
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Be pickier about converting between Name and Datum.Tom Lane2016-09-13
* pgindent run for 9.6Robert Haas2016-06-09
* Type names should not be quotedAlvaro Herrera2016-04-01
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-28
* Update copyright for 2016Bruce Momjian2016-01-02
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Add transforms featurePeter Eisentraut2015-04-26
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Force PL and range-type support functions to be owned by a superuser.Tom Lane2012-05-30
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Update copyright notices for year 2012.Bruce Momjian2012-01-01