index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Fix netmask handling in inet_minmax_multi_ops
Tomas Vondra
2023-03-20
*
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-17
*
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-15
*
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-03-14
*
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
*
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
*
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-03-13
*
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
*
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-03-01
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-25
*
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-02-23
*
Fix Assert failure for MERGE into a partitioned table with RLS.
Dean Rasheed
2023-02-22
*
Fix MERGE command tag for cross-partition updates.
Dean Rasheed
2023-02-22
*
Fix parsing of ISO-8601 interval fields with exponential notation.
Tom Lane
2023-02-20
*
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-20
*
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
*
Avoid dereferencing an undefined pointer in DecodeInterval().
Tom Lane
2023-02-12
*
Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Michael Paquier
2023-02-08
*
Ensure that MERGE recomputes GENERATED expressions properly.
Dean Rasheed
2023-01-30
*
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-23
*
Use OFFSET 0 instead of ORDER BY to stop subquery pullup
David Rowley
2023-01-24
*
Fix LATERAL join test in test memoize.sql
David Rowley
2023-01-24
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-12
*
Fix MERGE's test for unreachable WHEN clauses.
Dean Rasheed
2023-01-10
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Fix inability to reference CYCLE column from inside its CTE.
Tom Lane
2022-12-16
*
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-12
*
Update MERGE docs to mention that ONLY is supported.
Dean Rasheed
2022-12-09
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
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-12-02
*
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
*
Fix under-parenthesized display of AT TIME ZONE constructs.
Tom Lane
2022-12-01
*
Reject missing database name in pg_regress and cohorts.
Tom Lane
2022-11-30
*
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-29
*
Remove useless MERGE test
Alvaro Herrera
2022-11-22
*
Fix alter_table.sql test case to test what it claims to.
Tom Lane
2022-11-10
*
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-04
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Fix planner failure with extended statistics on partitioned tables.
Tom Lane
2022-11-01
*
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
*
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
[next]