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
/
prepare.c
Age
Commit message (
Expand
)
Author
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-07-02
Use TupleDescAttr macro consistently
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-05
Fix pg_prepared_statements.result_types for DML statements
Peter Eisentraut
2022-07-05
Add result_types column to pg_prepared_statements view
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-03-07
Add pg_analyze_and_rewrite_varparams()
Peter Eisentraut
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-24
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-16
Fix plancache refcount leak after error in ExecuteQuery.
Tom Lane
2021-01-25
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-07-20
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-04-04
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-03
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-04
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-11-29
Add error position to an error message
Peter Eisentraut
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-14
Refactor ParamListInfo initialization
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-01-09
Update portal-related memory context names and API
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-03-31
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-28
Cast result of copyObject() to correct type
Peter Eisentraut
[next]