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
/
optimizer
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
2
-19
/
+55
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
1
-7
/
+32
*
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-08
1
-0
/
+7
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
1
-1
/
+1
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
1
-2
/
+0
*
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-04-12
1
-1
/
+1
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
1
-0
/
+2
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
1
-1
/
+1
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
1
-0
/
+55
*
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-28
1
-3
/
+7
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
1
-19
/
+4
*
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-03-16
1
-8
/
+10
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
3
-15
/
+0
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
1
-7
/
+15
*
Correctly set userid of subquery relations' child rels
Alvaro Herrera
2023-02-20
1
-4
/
+14
*
Further tighten nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-08
1
-9
/
+11
*
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
1
-19
/
+24
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
1
-1
/
+1
*
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
1
-10
/
+0
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
1
-3
/
+1
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
6
-191
/
+72
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
9
-89
/
+871
*
Remove some dead code in selfuncs.c
Alvaro Herrera
2023-01-19
1
-1
/
+0
*
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-09
1
-115
/
+149
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
2
-56
/
+107
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
15
-15
/
+15
*
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-24
1
-13
/
+9
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
2
-42
/
+152
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
1
-0
/
+1
*
Fix broken MemoizePath support in reparameterize_path().
Tom Lane
2022-12-04
1
-1
/
+7
*
Add missing MaterialPath support in reparameterize_path[_by_child].
Tom Lane
2022-12-04
1
-1
/
+24
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
1
-32
/
+7
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
1
-14
/
+25
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
1
-2
/
+2
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
2
-30
/
+12
*
Produce more-optimal plans for bitmap scans on boolean columns.
Tom Lane
2022-11-08
1
-1
/
+45
*
Handle SubPlan cases in find_nonnullable_rels/vars.
Tom Lane
2022-11-05
1
-0
/
+34
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
4
-6
/
+7
*
Guard against table-AM-less relations in planner.
Tom Lane
2022-10-17
1
-0
/
+18
*
Rename shadowed local variables
David Rowley
2022-10-05
2
-13
/
+13
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
1
-2
/
+2
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+16
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-1
/
+2
*
Fix outdated convert_saop_to_hashed_saop comment
David Rowley
2022-09-15
1
-1
/
+2
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
1
-78
/
+0
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
3
-71
/
+52
*
Refactor addition of PlaceHolderVars to joinrel targetlists.
Tom Lane
2022-08-17
2
-17
/
+34
*
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
3
-24
/
+14
[next]