index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Age
Commit message (
Expand
)
Author
2023-01-12
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2022-12-03
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
Prevent pgstats from getting confused when relkind of a relation changes
Andres Freund
2022-11-30
Reject missing database name in pg_regress and cohorts.
Tom Lane
2022-11-29
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-10
Fix alter_table.sql test case to test what it claims to.
Tom Lane
2022-11-04
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-03
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-10-11
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-09-25
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-12
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-08
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-06
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-02
Fix oversight in recent MULTIEXPR_SUBLINK fix.
Tom Lane
2022-08-27
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-16
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-10
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-05
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
regress: fix test instability
Alvaro Herrera
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-04
Add proper regression test for the recent SRFs-in-pathkeys problem.
Tom Lane
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-07
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-07-03
Remove %error-verbose directive from jsonpath parser
Andrew Dunstan
2022-06-10
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-20
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
Backpatch regression tests added by 2d689babe3cb
Alvaro Herrera
2022-05-18
Update xml_1.out and xml_2.out
Alvaro Herrera
2022-05-18
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-12
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-05-09
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-05-09
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-03-23
Try to stabilize vacuum test.
Thomas Munro
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-03-18
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-03-17
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-04
Fix pg_regress to print the correct postmaster address on Windows.
Tom Lane
2022-02-14
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-11
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
[next]