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
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Fix test for error message change
Peter Eisentraut
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
*
Remove underflow error in float division with infinite divisor.
Tom Lane
2020-11-04
*
Declare assorted array functions using anycompatible not anyelement.
Tom Lane
2020-11-04
*
Declare lead() and lag() using anycompatible not anyelement.
Tom Lane
2020-11-04
*
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
*
Enable hash partitioning of text arrays
Peter Eisentraut
2020-11-04
*
Revert pg_relation_check_pages()
Michael Paquier
2020-11-04
*
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-11-03
*
Disallow ALTER TABLE ONLY / DROP EXPRESSION
Peter Eisentraut
2020-11-03
*
Remove deprecated containment operators for built-in types
Peter Eisentraut
2020-11-03
*
Use the non-deprecated TG_TABLE_MAME in test trigger
Magnus Hagander
2020-11-03
*
Remove use of deprecated containment operators in tests
Peter Eisentraut
2020-11-03
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Add pg_depend.refobjversion.
Thomas Munro
2020-11-03
*
Remove pg_collation.collversion.
Thomas Munro
2020-11-03
*
Fix unstable partition_prune regression tests
David Rowley
2020-11-02
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-11-02
*
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-11-01
*
Set debug_query_string in worker_spi.
Noah Misch
2020-10-31
*
Fix assertion failure in check_new_partition_bound().
Tom Lane
2020-10-30
*
Stabilize timetz test across DST transitions.
Tom Lane
2020-10-29
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-28
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
*
Add pg_relation_check_pages() to check on-disk pages of a relation
Michael Paquier
2020-10-28
*
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-27
*
Fix enum errdetail to mention bytes, not chars
Peter Eisentraut
2020-10-27
*
Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Tom Lane
2020-10-25
*
Use croak instead of die in Perl code when appropriate
Peter Eisentraut
2020-10-22
*
Use fast checkpoint in PostgresNode::backup()
Alvaro Herrera
2020-10-21
*
Remove the option to build thread_test.c outside configure.
Tom Lane
2020-10-21
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-20
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
*
Improve whitespace
Peter Eisentraut
2020-10-19
*
Update the Winsock API version requested by libpq.
Tom Lane
2020-10-18
*
Install pg_isolation_regress and isolationtester
Alvaro Herrera
2020-10-15
*
Fix query in new test to check tables are synced
Alvaro Herrera
2020-10-15
*
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
*
Paper over regression failures in infinite_recurse() on PPC64 Linux.
Tom Lane
2020-10-13
*
Adjust cycle detection examples and tests
Peter Eisentraut
2020-10-12
*
Choose ppc compare_exchange constant path for more operand values.
Noah Misch
2020-10-11
*
Avoid gratuitous inaccuracy in numeric width_bucket().
Tom Lane
2020-10-08
[next]