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
/
utils
/
adt
/
ruleutils.c
Age
Commit message (
Expand
)
Author
2024-08-11
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Tom Lane
2024-08-09
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-02-09
Remove race condition in pg_get_expr().
Tom Lane
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-02-17
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2022-12-02
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-01
Fix under-parenthesized display of AT TIME ZONE constructs.
Tom Lane
2022-10-16
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2021-11-17
Fix display of SQL-standard function's arguments in INSERT/SELECT.
Tom Lane
2021-10-11
Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
Tom Lane
2021-09-16
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-01
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-08-31
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-07
Make pg_get_statisticsobjdef_expressions return NULL
Tomas Vondra
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-27
Extended statistics on expressions
Tomas Vondra
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2021-02-27
Enhanced cycle mark values
Peter Eisentraut
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-18
Add bytea equivalents of ltrim() and rtrim().
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-12-09
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-11-04
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-02
Remove special checks for pg_rewrite.ev_qual and ev_action being NULL.
Tom Lane
2020-11-02
Rethink the generation rule for fmgroids.h macros.
Tom Lane
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-09-28
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
[next]