TopicMailing ListsActivityParticipants
4 commits
Stabilize the FORCE drop test for online data checksums
masterunreleasedREL_19_STABLEunreleased
Don't skip invalid databases when enabling data checksums
masterunreleasedREL_19_STABLE19beta3
Make sure to detach injection points for re-attaching
masterunreleasedREL_19_STABLE19beta3
Handle invalid and dropped databases during checksum enable
masterunreleasedREL_19_STABLE19beta3
PG20-2Committed
Patch#7087
TagsBugfix
CICI score: 10/10
ReviewersDaniel Gustafsson (d_gustafsson)
CommitterDaniel Gustafsson (d_gustafsson)
CI historyCI passed - final, thread committed
Patchsetv13
Statewon't retry
Resultsuccess
Tests1021 / 1021
Base7d behind master
datachecksums: handle invalid and dropped databases during enablehackers
hackers
14 replies
about 12 hours ago
Daniel GustafssonZsolt ParragiAyush TiwariIlmar YunusovJonathan Gonzalez V.+2
17 commits
Use correct datatype for PID
master19beta1REL_19_STABLE19beta1
Improve comments in online checksums code
master19beta1REL_19_STABLE19beta1
Fix checksum state transition during promotion
master19beta1REL_19_STABLE19beta1
Fix regex searching for page verification failures in tests
master19beta1REL_19_STABLE19beta1
Apply data-checksum worker throttling parameters
master19beta1REL_19_STABLE19beta1
+12 more
PG20-1Needs review
Patch#5323
CICI score: 10/10
ReviewersTomas Vondra (fuzzycz)
Changing the state of data checksums in a running clusterhackers
hackers
149 replies
2 days ago
Daniel GustafssonTomas VondraSATYANARAYANA NARLAPURAMHeikki LinnakangasAyush Tiwari+10
1 commit
Revert "Add GROUP BY ALL".
masterunreleasedREL_19_STABLE19beta3
PG20-1Withdrawn
Patch#6952
TagsBugfix
CICI score: 10/10
Fix GROUP BY ALL handling of ORDER BY operator semanticshackers
hackers
10 replies
6 days ago
Chao LiDaniel GustafssonTom LaneMiłosz BieniekBruce Momjian
3 commits
Minor test suite cleanup
masterunreleasedREL_19_STABLEunreleased
Add data_page_checksum_version to pg_control_checkpoint
masterunreleasedREL_19_STABLEunreleased
Record initial state of data checksums in controlfile
masterunreleasedREL_19_STABLEunreleased
CI historyCI passed - final, thread committed
Patchsetv18
Statewon't retry
Resultsuccess
Tests1021 / 1021
Base7d behind master
pg_control_checkpoint(): add "data_checksum_version" (Pg19)?hackers
hackers
25 replies
7 days ago
Daniel GustafssonFujii MasaoBertrand DrouvotIan Lawrence BarwickChao Li+1
1 commit
basebackup: do not verify checksums on pages from before enabling
masterunreleasedREL_19_STABLEunreleased
CI historyCI passed - final, thread committed
Patchsetv22
Statewon't retry
Resultsuccess
Tests1023 / 1023
Base7d behind master
basebackup: do not verify checksums on pages written before enabling checksumshackers
hackers
24 replies
Aug 18, 22:16
Daniel GustafssonBertrand DrouvotZsolt ParragiYilin Zhang
2 commits
Reorder function prototypes to match definition order
masterunreleasedREL_19_STABLEunreleased
Make data checksums launcher cancel its worker at SIGINT
masterunreleasedREL_19_STABLEunreleased
CI historyCI passed - final, thread committed
Patchsetv6
Statewon't retry
Resultsuccess
Tests1019 / 1019
Base8d behind master
Clarify or fix SIGINT handling in data checksums launcherhackers
hackers
6 replies
Aug 17, 22:27
Daniel GustafssonFujii MasaoSrinath Reddy SadipirallaNathan Bossart
PG20-2Needs review
Patch#7129
TagsBugfix
CINeeds rebase
ReviewersZsolt Parragi (zsolt.parragi)
CI historyCI passed
Patchsetv20
Stateapplies
Tests1024 / 1024
Base0d behind master
Fix detection of truncated zstd-compressed backupshackers
hackers
20 replies
Aug 14, 13:03
Chao LiOsama Abdul QaderZsolt ParragiDaniel GustafssonJapin Li
PG20-2Needs review
Patch#7008
TagsSecurity
CICI score: 5/10
CI historybuild failed
Patchsetv1
Stateapplies
Tests0 / 0
Base0d behind master
LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecationhackers
hackers
8 replies
Aug 14, 00:11
Daniel GustafssonMichael PaquierPeter EisentrautAlvaro HerreraJacob Champion
2 commits
vacuumdb: Use ANALYZE ONLY for partitioned tables
masterunreleasedREL_19_STABLEunreleased
vacuumdb: Make vacuumdb --analyze-only process partitioned tables.
master19beta1REL_19_STABLE19beta1
PG19-2Committed
Patch#5871
TagsGood First Review
CICI score: 10/10
ReviewersMircea Cadariu (mcadariu)
CommitterFujii Masao (masaofujii)
analyze-in-stages post upgrade questionshackersgeneral
hackersgeneral
34 replies
Aug 13, 05:31
Laurenz AlbeFujii MasaoMircea CadariuZechman, Derek SNathan Bossart+4
2 commits
Use correct data type for version identifier
masterunreleased
Use int64 for number of entries in pg_stat_statements
masterunreleasedREL_19_STABLEunreleased
PG20-2Committed
Patch#7082
TagsBugfix
CICI score: 10/10
ReviewersDaniel Gustafsson (d_gustafsson)
CommitterDaniel Gustafsson (d_gustafsson)
CI historyCI passed - final, thread committed
Patchsetv7
Statewon't retry
Resultsuccess
Tests1019 / 1019
Base11d behind master
Implicit conversion from int64 to int32 when calling hash_get_num_entrieshackers
hackers
8 replies
Aug 10, 12:29
Karina LitskevichDaniel GustafssonTom Lane
3 commits
Add a comment to distinguish backend types
masterunreleasedREL_19_STABLE19beta3
doc: Fix glossary entry for data checksums workers
masterunreleasedREL_19_STABLE19beta3
doc: Fix data checksum progress reporting documentation
masterunreleasedREL_19_STABLE19beta2
Fix data checksum progress reporting docsdocs
docs
8 replies
Aug 01, 19:44
Daniel GustafssonFujii Masao
1 commit
Recheck checksum state before file_copy during CREATE DATABASE
masterunreleasedREL_19_STABLE19beta3
PG20-2Committed
Patch#7041
TagsBugfix
CICI score: 10/10
CommitterDaniel Gustafsson (d_gustafsson)
Race between datachecksum enablement and create table with the file_copy strategybugs
bugs
5 replies
Jul 29, 10:14
Daniel GustafssonZsolt Parragi
4 commits
ssl: Use the correct feature macros for TLS protocol support
masterunreleased
ssl: Replace deprecated API to get commonName
masterunreleased
ssl: Use TLS_method instead of deprecated SSLv23_method
masterunreleased
ssl: Remove static var tracking tls_init_hook warnings
masterunreleased
PG20-2Moved to different CF
Patch#7007
TagsSecurity
CINeeds rebase
CI historyCI passed - final, thread committed
Patchsetv11
Statewon't retry
Resultsuccess
Tests1015 / 1015
Base28d behind master
Grab bag of smaller OpenSSL fixupshackers
hackers
14 replies
Jul 28, 13:24
Daniel GustafssonAndreas KarlssonTristan PartinYilin Zhang
1 commit
Fix parsing of underscores in pg_plan_advice occurrence numbers
masterunreleasedREL_19_STABLE19beta3
pg_plan_advice: fix parsing underscore in numbershackers
hackers
6 replies
Jul 19, 22:32
Daniel GustafssonChao LiLukas Fittl
2 commits
Fix truncation rules for base64 encoding
masterunreleasedREL_19_STABLE19beta3
Add support for base64url encoding and decoding
master19beta1REL_19_STABLE19beta1
PG19-2Committed
Patch#5643
CICI score: 10/10
ReviewersMasahiko Sawada (masahikosawada), Daniel Gustafsson (d_gustafsson), Aleksander Alekseev (a.alekseev), David Wheeler (theory)
CommitterDaniel Gustafsson (d_gustafsson)
encode/decode support for base64urlhackers
hackers
40 replies
Jul 17, 14:11
Florents TselaiDaniel GustafssonDavid E. WheelerAleksander AlekseevPrzemysław Sztoch+4
1 commit
doc: Fix link text for data checksums
masterunreleasedREL_19_STABLE19beta3REL_18_STABLE18.6
66.6. Database Page Layoutdocs
docs
5 replies
Jul 15, 15:13
Daniel GustafssonLaurenz AlbePG Bug reporting form
4 commits
libpq: Make error checks in the new buffer draining code more robust
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19REL_14_STABLE14.24
ssl: Include limits.h to get INT_MAX when using LibreSSL
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19REL_14_STABLE14.24
libpq: Drain all pending bytes from SSL/GSS during pqReadData()
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19REL_14_STABLE14.24
libpq: Extend "read pending" check from SSL to GSS
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19REL_14_STABLE14.24
PG20-1Committed
Patch#5251
TagsBackport, Bugfix, libpq
CICI score: 10/10
ReviewersHeikki Linnakangas (heikki), Jacob Champion (jchampion), solai v (solaiv)
CommitterHeikki Linnakangas (heikki)
libpq: Process buffered SSL read bytes to support records >8kB on async APIhackers
hackers
34 replies
Jul 09, 17:03
Jacob ChampionHeikki LinnakangasAndres FreundLars KanisMerlin Moncure+5
1 commit
Fix comments on data checksum cost settings
master19beta2REL_19_STABLE19beta2
DataChecksumsStateStruct cost_delay fields and lockinghackers
hackers
3 replies
Jun 18, 21:23
Heikki LinnakangasDaniel Gustafsson
1 commit
Fix compilation with OpenSSL 4
master19beta1REL_19_STABLE19beta1REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19REL_14_STABLE14.24
PostgreSQL and OpenSSL 4.0.0hackers
hackers
18 replies
Jun 12, 13:15
Daniel GustafssonMichael PaquierCary HuangTom Lane
1 commit
doc: Mention online checksum enabling in pg_checksums docs
master19beta2REL_19_STABLE19beta2
pg_checksums docs mentioning online functionsdocs
docs
5 replies
Jun 04, 22:21
Bruce MomjianDaniel Gustafsson
1 commit
Remove incorrect OpenSSL feature guards
master19beta1REL_19_STABLE19beta1
Removing broken support for OpenSSL without ECDHhackers
hackers
2 replies
May 26, 15:54
Daniel GustafssonTom LaneJacob Champion
1 commit
Remove support for 8 byte tear free read/write on 32-bit
master19beta1REL_19_STABLE19beta1
PG19-FinalReturned with feedback
Patch#6295
TagsComments Only
CICI score: 10/10
Fix typo 586/686 in atomics/arch-x86.hhackers
hackers
28 replies
May 18, 16:17
Daniel GustafssonNathan BossartJohn NaylorAndres FreundJakub Wartak+4
4 commits
Declare load_hosts() as returning HostsFileLoadResult.
master19beta1REL_19_STABLE19beta1
ssl: Skip passphrase reload tests in EXEC_BACKEND builds
master19beta1REL_19_STABLE19beta1
ssl: Serverside SNI support for libpq
master19beta1REL_19_STABLE19beta1
ssl: Add tests for client CA
master19beta1REL_19_STABLE19beta1
PG19-FinalCommitted
Patch#4984
TagsSecurity
CICI score: 10/10
ReviewersJacob Champion (jchampion)
CommitterDaniel Gustafsson (d_gustafsson)
Serverside SNI support in libpqhackers
hackers
72 replies
May 05, 07:40
Daniel GustafssonJacob ChampionTom LaneHeikki LinnakangasMichael Paquier+7
PG20-2Needs review
Patch#6792
TagsBugfix
CICI score: 10/10
ReviewersDaniel Gustafsson (d_gustafsson)
CI historyCI passed
Patchsetv11
Stateapplies
Tests1024 / 1024
Base0d behind master
to_date()/to_timestamp() silently accept month=0 and day=0bugs
bugs
17 replies
Apr 30, 22:57
Ayush TiwariMichael PaquierDaniel GustafssonTom LanePeter Eisentraut
20 commits
Fix typo in planner.c
master19beta1REL_19_STABLE19beta1
Fix meson build of snowball code.
master19beta1REL_19_STABLE19beta1
Update to latest Snowball sources.
master19beta1REL_19_STABLE19beta1
Remove unneeded defines from pg_config.h.in
master19beta1REL_19_STABLE19beta1
Fix typos and inconsistencies in code and comments
master19beta1REL_19_STABLE19beta1
+15 more
CI historyretired, base too old
Patchsetv53
Statewon't retry
Resultsuccess
Tests999 / 999
Base4mo behind master
Typos in the code and READMEhackers
hackers
54 replies
Apr 21, 04:23
David RowleyAlexander LakhinMichael PaquierDaniel GustafssonTom Lane+7
Loading more results...