index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
functioncmds.c
Age
Commit message (
Expand
)
Author
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
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-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-15
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-04
Fix ExecuteCallStmt to not scribble on the passed-in parse tree.
Tom Lane
2018-10-08
Track procedure calls in pg_stat_user_functions
Peter Eisentraut
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-07-13
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-09
Add UtilityReturnsTuples() support for CALL
Peter Eisentraut
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-04-27
Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-02-22
Support parameters in CALL
Peter Eisentraut
2018-02-10
Avoid premature free of pass-by-reference CALL arguments.
Tom Lane
2018-02-10
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-30
SQL procedures
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-16
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-26
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-04-05
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-06-26
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-05-28
Fix pg_get_functiondef() to print a function's LEAKPROOF property.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
[next]