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
*
Remove some unstable parts from new TAP test for archive status check
Michael Paquier
2020-04-24
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
*
Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.
Tom Lane
2020-04-07
*
Stabilize new GIN test case in 9.5 branch.
Tom Lane
2020-04-06
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.
Noah Misch
2020-03-19
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
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
*
doc: Fix naming of SELinux
Michael Paquier
2020-01-10
*
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 predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
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
[next]