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 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
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
*
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
*
Work around cross-version-upgrade issues created by commit 9e38c2bb5.
Tom Lane
2020-11-10
*
Ignore attempts to \gset into specially treated variables.
Noah Misch
2020-11-09
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
*
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-06
*
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-05
*
Enable hash partitioning of text arrays
Peter Eisentraut
2020-11-04
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
*
Stabilize timetz test across DST transitions.
Tom Lane
2020-10-29
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-27
*
Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Tom Lane
2020-10-25
*
Use fast checkpoint in PostgresNode::backup()
Alvaro Herrera
2020-10-21
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Paper over regression failures in infinite_recurse() on PPC64 Linux.
Tom Lane
2020-10-13
[next]