TopicMailing ListsActivityParticipants
CI historyCI passed
Patchsetv1
Stateapplies
Tests1024 / 1024
Base0d behind master
Replace px_memset() with explicit_bzero()hackers
hackers
4 replies
about 9 hours ago
Peter EisentrautDaniel GustafssonSehrope SarkuniTom LaneChapman Flack
3 commits
Change InputFunctionCall* to take a const char *str
masterunreleased
Fix some -Wcast-qual warnings
masterunreleased
Remove old readline API workaround
masterunreleased
CI historyCI passed - final, thread committed
Patchsetv1
Statewon't retry
Resultsuccess
Tests1023 / 1023
Base1d behind master
fix more casting away of qualifiershackers
hackers
4 replies
about 11 hours ago
Peter EisentrautHeikki LinnakangasDaniel Gustafsson
2 commits
Fix signed/unsigned integer handling in pg_restore_relation_stats()
masterunreleased
doc: Document overflow handling of pg_class.relpages etc.
masterunreleased
CI historyCI passed - final, thread committed
Patchsetv1
Statewon't retry
Resultsuccess
Tests1023 / 1023
Base1d behind master
Fix signed/unsigned integer handling in pg_restore_relation_stats()hackers
hackers
2 replies
about 16 hours ago
Peter EisentrautChao Li
CI historyCI passed
Patchsetv5
Stateapplies
Tests1024 / 1024
Base0d behind master
comment/security label for publication/subscriptionhackers
hackers
4 replies
Aug 12, 02:31
Peter EisentrautRobert HaasStephen FrostAndres FreundChao Li
PG20-2Needs review
Patch#7151
TagsSecurity, System Administration
CICI score: 10/10
CI historyCI passed
Patchsetv1
Stateapplies
Tests1024 / 1024
Base0d behind master
Let OpenSSL auto-select DH parameters by defaulthackers
hackers
0 replies
Aug 11, 13:24
Peter Eisentraut
5 commits
Use frontend logging API in fe_utils/print.c
masterunreleased
Make printTableAddCell/printTableAddHeader string argument const
masterunreleased
Use frontend logging API in fe_utils/string_utils.c
masterunreleased
Remove useless/confusing const qualifiers
masterunreleased
Remove useless ENABLE_NLS conditionals
masterunreleased
CI historyCI passed - final, thread committed
Patchsetv3
Statewon't retry
Resultsuccess
Tests1019 / 1019
Base14d behind master
Make printTableAddCell/printTableAddHeader string argument consthackers
hackers
4 replies
Aug 11, 07:43
Peter EisentrautChao Li
2 commits
Fix MSVC warnings from new timezone code
masterunreleased
Sync our copy of the timezone library with IANA release tzcode2026b.
masterunreleased
PG20-1Committed
Patch#6822
CICI score: 10/10
CommitterTom Lane (tgl)
Update our timezone code to IANA tzcode2026bhackers
hackers
6 replies
Aug 05, 18:10
Tom LanePeter Eisentraut
7 commits
Test what BEFORE UPDATE triggers do to FOR PORTION OF
masterunreleasedREL_19_STABLE19beta3
Make ExecForPortionOfLeftovers() obey SRF protocol.
master19beta1REL_19_STABLE19beta1
Add isolation tests for UPDATE/DELETE FOR PORTION OF
master19beta1REL_19_STABLE19beta1
Add UPDATE/DELETE FOR PORTION OF
master19beta1REL_19_STABLE19beta1
Record range constructor functions in pg_range
master19beta1REL_19_STABLE19beta1
+2 more
PG20-1Needs review
Patch#5836
TagsSQL Commands
CICI score: 10/10
ReviewersPeter Eisentraut (petere)
SQL:2011 Application Time Update & Deletehackers
hackers
67 replies
Jul 21, 06:53
Paul A JungwirthPeter EisentrautChao Lijian heKirill Reshke+3
4 commits
ci: Generate crashlogs on Windows
masterunreleasedREL_19_STABLE19beta3
ci: Use optimized build for mingw
masterunreleasedREL_19_STABLE19beta3
ci: Add GitHub Actions based CI
master19beta2REL_19_STABLE19beta2
ci: Remove support for cirrus-ci based CI
master19beta2REL_19_STABLE19beta2
PG20-1Committed
Patch#6785
TagsCI
CICI score: 10/10
CommitterAndres Freund (andresfreund)
Heads Up: cirrus-ci is shutting down June 1sthackers
hackers
117 replies
Jul 17, 16:02
Andres FreundNazir Bilal YavuzJacob ChampionPeter EisentrautJakub Wartak+16
6 commits
Raise requirement to Visual Studio 2022
masterunreleased
Make PL/Tcl require Tcl 8.6 or later
masterunreleased
Require ICU 55 or later
masterunreleased
Drop support for _MSC_VER less than 1933
masterunreleased
Replace __builtin_types_compatible_p with _Generic
masterunreleased
+1 more
PG20-1Committed
Patch#6597
TagsModernization, Refactoring Only
CICI score: 10/10
CommitterPeter Eisentraut (petere)
Type assertions without GCC builtinshackers
hackers
9 replies
Jul 16, 14:22
Peter EisentrautJelte Fennema-NioThomas MunroTom Lane
9 commits
Add assertion about ssize_t narrowing in AIO code
masterunreleased
Clean up write() return type
masterunreleased
Clean up read() return type
masterunreleased
Clean up secure_read()/secure_write() return type
masterunreleased
Make blkreftable API use size_t/ssize_t consistently
masterunreleased
+4 more
PG20-1Committed
Patch#6959
TagsModernization, Refactoring Only
CINeeds rebase
ReviewersHeikki Linnakangas (heikki)
CommitterPeter Eisentraut (petere)
clean up size_t/ssize_t use with POSIX file system APIshackers
hackers
2 replies
Jul 16, 09:30
Peter EisentrautHeikki Linnakangas
2 commits
Fix for loop variables used with lengthof
masterunreleased
Fix for loop variables
masterunreleased
for loop variable fixeshackers
hackers
3 replies
Jul 11, 14:38
Peter EisentrautTom Lane
3 commits
Print off_t/pgoff_t consistently as %lld
masterunreleased
Don't cast pgoff_t to possibly 32-bit types for output
masterunreleased
Don't cast off_t to 32-bit type for output, bug fix
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19
truncating casts of pgoff_thackers
hackers
3 replies
Jul 07, 09:59
Peter EisentrautHeikki LinnakangasChao Li
4 commits
Update GROUP BY ALL comments about window functions
masterunreleasedREL_19_STABLE19beta2
Add GROUP BY ALL.
master19beta1REL_19_STABLE19beta1
Refactor to avoid code duplication in transformPLAssignStmt.
master19beta1REL_19_STABLE19beta1
Fix missed copying of groupDistinct in transformPLAssignStmt.
master19beta1REL_19_STABLE19beta1REL_18_STABLE18.1REL_17_STABLE17.7REL_16_STABLE16.11REL_15_STABLE15.15REL_14_STABLE14.20
PG19-3Moved to different CF
Patch#6085
CICI score: 10/10
ReviewersTom Lane (tgl)
[PATCH] GROUP BY ALLhackers
hackers
59 replies
Jul 07, 06:54
David ChristensenTom LanePeter EisentrautDavid G. JohnstonAndrey Borodin+10
3 commits
Make PLy_elog() use pg_integer_constant_p().
masterunreleasedREL_19_STABLE19beta2
Rename pg_builtin_integer_constant_p to pg_integer_constant_p
master19beta1REL_19_STABLE19beta1
Teach MSVC that elog/ereport ERROR doesn't return
master19beta1REL_19_STABLE19beta1
Fixing MSVC's inability to detect elog(ERROR) does not returnhackers
hackers
18 replies
Jul 05, 23:39
David RowleyTom LanePeter Eisentraut
5 commits
Split dry-run messages into primary and detail
masterunreleasedREL_19_STABLE19beta2
Log a note at program start when running in dry-run mode
master19beta1REL_19_STABLE19beta1
Use USECS_PER_SEC from datatype/timestamp.h
master19beta1REL_19_STABLE19beta1
Remove WaitPMResult enum in pg_createsubscriber
master19beta1REL_19_STABLE19beta1
pg_createsubscriber: reword dry-run log messages
master19beta1REL_19_STABLE19beta1REL_18_STABLE18.1
PG19-3Committed
Patch#6129
CICI score: 2/10
CommitterÁlvaro Herrera (alvherre)
pg_createsubscriber --dry-run logging concernshackers
hackers
26 replies
Jul 01, 08:21
Peter SmithAlvaro HerreraEuler TaveiraPeter EisentrautHayato Kuroda (Fujitsu)+2
5 commits
Use C11 alignas instead of pg_attribute_aligned
masterunreleasedREL_19_STABLE19beta2
Add missing guard for __builtin_constant_p
master19beta1REL_19_STABLE19beta1REL_18_STABLE18.4
Exit early from pg_comp_crc32c_pmull for small inputs
master19beta1REL_19_STABLE19beta1
Fix unused function warning on Arm platforms
master19beta1REL_19_STABLE19beta1
Compute CRC32C on ARM using the Crypto Extension where available
master19beta1REL_19_STABLE19beta1
PG20-1Needs review
Patch#5789
TagsPerformance
CICI score: 9/10
ReviewersNathan Bossart (bossartn)
vectorized CRC on ARM64hackers
hackers
27 replies
Jul 01, 07:07
John NaylorNathan BossartHaibo YanPeter EisentrautTomas Vondra
2 commits
Make SPI_prepare argtypes argument const
masterunreleased
Fixes for SPI "const Datum *" use
masterunreleasedREL_19_STABLE19beta2
Make SPI_prepare argtypes argument consthackers
hackers
5 replies
Jun 30, 13:54
Peter EisentrautTom LaneEwan Young
1 commit
Fix handling of copy_file_range() return value
master19beta2REL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11
Fix handling of copy_file_range() return valuehackers
hackers
4 replies
Jun 29, 11:12
Peter EisentrautNazir Bilal YavuzKyotaro HoriguchiYingying Chen
10 commits
Remove extraneous newlines from guc_parameters.dat
master19beta2REL_19_STABLE19beta2
Fix NLS for incorrect GUC enum value hint message
master19beta1REL_19_STABLE19beta1
Clean up qsort comparison function for GUC entries
master19beta1REL_19_STABLE19beta1
Sort guc_parameters.dat alphabetically by name
master19beta1REL_19_STABLE19beta1
Reorganize GUC structs
master19beta1REL_19_STABLE19beta1
+5 more
PG19-3Committed
Patch#6105
TagsMultithreading
CINeeds rebase
CommitterPeter Eisentraut (petere)
Reorganize GUC structshackers
hackers
19 replies
Jun 24, 13:07
Peter EisentrautAlvaro HerreraChao LiJohn NaylorHeikki Linnakangas+2
6 commits
Add some const qualifiers enabled by typeof_unqual change on copyObject
master19beta1REL_19_STABLE19beta1
Hardcode typeof_unqual to __typeof_unqual__ for clang
master19beta1REL_19_STABLE19beta1
Hardcode override of typeof_unqual for clang-for-bitcode
master19beta1REL_19_STABLE19beta1
Make typeof and typeof_unqual fallback definitions work on C++11
master19beta1REL_19_STABLE19beta1
Fixes for C++ typeof implementation
master19beta1REL_19_STABLE19beta1
+1 more
PG19-FinalCommitted
Patch#6520
TagsModernization
CICI score: 10/10
CommitterPeter Eisentraut (petere)
Change copyObject() to use typeof_unqualhackers
hackers
30 replies
Jun 17, 12:11
Peter EisentrautJelte Fennema-NioTom LaneDavid GeierAndres Freund+4
1 commit
Fix pgstat_count_io_op_time() calls passing incorrect information
master19beta2REL_19_STABLE19beta2REL_18_STABLE18.6
faulty error handling around pgstat_count_io_op_time()hackers
hackers
5 replies
Jun 17, 05:42
Bertrand DrouvotMichael PaquierPeter EisentrautAyush Tiwari
5 commits
Fix yet another portability problem in new NLS test.
masterunreleasedREL_19_STABLE19beta3
Test PRI* macros even when we can't test NLS translation.
master19beta1REL_19_STABLE19beta1
Avoid requiring Spanish locale to test NLS infrastructure.
master19beta1REL_19_STABLE19beta1
Drop support for MSVCRT's float formatting quirk.
master19beta1REL_19_STABLE19beta1
Drop support for MSVCRT's %I64 format strings.
master19beta1REL_19_STABLE19beta1
PRI?64 vs Visual Studio (2022)hackers
hackers
40 replies
Jun 10, 09:43
Tom LaneThomas MunroPeter EisentrautBryan GreenWolfgang Walther+4
1 commit
Support LIKE with nondeterministic collations
master18beta1REL_19_STABLE18beta1REL_18_STABLE18beta1
2024-11Committed
Patch#4965
CINot processed
ReviewersPaul Jungwirth (pjungwir)
CommitterPeter Eisentraut (petere)
Support LIKE with nondeterministic collationshackers
hackers
29 replies
May 18, 11:51
Peter EisentrautDaniel Veritejian heRobert HaasNico Williams+5
12 commits
Fix cross variable references in graph pattern causing segfault
master19beta1REL_19_STABLE19beta1
Property references are preferred over regular column references
master19beta1REL_19_STABLE19beta1
Add a graph pattern variable only once
master19beta1REL_19_STABLE19beta1
Reject consecutive element patterns of same kind
master19beta1REL_19_STABLE19beta1
Fix some typos and make small stylistic improvements
master19beta1REL_19_STABLE19beta1
+7 more
PG19-FinalCommitted
Patch#4904
TagsSQL Commands
CINeeds rebase
ReviewersVik Fearing (xocolatl), Zhao Junwang (zhjwpku), Hannu Krosing (hannukrosing), Henson Choi (assam258.gmail.com)
CommitterPeter Eisentraut (petere)
SQL Property Graph Queries (SQL/PGQ)hackers
hackers
210 replies
May 16, 13:00
Ashutosh BapatJunwang ZhaoHenson ChoiPeter Eisentrautzengman+14
Loading more results...