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
/
rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2021
Bruce Momjian
2021-01-02
6
-6
/
+6
*
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-23
1
-7
/
+10
*
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-11-22
1
-27
/
+215
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
1
-1
/
+0
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
1
-0
/
+41
*
Optimize a few list_delete_ptr calls
David Rowley
2020-10-22
1
-5
/
+1
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
1
-1
/
+1
*
Add missing invocations to object access hooks
Michael Paquier
2020-05-23
1
-0
/
+2
*
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-03-31
1
-1
/
+3
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
1
-5
/
+55
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
1
-6
/
+12
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
1
-5
/
+7
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
6
-6
/
+6
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
1
-1
/
+1
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
1
-1
/
+1
*
Disallow dropping rules on system tables by default
Peter Eisentraut
2019-12-20
1
-0
/
+8
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
1
-7
/
+5
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
1
-2
/
+0
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
1
-0
/
+21
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-1
/
+1
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-3
/
+7
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
1
-4
/
+4
*
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
1
-1
/
+1
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
1
-6
/
+6
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
1
-33
/
+10
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
1
-1
/
+1
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
1
-5
/
+5
*
Fix typos in various places
Michael Paquier
2019-06-03
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
4
-34
/
+34
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
1
-0
/
+8
*
Generated columns
Peter Eisentraut
2019-03-30
1
-7
/
+29
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
1
-4
/
+8
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
1
-0
/
+1
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
1
-39
/
+59
*
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
1
-11
/
+128
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
1
-12
/
+14
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
1
-1
/
+1
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-1
/
+1
*
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
Tom Lane
2019-01-25
1
-3
/
+3
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
3
-3
/
+0
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
5
-28
/
+28
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
4
-4
/
+5
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
6
-6
/
+6
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
3
-13
/
+20
*
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-10-02
1
-20
/
+10
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
1
-10
/
+29
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
1
-4
/
+7
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
1
-0
/
+9
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
1
-2
/
+101
[next]