index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-06
*
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
*
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-02-08
*
Remove recovery test 011_crash_recovery.pl
Michael Paquier
2023-01-31
*
Fix the Drop Database hang.
Amit Kapila
2023-01-24
*
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
*
AdjustUpgrade.pm should zap test_ext_cine, too.
Tom Lane
2023-01-17
*
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-16
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Fix jsonpath existense checking of missing variables
Alexander Korotkov
2023-01-12
*
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
*
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-16
*
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-12
*
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
*
Fix perl warning from commit 9b4eafcaf4
Andrew Dunstan
2022-11-23
*
Prevent port collisions between concurrent TAP tests
Andrew Dunstan
2022-11-22
*
Fix version comparison in Version.pm
Andrew Dunstan
2022-11-18
*
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2022-11-17
*
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 EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
*
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-14
*
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
*
Ensure all perl test modules are installed
Alvaro Herrera
2022-10-11
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-25
*
Stop using PQsendQuery in libpq_pipeline
Alvaro Herrera
2022-09-23
*
Detect format-string mistakes in the libpq_pipeline test module.
Tom Lane
2022-09-15
*
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-12
*
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
*
Back-Patch "Add wait_for_subscription_sync for TAP tests."
Amit Kapila
2022-08-12
[next]