Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-21Fix regression with location calculation of nested statementsMichael Paquier
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-24Track more precisely query locations for nested statementsMichael Paquier
2024-10-17Improve node type forward referencePeter Eisentraut
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-20Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-06-27Remove dependency to query text in JumbleQuery()Michael Paquier
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Suppress uninitialized-variable warning from a61b1f748.Tom Lane
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-09Add parse_analyze_withcb()Peter Eisentraut
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-01Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-13Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-07Fix use of cursor sensitivity terminologyPeter Eisentraut
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-22Re-allow DISTINCT in pl/pgsql expressions.Tom Lane