index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-11-02
Add pg_depend.refobjversion.
Thomas Munro
2020-11-02
Remove pg_collation.collversion.
Thomas Munro
2020-11-02
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-01
Preserve index data in pg_statistic across REINDEX CONCURRENTLY
Michael Paquier
2020-10-31
Set debug_query_string in worker_spi.
Noah Misch
2020-10-30
Fix assertion failure in check_new_partition_bound().
Tom Lane
2020-10-29
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-27
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-25
Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Tom Lane
2020-10-22
Use croak instead of die in Perl code when appropriate
Peter Eisentraut
2020-10-21
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-20
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-19
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
Improve whitespace
Peter Eisentraut
2020-10-18
Update the Winsock API version requested by libpq.
Tom Lane
2020-10-15
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-14
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-13
Paper over regression failures in infinite_recurse() on PPC64 Linux.
Tom Lane
2020-10-12
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-08
Avoid gratuitous inaccuracy in numeric width_bucket().
Tom Lane
2020-10-08
Fix numeric width_bucket() to allow its first argument to be infinite.
Tom Lane
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-07
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-06
Try to unbreak 021_row_visibility.pl on mingw.
Andres Freund
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
Improve stability of identity.sql regression test.
Tom Lane
2020-10-05
Fix handling of redundant options with COPY for "freeze" and "header"
Michael Paquier
2020-10-02
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-01
Put back explicit setting of replication values within TAP tests.
Tom Lane
2020-10-01
Fix and test snapshot behavior on standby.
Andres Freund
2020-09-30
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
Fix make_timestamp[tz] to accept negative years as meaning BC.
Tom Lane
2020-09-29
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
[next]