TopicMailing ListsActivityParticipants
comment/security label for publication/subscription
hackers
3 replies
2 days ago
Peter EisentrautRobert HaasStephen FrostAndres Freund
3 commits
Report duplicate property and label names with a proper error
masterunreleasedREL_19_STABLEunreleased
Resolve unknown-type literals in property expressions
masterunreleasedREL_19_STABLE19beta2
Fix replace_property_refs() ignoring the root of expression tree
masterunreleasedREL_19_STABLE19beta2
Wrong query result w/ propgraph single lateral col reference
Wrong query result w/ propgraph single lateral col reference
hackers
8 replies
4 days ago
Ashutosh BapatPeter EisentrautNoah Misch
1 commit
Disallow aggregates, window functions, and SRFs in GRAPH_TABLE COLUMNS
masterunreleasedREL_19_STABLEunreleased
PG20-2Committed
Patch#7018
TagsBugfix
CICI score: 10/10
CommitterPeter Eisentraut (petere)
GRAPH_TABLE: aggregates/window/set-returning functions in COLUMNS crash the backend
GRAPH_TABLE: aggregates/window/set-returning functions in COLUMNS crash the backend
hackers
6 replies
4 days ago
Ewan YoungAshutosh BapatPeter Eisentraut
PG20-2Ready for Committer
Patch#7001
CICI score: 10/10
convert various variables to atomics
convert various variables to atomics
hackers
11 replies
4 days ago
Nathan BossartPeter EisentrautAndres Freundsolai vZsolt Parragi+1
1 commit
Fix CREATE TABLE LIKE with not-valid check constraint
master19beta1REL_19_STABLE19beta1REL_18_STABLE18.0
PG20-2Needs review
Patch#6029
TagsDDL
CICI score: 7/10
ReviewersHaritabh Gupta (haritabhgupta), Kuba Knysiak (xsni12)
NOT NULL NOT ENFORCED
NOT NULL NOT ENFORCED
hackers
13 replies
5 days ago
jian heAlvaro HerreraPeter EisentrautHaritabh Gupta
hackers
3 replies
5 days ago
Peter EisentrautChao Li
1 commit
Whole-row fixes for ALTER COLUMN SET EXPRESSION
masterunreleasedREL_19_STABLE19beta2
PG20-1Committed
Patch#6779
TagsBugfix
CINeeds rebase
CommitterPeter Eisentraut (petere)
[PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
[PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
hackers
17 replies
5 days ago
Ayush Tiwarijian heZsolt ParragiPeter Eisentrautsolai v+3
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
2 commits
Add test coverage for indirection transformation
master19beta1REL_19_STABLE19beta1
Fix typo in comment
master19beta1REL_19_STABLE19beta1
PG19-FinalReturned with feedback
Patch#5214
TagsSQL Commands
CINeeds rebase
ReviewersPeter Eisentraut (petere), Vik Fearing (xocolatl), Jelte Fennema-Nio (jeltef), Chao Li (chaol)
SQL:2023 JSON simplified accessor support
SQL:2023 JSON simplified accessor support
hackers
83 replies
5 days ago
Alexandra WangChao Lijian hePeter EisentrautAndrew Dunstan+10
man3 Documentation
hackers
2 replies
5 days ago
Tristan PartinPeter EisentrautAlvaro Herrera
Add counted_by attribute
hackers
2 replies
5 days ago
Tristan PartinJapin LiPeter Eisentraut
Fix hashchar() and hashcharextended() to not depend on char signedness
hackers
3 replies
5 days ago
Tristan PartinMichael PaquierMatthias van de MeentPeter Eisentraut
1 commit
More tab-completion for DROP PROPERTY GRAPH
masterunreleasedREL_19_STABLEunreleased
Add more tab=completion rules for DROP PROPERTY GRAPH
Add more tab=completion rules for DROP PROPERTY GRAPH
hackers
5 replies
5 days ago
Peter SmithChao LiPeter Eisentraut
1 commit
doc: Add PROPERTY GRAPH to the access privilege tables
masterunreleasedREL_19_STABLEunreleased
PG20-2Committed
Patch#7044
TagsDocs Only
CICI score: 10/10
CommitterPeter Eisentraut (petere)
doc: Add PROPERTY GRAPH to the access privilege tables
doc: Add PROPERTY GRAPH to the access privilege tables
hackers
4 replies
6 days ago
Shinya KatoAshutosh BapatPeter Eisentraut
2 commits
Prohibit GRANT ... ON TABLE on a property graph
masterunreleasedREL_19_STABLEunreleased
Fix pg_dump ACL minimization for PROPERTY GRAPH.
masterunreleasedREL_19_STABLE19beta2
PROPERTY GRAPH pg_dump ACL minimization
PROPERTY GRAPH pg_dump ACL minimization
hackers
11 replies
6 days ago
Ashutosh BapatNoah MischTom LaneRobert HaasPeter Eisentraut
PG20-2Ready for Committer
Patch#6128
TagsExtensions
CICI score: 4/10
ReviewersAndrey Borodin (x4m), Japin Li (japin), Chao Li (chaol)
GIN pageinspect support for entry tree and posting tree
GIN pageinspect support for entry tree and posting tree
hackers
41 replies
Aug 03, 12:40
Kirill ReshkeJapin LiAndrey BorodinRoman KhapovPeter Eisentraut+1
1 commit
Fix missing space before WHERE in GRAPH_TABLE deparse
masterunreleasedREL_19_STABLEunreleased
PG20-2Committed
Patch#7085
TagsBugfix
CICI score: 10/10
CommitterPeter Eisentraut (petere)
Fix missing space before WHERE in `GRAPH_TABLE` deparse
Fix missing space before WHERE in `GRAPH_TABLE` deparse
hackers
3 replies
Aug 03, 08:33
Chauhan DhruvAshutosh BapatPeter Eisentraut
PG20-2Needs review
Patch#6557
TagsPL/pgSQL
CICI score: 10/10
ReviewersTom Lane (tgl), Jim Jones (jimus)
POC: PLpgSQL FOREACH IN JSON ARRAY
POC: PLpgSQL FOREACH IN JSON ARRAY
hackers
27 replies
Aug 03, 06:07
Pavel StehuleTom LaneJim JonesShreeya SharmaPeter Eisentraut+1
pg_threads.h take II
hackers
8 replies
Jul 31, 02:18
Thomas MunroHeikki LinnakangasBryan GreenPeter Eisentraut
PG20-2Needs review
Patch#7079
TagsDocs Only
CICI score: 10/10
real/float example for testlibpq3
real/float example for testlibpq3
hackers
24 replies
Jul 30, 22:54
Mark WongTom LaneRobert HaasPeter EisentrautAshutosh Bapat+5
1 commit
Add some missing #include <limits.h>.
master19beta1REL_19_STABLE19beta1
PG20-2Needs review
Patch#7005
TagsModernization, Refactoring Only
CICI score: 10/10
Trying out <stdatomic.h>
Trying out <stdatomic.h>
hackers
22 replies
Jul 29, 15:17
Greg BurdThomas MunroTom LanePeter EisentrautHeikki Linnakangas+2
5 commits
Make cast functions to type money error safe
master19beta1REL_19_STABLE19beta1
Make cast function from circle to polygon error safe
master19beta1REL_19_STABLE19beta1
Make geometry cast functions error safe
master19beta1REL_19_STABLE19beta1
Make cast functions from jsonb error safe
master19beta1REL_19_STABLE19beta1
Make many cast functions error safe
master19beta1REL_19_STABLE19beta1
PG20-2Needs review
Patch#5941
TagsSQL Commands
CICI score: 10/10
ReviewersCorey Huinker (coreyh), Henson Choi (assam258.gmail.com)
CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
hackers
95 replies
Jul 27, 21:07
jian heCorey HuinkerVik FearingAmul SulTom Lane+7
2 commits
Remove PG_MMAP_FLAGS from mem.h
master19beta1REL_19_STABLE19beta1
Improve InitShmemAccess() prototype
master18beta1REL_19_STABLE18beta1REL_18_STABLE18beta1
PG19-FinalNeeds review
Patch#5319
CINeeds rebase
ReviewersVladlen Popolitov (vladlenpopolitov)
Changing shared_buffers without restart
Changing shared_buffers without restart
hackers
153 replies
Jul 24, 12:56
Dmitry DolgovAshutosh BapatAndres FreundRobert HaasThomas Munro+15
PG20-2Needs review
Patch#5667
CICI score: 9/10
ReviewersSoumya S Murali (soumyamurali), Zizhuan Liu (liuzizhuan)
support create index on virtual generated column.
support create index on virtual generated column.
hackers
25 replies
Jul 22, 13:02
ZizhuanLiu X-MANjian heKirill ReshkeCorey HuinkerSoumya S Murali+2
1 commit
Message style fixes
masterunreleasedREL_19_STABLEunreleased
Add missing period to DETAIL messages
Add missing period to DETAIL messages
hackers
13 replies
Jul 22, 02:08
Peter SmithPeter EisentrautChao Livignesh CXiaopeng Wang
Loading more results...