index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
pg_proc.c
Commit message (
Expand
)
Author
Age
*
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-03
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Add missing serial commas
Peter Eisentraut
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Improve error messages for CREATE OR REPLACE PROCEDURE
Peter Eisentraut
2018-08-18
*
Remove obsolete prohibition on function name matching a column name.
Tom Lane
2018-06-18
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
[next]