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-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
2020-09-29
Remove excess space from jsonpath .datetime() default format string
Alexander Korotkov
2020-09-28
Stabilize create_table regression test.
Tom Lane
2020-09-28
Assign collations in partition bound expressions.
Tom Lane
2020-09-28
Remove complaints about COLLATE clauses in partition bound values.
Tom Lane
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-26
Further stabilize output from rolenames regression test.
Tom Lane
2020-09-23
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-22
Rethink API for pg_get_line.c, one more time.
Tom Lane
2020-09-22
Improve the error message for an inappropriate column definition list.
Tom Lane
2020-09-21
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-18
Try to stabilize output from rolenames regression test.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
Remove factorial operators, leaving only the factorial() function.
Tom Lane
2020-09-17
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-17
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-16
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
Allow incremental sorts for windowing functions
David Rowley
2020-09-14
Fix interpolation in test name.
Noah Misch
[next]