index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
view.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
1
-107
/
+0
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
1
-0
/
+107
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
1
-107
/
+0
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
1
-4
/
+29
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
1
-1
/
+15
*
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
1
-1
/
+1
*
Reject change of output-column collation in CREATE OR REPLACE VIEW.
Tom Lane
2022-02-15
1
-2
/
+18
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
1
-4
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
1
-0
/
+4
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
1
-8
/
+12
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
1
-1
/
+2
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+1
*
Support reloptions of enum type
Alvaro Herrera
2019-09-25
1
-18
/
+0
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-1
/
+1
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
1
-5
/
+0
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+0
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
1
-0
/
+4
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
1
-1
/
+3
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
1
-1
/
+1
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
1
-3
/
+3
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
1
-1
/
+1
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-2
/
+2
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-8
/
+8
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-2
/
+2
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-1
/
+1
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-1
/
+1
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
1
-1
/
+1
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
1
-2
/
+1
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-5
/
+10
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
1
-29
/
+49
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-1
/
+2
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
1
-2
/
+2
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
1
-17
/
+5
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
1
-2
/
+6
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-11
/
+14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Message improvements
Peter Eisentraut
2014-10-12
1
-1
/
+1
*
Assorted message improvements
Peter Eisentraut
2014-08-29
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-7
/
+7
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
1
-5
/
+1
[next]