Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
analyze.c
Age
Commit message (
Expand
)
Author
2025-05-21
Fix regression with location calculation of nested statements
Michael Paquier
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-24
Track more precisely query locations for nested statements
Michael Paquier
2024-10-17
Improve node type forward reference
Peter Eisentraut
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-08-01
Convert node test compile-time settings into run-time parameters
Peter Eisentraut
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-14
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-20
Add hint about not qualifying UPDATE...SET target with relation name.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-08-24
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-06-27
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-27
Suppress uninitialized-variable warning from a61b1f748.
Tom Lane
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-07-20
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-07
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-09
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-09
Add parse_analyze_withcb()
Peter Eisentraut
2022-03-07
Add pg_analyze_and_rewrite_varparams()
Peter Eisentraut
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-01
Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
Tom Lane
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-13
Allow table-qualified variable names in ON CONFLICT ... WHERE.
Tom Lane
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-01-22
Re-allow DISTINCT in pl/pgsql expressions.
Tom Lane
[next]