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 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
*
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-07
*
Improve stability of identity.sql regression test.
Tom Lane
2020-10-04
*
Put back explicit setting of replication values within TAP tests.
Tom Lane
2020-10-01
*
Reword partitioning error message
Alvaro Herrera
2020-09-30
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
*
Remove obsolete replication settings within TAP tests.
Tom Lane
2020-09-29
*
Assign collations in partition bound expressions.
Tom Lane
2020-09-28
*
Use factorial rather than numeric_fac in create_operator.sql.
Tom Lane
2020-09-18
*
Fix interpolation in test name.
Noah Misch
2020-09-13
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Make new authentication test case more robust.
Tom Lane
2020-09-04
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
*
Fix rare deadlock failure in create_am regression test.
Tom Lane
2020-09-04
*
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-09-03
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Teach libpq to handle arbitrary-length lines in .pgpass files.
Tom Lane
2020-09-01
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Disable autovacuum for BRIN test table
Alvaro Herrera
2020-08-17
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Fix typo in test comment.
Heikki Linnakangas
2020-08-14
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
[next]