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
/
test
/
regress
/
expected
/
create_view.out
Age
Commit message (
Expand
)
Author
2025-11-24
Improve detection of implicitly-temporary views.
Tom Lane
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2024-08-29
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2022-12-01
Fix under-parenthesized display of AT TIME ZONE constructs.
Tom Lane
2022-10-24
Improve coverage of ruleutils.c for SQLValueFunctions
Michael Paquier
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-07-22
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-02-15
Reject change of output-column collation in CREATE OR REPLACE VIEW.
Tom Lane
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-01-18
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2020-11-04
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2019-12-06
Improve test coverage of ruleutils.c.
Tom Lane
2019-11-21
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-06-12
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-03-24
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2019-02-17
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2018-03-15
Clean up duplicate role and schema names in regression tests.
Tom Lane
2017-08-23
Improve plural handling in error message
Peter Eisentraut
2017-08-01
Suppress less info in regression tests using DROP CASCADE.
Tom Lane
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-03-28
Make new expression eval code reject references to dropped columns.
Tom Lane
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-04-21
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2015-11-16
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-15
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2014-07-19
Partial fix for dropped columns in functions returning composite.
Tom Lane
2014-05-01
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2014-04-30
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-12
Make security barrier views automatically updatable
Stephen Frost
2013-11-11
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-07-23
Further hacking on ruleutils' new column-alias-assignment code.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-02-03
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2012-12-31
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
[next]