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
*
Kluge slot_compile_deform() to ignore incorrect attnotnull markings.
Tom Lane
2020-07-20
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-14
*
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
*
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
*
Improve error reporting for jsonpath .double() method
Alexander Korotkov
2020-07-11
*
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-09
*
Future-proof regression tests against possibly-missing posixrules file.
Tom Lane
2020-06-19
*
Fix deadlock danger when atomic ops are done under spinlock.
Andres Freund
2020-06-18
*
Add basic spinlock tests to regression tests.
Andres Freund
2020-06-18
*
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-18
*
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-06-13
*
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-06-11
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Fix typos.
Amit Kapila
2020-06-11
*
Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
Michael Paquier
2020-06-05
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
Fix crashes with currtid() and currtid2()
Michael Paquier
2020-06-01
*
Make install-tests target work with vpath builds
Andrew Dunstan
2020-05-31
*
Fix typo in test comment.
Heikki Linnakangas
2020-05-28
*
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-16
*
In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.
Noah Misch
2020-05-13
*
Fix several DDL issues of generated columns versus inheritance
Peter Eisentraut
2020-05-08
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Fix YA text phrase search bug.
Tom Lane
2020-05-07
*
Fix full text search to handle NOT above a phrase search correctly.
Tom Lane
2020-04-27
*
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 detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
*
Fix possible crash with GENERATED ALWAYS columns
David Rowley
2020-04-18
*
Add a wait_for_catchup() before immediate stop of a test master.
Noah Misch
2020-04-13
*
Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09
*
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-09
*
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08
*
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
*
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
*
Add regression tests for constraint errors in partitioned tables.
Andres Freund
2020-03-23
*
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
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
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 test case instability introduced in 085b6b667.
Tom Lane
2020-03-11
*
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-03-03
[next]