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
/
regress
Age
Commit message (
Expand
)
Author
2021-08-25
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-08-24
Fix regexp misbehavior with capturing parens inside "{0}".
Tom Lane
2021-08-24
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-23
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-22
Fix broken regression test caused by 22c4e88eb
David Rowley
2021-08-22
Allow parallel DISTINCT
David Rowley
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-18
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-10
Let regexp_replace() make use of REG_NOSUB when feasible.
Tom Lane
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-06
Don't elide casting to typmod -1.
Tom Lane
2021-08-06
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
Add missing message punctuation
Peter Eisentraut
2021-08-05
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-08-03
Add assorted new regexp_xxx SQL functions.
Tom Lane
2021-08-03
Allow ordered partition scans in more cases
David Rowley
2021-07-31
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-28
Disallow negative strides in date_bin()
John Naylor
2021-07-28
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-27
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-27
Stabilize output of new regression test.
Tom Lane
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-26
psql \dX: check schema when listing statistics objects
Tomas Vondra
2021-07-26
Allow numeric scale to be negative or greater than precision.
Dean Rasheed
2021-07-24
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-23
Make new test immune to collation
Alvaro Herrera
2021-07-22
Make ALTER TRIGGER RENAME consistent for partitioned tables
Alvaro Herrera
2021-07-22
Fix division by zero error in date_bin
John Naylor
2021-07-21
More improvements of error messages about mismatching relkind
Peter Eisentraut
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-18
Support for unnest(multirange)
Alexander Korotkov
2021-07-18
Improve error checking of CREATE COLLATION options.
Dean Rasheed
2021-07-16
Fix pg_dump for disabled triggers on partitioned tables
Alvaro Herrera
2021-07-16
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-15
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-10
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-09
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
Teach pg_size_pretty and pg_size_bytes about petabytes
David Rowley
2021-07-09
Fix incorrect return value in pg_size_pretty(bigint)
David Rowley
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-05
Prevent numeric overflows in parallel numeric aggregates.
Dean Rasheed
2021-07-01
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-07-01
Add tests for UNBOUNDED syntax ambiguity
Peter Eisentraut
[next]