TopicMailing ListsActivityParticipants
comment/security label for publication/subscription
hackers
3 replies
2 days ago
Peter EisentrautRobert HaasStephen FrostAndres Freund
hackers
3 replies
5 days ago
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 tzcode2026b
Update our timezone code to IANA tzcode2026b
hackers
6 replies
5 days ago
Tom LanePeter Eisentraut
7 commits
Test what BEFORE UPDATE triggers do to FOR PORTION OF
masterunreleasedREL_19_STABLEunreleased
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 & Delete
SQL:2011 Application Time Update & Delete
hackers
67 replies
Jul 21, 06:53
Paul A JungwirthPeter EisentrautChao Lijian heKirill Reshke+3
4 commits
ci: Generate crashlogs on Windows
masterunreleasedREL_19_STABLEunreleased
ci: Use optimized build for mingw
masterunreleasedREL_19_STABLEunreleased
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 1st
Heads Up: cirrus-ci is shutting down June 1st
hackers
117 replies
Jul 17, 16:02
Andres FreundNazir Bilal YavuzJacob ChampionPeter EisentrautJakub Wartak+16
6 commits
Require ICU 55 or later
masterunreleased
Make PL/Tcl require Tcl 8.6 or later
masterunreleased
Drop support for _MSC_VER less than 1933
masterunreleased
Raise requirement to Visual Studio 2022
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 builtins
Type assertions without GCC builtins
hackers
9 replies
Jul 16, 14:22
Peter EisentrautJelte Fennema-NioThomas MunroTom Lane
9 commits
Clean up write() return type
masterunreleased
Add assertion about ssize_t narrowing in AIO code
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 APIs
clean up size_t/ssize_t use with POSIX file system APIs
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 fixes
for loop variable fixes
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_STABLEunreleasedREL_17_STABLEunreleasedREL_16_STABLEunreleasedREL_15_STABLEunreleased
truncating casts of pgoff_t
truncating casts of pgoff_t
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 ALL
[PATCH] GROUP BY ALL
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 return
Fixing MSVC's inability to detect elog(ERROR) does not return
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 concerns
pg_createsubscriber --dry-run logging concerns
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 ARM64
vectorized CRC on ARM64
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 const
Make SPI_prepare argtypes argument const
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_STABLEunreleasedREL_17_STABLEunreleased
Fix handling of copy_file_range() return value
Fix handling of copy_file_range() return value
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 structs
Reorganize GUC structs
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_unqual
Change copyObject() to use typeof_unqual
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_STABLEunreleased
faulty error handling around pgstat_count_io_op_time()
faulty error handling around pgstat_count_io_op_time()
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_STABLEunreleased
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)
PRI?64 vs Visual Studio (2022)
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 collations
Support LIKE with nondeterministic collations
hackers
29 replies
May 18, 11:51
Peter EisentrautDaniel Veritejian heRobert HaasNico Williams+5
12 commits
Property references are preferred over regular column references
master19beta1REL_19_STABLE19beta1
Fix cross variable references in graph pattern causing segfault
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)
SQL Property Graph Queries (SQL/PGQ)
hackers
210 replies
May 16, 13:00
Ashutosh BapatJunwang ZhaoHenson ChoiPeter Eisentrautzengman+14
3 commits
CREATE STATISTICS: improve misleading error message
master19beta1REL_19_STABLE19beta1REL_18_STABLE18.0REL_17_STABLE17.7REL_16_STABLE16.11REL_15_STABLE15.15REL_14_STABLE14.20
CREATE STATISTICS: improve misleading error message
master19beta1REL_19_STABLE19beta1REL_18_STABLE18rc1REL_17_STABLE17.7REL_16_STABLE16.11REL_15_STABLE15.15REL_14_STABLE14.20
Glossary: improve definition of "relation"
master19beta1REL_19_STABLE19beta1
PG19-FinalNeeds review
Patch#6106
TagsRefactoring Only
CICI score: 10/10
misleading error message in ProcessUtilitySlow T_CreateStatsStmt
misleading error message in ProcessUtilitySlow T_CreateStatsStmt
hackers
32 replies
May 15, 14:04
Alvaro Herrerajian heTom LanePeter EisentrautKirill Reshke+1
9 commits
Fix some const qualifier use in ri_triggers.c
master19beta1REL_19_STABLE19beta1
Move afterTriggerFiringDepth into AfterTriggersData
master19beta1REL_19_STABLE19beta1
Fix typo left by 34a30786293
master19beta1REL_19_STABLE19beta1
Fix RI fast-path crash under nested C-level SPI
master19beta1REL_19_STABLE19beta1
Add nkeys parameter to recheck_matched_pk_tuple()
master19beta1REL_19_STABLE19beta1
+4 more
PG20-1Needs review
Patch#5450
TagsPerformance
CICI score: 10/10
ReviewersHaibo Yan (billyean)
Eliminating SPI / SQL from some RI triggers - take 3
Eliminating SPI / SQL from some RI triggers - take 3
hackers
68 replies
Apr 22, 04:04
Amit LangoteJunwang ZhaoChao LiTomas Vondrastrk+6
3 commits
Fix 64-bit shifting in dynahash.c
master19beta1REL_19_STABLE19beta1
MSVC: Turn missing function declaration into an error
master19beta1REL_19_STABLE19beta1
Add missing include
master19beta1REL_19_STABLE19beta1
some extra warnings from MSVC
some extra warnings from MSVC
hackers
2 replies
Apr 19, 22:18
Peter EisentrautTom LaneMichael Paquier
12 commits
Enable test_cplusplusext with MSVC
master19beta1REL_19_STABLE19beta1
Disable some C++ warnings in MSVC
master19beta1REL_19_STABLE19beta1
meson: Make room for C++-only warning flags for MSVC
master19beta1REL_19_STABLE19beta1
Make fixed-length list building macros work in C++
master19beta1REL_19_STABLE19beta1
Use typeof everywhere instead of compiler specific spellings
master19beta1REL_19_STABLE19beta1
+7 more
PG19-FinalCommitted
Patch#6291
TagsExtensions, Modernization
CINeeds rebase
ReviewersAkshat Jaimini (akshatj)
CommitterPeter Eisentraut (petere)
Make copyObject work in C++
Make copyObject work in C++
hackers
50 replies
Apr 16, 11:31
Jelte Fennema-NioPeter EisentrautAndres FreundBertrand DrouvotTom Lane+2
Loading more results...