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
*
Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.
Noah Misch
2021-05-31
*
Disallow whole-row variables in GENERATED expressions.
Tom Lane
2021-05-21
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-21
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
*
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-04
*
Fix pg_identify_object_as_address() with event triggers
Michael Paquier
2021-04-28
*
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
*
Fix bugs in RETURNING in cross-partition UPDATE cases.
Tom Lane
2021-04-22
*
fix silly perl error in commit d064afc720
Andrew Dunstan
2021-04-21
*
Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode
Andrew Dunstan
2021-04-21
*
Allow TestLib::slurp_file to skip contents, and use as needed
Andrew Dunstan
2021-04-16
*
Use "-I." in directories holding Bison parsers, for Oracle compilers.
Noah Misch
2021-04-12
*
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-04-12
*
Fix out-of-bound memory access for interval -> char conversion
Michael Paquier
2021-04-12
*
Fix potential rare failure in the kerberos TAP tests
Michael Paquier
2021-04-07
*
Improve stability of test with vacuum_truncate in reloptions.sql
Michael Paquier
2021-04-02
*
Fix ndistinct estimates with system attributes
Tomas Vondra
2021-03-26
*
Fix new TAP test for 2PC transactions and PITRs on Windows
Michael Paquier
2021-03-22
*
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-22
*
Forbid marking an identity column as nullable.
Tom Lane
2021-03-12
*
Restore vacuum_cleanup_index_scale_factor coverage.
Peter Geoghegan
2021-03-11
*
Drop other index behind pg_upgrade test issue.
Peter Geoghegan
2021-03-10
*
Drop index behind pg_upgrade test issue.
Peter Geoghegan
2021-03-10
*
Fix use-after-free bug with AfterTriggersTableData.storeslot
Alvaro Herrera
2021-02-27
*
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
*
Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
*
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
*
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-06
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Don't clobber the calling user's credentials cache in Kerberos test.
Tom Lane
2021-01-25
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2021-01-20
*
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-16
*
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2021-01-05
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
*
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-12-23
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2020-12-15
*
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-05
[next]