index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Fix confusion about event trigger vs. plain function in plpgsql.
Tom Lane
2020-02-19
*
Revert commit 606f350de9.
Fujii Masao
2020-02-03
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
*
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
2019-12-22
*
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-17
*
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
*
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-12
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
*
Remove test case that doesn't work with --disable-integer-timestamps.
Tom Lane
2019-11-09
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Report test_atomic_ops() failures consistently, via macros.
Noah Misch
2019-10-05
*
Fix bitshiftright()'s zero-padding some more.
Tom Lane
2019-10-04
*
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-10-03
*
Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.
Amit Kapila
2019-09-27
*
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-09-22
*
Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.
Noah Misch
2019-09-13
*
Fix usage of whole-row variables in WCO and RLS policy expressions.
Tom Lane
2019-09-12
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Prevent possible double-free when update trigger returns old tuple.
Tom Lane
2019-08-15
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
*
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-30
*
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-24
*
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
*
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
*
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-06-12
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-28
*
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-19
*
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-12
*
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
*
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-06
*
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-05
*
Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.
Andres Freund
2019-04-30
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
[next]