Status summary: Committed: 127. Moved to next CF: 152. Withdrawn: 22. Returned with Feedback: 9. Rejected: 9. Total: 319.
Status | Ver | Author | Reviewers | Committer | Num cfs | Latest activity | Latest mail | |
---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||
pgbench: using prepared BEGIN statement in a pipeline could cause an error | Committed | 15 | Yugo Nagata (yugo.nagata) | Kyotaro Horiguchi (horiguti), Fabien Coelho (calvin), Daniel Gustafsson (dege) | alvherre | 9 | 2023-02-21 15:39 |
2023-02-21 16:32 |
Data is copied twice when specifying both child and parent table in publication | Committed | wei wang (wangwei), Yu Shi (shiy.fnst) | Amit Kapila (amitkapila), Takamichi Osumi (tatatappp), vigneshwaran C (vignesh.postgres), Hou Zhijie (houzj) | amitkapila | 5 | 2023-03-30 08:09 |
2023-03-31 23:05 |
|
Fix assertion failure with barriers in parallel hash join | Committed | stable | Thomas Munro (macdice), Melanie Plageman (melanieplageman) | David Geier (geidav) | macdice | 5 | 2023-03-21 02:26 |
2023-03-21 02:25 |
pg_rewind: warn when checkpoint hasn't happened after promotion | Committed | James Coleman (jcole1989) | Keisuke Kuroda (kiskk) | heikki | 5 | 2023-02-27 07:46 |
2023-02-28 12:37 |
|
Fix progress report of CREATE INDEX for nested partitioned tables | Committed | Justin Pryzby (justinpryzby), Ilya Gladyshev (qoops) | Justin Pryzby (justinpryzby) | tgl | 2 | 2023-03-25 19:34 |
2023-03-26 14:08 |
|
Non-replayable WAL records through overflows and >MaxAllocSize lengths | Committed | stable | Matthias van de Meent (mmeent) | Michael Paquier (michael-kun) | michael-kun | 2 | 2023-04-07 01:16 |
2023-04-09 23:31 |
Error on date-time parsing when there's extraneous fields with reserved keywords | Committed | Joseph Koshakow (jkoshakow) | Keisuke Kuroda (kiskk) | tgl | 1 | 2023-03-09 21:49 |
2023-03-09 21:50 |
|
Error on date-time parsing for dangling units | Committed | Joseph Koshakow (jkoshakow) | Tom Lane (tgl) | tgl | 1 | 2023-03-16 18:19 |
2023-03-16 18:20 |
|
Ignore dropped columns and generated columns when checking the column list in logical replication | Committed | Yu Shi (shiy.fnst) | amitkapila | 1 | 2023-01-16 01:58 |
2023-01-13 11:25 |
||
[BUG] pg_stat_statements and extended query protocol | Committed | 16 | Sami Imseih (simseih) | Yugo Nagata (yugo.nagata) | michael-kun | 1 | 2023-04-06 00:30 |
2023-04-06 00:53 |
fix typo in dblink | Committed | 16 | Nathan Bossart (bossartn) | andresfreund | 1 | 2023-02-01 18:56 |
2023-02-01 02:14 |
|
RLS makes COPY TO process child tables | Committed | Antonin Houska (a.houska) | Tom Lane (tgl) | tgl | 1 | 2023-03-10 18:53 |
2023-03-10 18:57 |
|
Align GSS and TLS error handling in PQconnectPoll() | Committed | 16 | Michael Paquier (michael-kun), Jacob Champion (jchampion) | michael-kun | 1 | 2023-03-13 07:38 |
2023-03-13 07:47 |
|
Fix unbounded authentication exchanges during PQconnectPoll() | Committed | Jacob Champion (jchampion) | Heikki Linnakangas (heikki) | heikki | 1 | 2023-02-22 19:43 |
2023-02-22 21:09 |
|
fix bug in CREATE DATABASE with WAL_LOG strategy | Committed | stable | Nathan Bossart (bossartn), Ryo Matsumura (ryo) | michael-kun | 1 | 2023-02-22 08:45 |
2023-02-22 17:08 |
|
"out of relcache_callback_list slots" after multiple calls to pg_logical_slot_get_binary_changes | Committed | Yu Shi (shiy.fnst) | tgl | 1 | 2023-02-24 02:32 |
2023-02-23 20:42 |
||
Disallow NULLS NOT DISTINCT indexes for primary keys | Committed | 16 | Daniel Gustafsson (d_gustafsson) | d_gustafsson | 1 | 2023-02-24 10:23 |
2023-02-23 21:07 |
|
createuser doesn't tell default settings for some options | Committed | 16 | Kyotaro Horiguchi (horiguti) | Daniel Gustafsson (d_gustafsson) | d_gustafsson | 1 | 2023-03-06 13:22 |
2022-11-21 14:07 |
Fix MULTIEXPR execution order | Committed | Tom Lane (tgl), Andres Freund (andresfreund) | tgl | 1 | 2023-02-25 19:46 |
2023-02-25 21:54 |
||
a very minor bug and a couple of comment changes for basebackup.c | Committed | Robert Haas (rhaas) | rhaas | 1 | 2023-03-06 17:18 |
2023-03-07 00:00 |
||
Force --load-via-partition-root when dumping hashed partitioning on an enum column | Committed | stable | Tom Lane (tgl) | Julien Rouhaud (rjuju) | tgl | 1 | 2023-03-17 17:43 |
2023-03-18 01:06 |
Clients | ||||||||
Add LZ4 compression in pg_dump | Committed | 16 | Georgios Kokolatos (gkokolatos), Rachel Heaton (rheaton) | Tomas Vondra (fuzzycz), Justin Pryzby (justinpryzby), Yu Shi (shiy.fnst) | fuzzycz | 6 | 2023-02-23 20:23 |
2023-03-31 23:34 |
Support load balancing in libpq | Committed | 16 | Jelte Fennema-Nio (jeltef) | Daniel Gustafsson (d_gustafsson), Andrey Borodin (x4m), Michael Banck (mbanck) | d_gustafsson | 5 | 2023-03-29 20:19 |
2023-03-30 09:49 |
Use the system CA pool for certificate verification | Committed | 16 | Jacob Champion (jchampion), Thomas Habets (habets) | Jelte Fennema-Nio (jeltef) | d_gustafsson | 3 | 2023-04-05 21:28 |
2023-04-05 21:29 |
Add SHELL_EXIT_CODE variable to psql | Committed | Corey Huinker (coreyh) | Maxim Orlov (m.orlov) | tgl | 2 | 2023-04-06 21:33 |
2023-04-06 21:41 |
|
Add progress reporting to pg_verifybackup | Committed | Masahiko Sawada (masahikosawada) | Michael Paquier (michael-kun) | michael-kun | 1 | 2023-02-06 05:46 |
2023-02-06 06:33 |
|
pg_dump all child tables with the root table | Committed | Gilles Darold (darold) | stephane tachoires (sttachoires) | tgl | 1 | 2023-03-14 20:09 |
2023-03-14 20:10 |
|
Remove source code display from \df+ | Committed | 16 | Isaac Morland (ijmorlan) | Tom Lane (tgl) | tgl | 1 | 2023-03-02 22:15 |
2023-03-03 04:49 |
psql \watch iteration count | Committed | Andrey Borodin (x4m) | Kyotaro Horiguchi (horiguti), Yugo Nagata (yugo.nagata), Nathan Bossart (bossartn) | tgl | 1 | 2023-04-06 17:18 |
2023-04-06 17:56 |
|
Documentation | ||||||||
doc: mention CREATE+ATTACH PARTITION as an alternative to CREATE..PARTITION OF | Committed | 12 | Justin Pryzby (justinpryzby) | Robert Treat (xzilla), Jakub Wartak (jakub.wartak.tomtom) | tgl | 4 | 2023-03-16 20:51 |
2023-03-16 21:27 |
Doc: Rework contrib appendix -- informative titles, tweaked sentences | Committed | Karl Pinc (kop) | Brar Piening (brar) | alvherre | 2 | 2023-03-15 17:29 |
2023-04-09 18:52 |
|
Adjust the description of OutputPluginCallbacks in pg-doc | Committed | wei wang (wangwei) | amitkapila | 1 | 2023-01-30 06:37 |
2023-01-20 04:40 |
||
PGDOCS - sgml linkend using single-quotes | Committed | 16 | Peter Smith (smithpb2250) | heikki | 1 | 2023-02-27 08:04 |
2023-02-27 21:21 |
|
Update the documentation build instruction for macOS | Committed | 16 | Aleksander Alekseev (a.alekseev) | Tom Lane (tgl), Peter Eisentraut (petere) | tgl | 1 | 2023-02-09 09:08 |
2023-03-27 15:23 |
Timeline ID hexadecimal format | Committed | 16 | Sébastien Lardière (slardiere) | Peter Eisentraut (petere) | petere | 1 | 2023-03-21 07:15 |
2023-03-21 07:37 |
Fix the description of GUC "max_locks_per_transaction" and "max_pred_locks_per_transaction" in guc_table.c | Committed | wei wang (wangwei) | Nathan Bossart (bossartn) | tgl | 1 | 2023-04-07 17:30 |
2023-04-07 17:32 |
|
Doc: Improve note about copying into postgres_fdw foreign tables in batch | Committed | Etsuro Fujita (efujita) | Tatsuo Ishii (ishii), Daniel Gustafsson (d_gustafsson) | efujita | 1 | 2023-03-24 04:12 |
2023-03-24 04:05 |
|
Mark options deprecated in pg_dump --help output | Committed | 16 | Daniel Gustafsson (d_gustafsson) | Heikki Linnakangas (heikki) | d_gustafsson | 1 | 2023-03-02 14:24 |
2023-02-28 23:12 |
Add documentation for coverage reports with meson | Committed | Michael Paquier (michael-kun) | Peter Eisentraut (petere) | michael-kun | 1 | 2023-03-09 00:26 |
2023-03-09 00:25 |
|
documentation updates for SQL:2023 | Committed | Peter Eisentraut (petere) | petere | 1 | 2023-04-05 09:42 |
2023-04-05 09:41 |
||
Miscellaneous | ||||||||
generate_series in selected timezone, date_add in selected timezone | Committed | 16 | Gurjeet Singh (gurjeet), Przemysław Sztoch (psztoch) | Tom Lane (tgl), Gurjeet Singh (gurjeet) | tgl | 5 | 2023-03-18 18:12 |
2023-03-18 18:18 |
constify arguments of copy_file() and copydir() | Committed | 16 | Nathan Bossart (bossartn) | michael-kun | 1 | 2023-01-18 00:18 |
2023-01-18 00:08 |
|
Record queryid when auto_explain.log_verbose is on | Committed | 16 | atsushi torikoshi (atorik) | Julien Rouhaud (rjuju), Justin Pryzby (justinpryzby) | michael-kun | 1 | 2023-01-26 03:26 |
2023-03-07 03:21 |
Refactor GetConfigOptionValues function | Committed | Nitin Jadhav (nitinjadhav11) | Bharath Rupireddy (bharathrupireddy) | tgl | 1 | 2023-01-27 17:17 |
2023-01-27 17:14 |
|
improving user.c error messages | Committed | 16 | Nathan Bossart (bossartn) | Peter Eisentraut (petere) | petere | 1 | 2023-03-17 09:39 |
2023-03-17 18:10 |
Add pretty-printed XML output option | Committed | 16 | Jim Jones (jimus) | Peter Smith (smithpb2250) | tgl | 1 | 2023-03-15 20:59 |
2023-03-16 19:07 |
Fix GUC_NO_SHOW_ALL test scenarios | Committed | Nitin Jadhav (nitinjadhav11) | michael-kun | 1 | 2023-02-22 09:09 |
2023-02-22 09:08 |
||
Import pg_bsd_indent into our tree | Committed | Tom Lane (tgl), Andres Freund (andresfreund) | tgl | 1 | 2023-02-12 17:23 |
2023-02-12 02:14 |
||
Improve pg_bsd_indent's handling of multiline initialization expressions | Committed | 16 | Tom Lane (tgl), Thomas Munro (macdice) | tgl | 1 | 2023-04-08 15:49 |
2023-02-12 18:24 |
|
Add offset arrays to various WAL records' string output | Committed | 16 | Melanie Plageman (melanieplageman) | pgeoghegan | 1 | 2023-12-09 21:51 |
2024-03-25 14:21 |
|
Canonicalize ICU locales to language tags | Committed | 16 | Jeff Davis (jdavis) | Peter Eisentraut (petere) | jdavis | 1 | 2023-04-04 22:45 |
2023-04-04 20:42 |
allow to use get_extension_schema outside extension.c | Committed | Pavel Stehule (okbobcz) | Julien Rouhaud (rjuju) | michael-kun | 1 | 2023-03-08 01:04 |
2023-03-08 05:08 |
|
Disable rdns in Kerberos regression tests | Committed | 16 | Stephen Frost (sfrost) | Heikki Linnakangas (heikki) | sfrost | 1 | 2023-03-18 18:49 |
2023-04-07 23:41 |
Add support for unit "B" to pg_size_bytes() | Committed | Peter Eisentraut (petere) | Dean Rasheed (deanr) | petere | 1 | 2023-03-07 20:23 |
2023-03-07 21:25 |
|
Add error functions erf() and erfc() | Committed | Dean Rasheed (deanr) | Nathan Bossart (bossartn) | deanr | 1 | 2023-03-14 09:40 |
2023-03-09 01:02 |
|
SQL JSON path enhanced numeric literals | Committed | Peter Eisentraut (petere) | Dean Rasheed (deanr) | petere | 1 | 2023-03-05 15:55 |
2023-04-03 08:42 |
|
Combine pg_walinspect till_end_of_wal functions with others | Committed | Bharath Rupireddy (bharathrupireddy) | Julien Rouhaud (rjuju) | michael-kun | 1 | 2023-03-16 05:03 |
2023-03-23 02:52 |
|
Add standard collation UNICODE | Committed | Peter Eisentraut (petere) | petere | 1 | 2023-03-10 12:43 |
2023-03-28 13:30 |
||
Add pg_walinspect function with discrete block_ref columns | Committed | Melanie Plageman (melanieplageman) | michael-kun | 1 | 2023-03-16 05:04 |
2023-03-31 21:03 |
||
Monitoring & Control | ||||||||
Add system view tracking shared buffer actions | Committed | 16 | Melanie Plageman (melanieplageman) | Justin Pryzby (justinpryzby) | andresfreund | 9 | 2023-02-12 17:27 |
2023-04-05 00:41 |
HOT chain validation in verify_heapam() | Committed | Himanshu Upadhyaya (himanshuu) | Robert Haas (rhaas), Aleksander Alekseev (a.alekseev) | rhaas | 4 | 2023-03-22 13:19 |
2023-03-27 17:43 |
|
Add EXPLAIN option GENERIC_PLAN for parameterized queries | Committed | 16 | Laurenz Albe (laurenz) | Julien Rouhaud (rjuju), Christoph Berg (myon), Michel Pelletier (michelp), Jim Jones (jimus) | tgl | 3 | 2023-03-24 21:07 |
2023-03-28 06:35 |
Add n_tup_newpage_upd to pg_stat table views | Committed | Corey Huinker (coreyh) | pgeoghegan | 1 | 2023-03-25 03:34 |
2023-03-23 18:18 |
||
monitoring usage count distribution | Committed | 16 | Nathan Bossart (bossartn) | Tom Lane (tgl) | tgl | 1 | 2023-04-07 18:26 |
2023-04-08 00:18 |
Normalization of utility queries in pg_stat_statements | Committed | 16 | Michael Paquier (michael-kun) | michael-kun | 1 | 2023-03-08 06:24 |
2023-03-08 06:19 |
|
Track IO times in pg_stat_io | Committed | Melanie Plageman (melanieplageman) | Bertrand Drouvot (bertranddrouvot.pg) | andresfreund | 1 | 2023-04-08 00:16 |
2023-04-08 00:09 |
|
Add shared buffer hits to pg_stat_io | Committed | Melanie Plageman (melanieplageman) | Bertrand Drouvot (bertranddrouvot.pg) | andresfreund | 1 | 2023-03-31 02:40 |
2023-03-31 02:39 |
|
Performance | ||||||||
Parallel Hash Full Join | Committed | 16 | Melanie Plageman (melanieplageman) | Thomas Munro (macdice) | macdice | 12 | 2023-03-30 23:01 |
2023-04-09 23:33 |
Using each rel as both outer and inner for anti-joins | Committed | Richard Guo (richardguo) | Ronan Dunklau (rdunklau) | tgl | 9 | 2023-04-05 20:59 |
2023-04-07 07:28 |
|
postgres_fdw: commit remote (sub)transactions in parallel during pre-commit | Committed | 16 | Etsuro Fujita (efujita) | Fujii Masao (masaofujii), David Zhang (david.z) | efujita | 8 | 2023-04-06 10:05 |
2023-04-06 08:41 |
Refactor relation extension, faster COPY | Committed | Andres Freund (andresfreund) | Heikki Linnakangas (heikki), Melanie Plageman (melanieplageman) | andresfreund | 3 | 2023-04-07 01:17 |
2023-04-07 08:39 |
|
Fix ParamPathInfo for union-all AppendPath | Committed | Richard Guo (richardguo) | tgl | 2 | 2023-03-16 22:14 |
2023-03-17 03:19 |
||
Use 128-bit math to accelerate numeric division, when 8 < divisor digits <= 16 | Committed | Joel Jacobson (joeljacobson) | john.naylor | 1 | 2023-02-08 12:19 |
2023-01-23 12:04 |
||
Make set_ps_display faster and easier to use | Committed | 16 | David Rowley (davidrowley) | davidrowley | 1 | 2023-02-20 06:01 |
2023-02-20 03:19 |
|
Ignoring BRIN for HOT updates (was: -udpates seems broken) | Committed | 16 | Tomas Vondra (fuzzycz), Josef Šimánek (retro), Matthias van de Meent (mmeent) | fuzzycz | 1 | 2023-03-20 10:07 |
2023-03-20 10:44 |
|
vacuum reloads config file more often | Committed | 16 | Melanie Plageman (melanieplageman) | Masahiko Sawada (masahikosawada), Daniel Gustafsson (d_gustafsson) | d_gustafsson | 1 | 2023-04-06 23:08 |
2023-04-07 13:23 |
Procedural Languages | ||||||||
possibility to take name, signature and oid of currently executed function in GET DIAGNOSTICS statement | Committed | Pavel Stehule (okbobcz) | tgl | 1 | 2023-04-04 17:33 |
2023-04-04 17:41 |
||
Refactoring | ||||||||
Simplify find_my_exec by using realpath(3) | Committed | Tom Lane (tgl) | tgl | 3 | 2023-03-23 22:20 |
2023-03-23 22:20 |
||
Rework collation code | Committed | 16 | Jeff Davis (jdavis), Thomas Munro (macdice) | Peter Eisentraut (petere) | jdavis | 3 | 2023-02-24 17:30 |
2023-03-05 22:20 |
heapgettup() refactoring | Committed | 17 | Melanie Plageman (melanieplageman) | David Rowley (davidrowley), Peter Eisentraut (petere) | davidrowley | 3 | 2023-03-19 09:38 |
2023-03-19 09:38 |
Simplify wait/poll in the archiver | Committed | Sravan Kumar Velagandula (sravanv) | Kyotaro Horiguchi (horiguti), Nathan Bossart (bossartn) | michael-kun | 1 | 2023-02-01 06:48 |
2023-02-01 06:51 |
|
Generate pg_stat_get_xact*() functions with Macros | Committed | 16 | Bertrand Drouvot (bertranddrouvot.pg) | Michael Paquier (michael-kun) | michael-kun | 1 | 2023-03-27 22:39 |
2023-03-28 05:19 |
Change xl_hash_vacuum_one_page.ntuples from int to uint16 | Committed | 16 | Bertrand Drouvot (bertranddrouvot.pg) | Nathan Bossart (bossartn) | amitkapila | 1 | 2023-02-27 09:28 |
2023-02-27 08:36 |
Remove nonmeaningful prefixes in PgStat_* fields | Committed | 16 | Bertrand Drouvot (bertranddrouvot.pg) | michael-kun | 1 | 2023-03-23 23:52 |
2023-03-23 23:56 |
|
Helper functions for wait_for_catchup() in Cluster.pm | Committed | 16 | Bertrand Drouvot (bertranddrouvot.pg) | alvherre | 1 | 2023-02-13 10:58 |
2023-02-13 15:07 |
|
Constify proclist.h | Committed | Aleksander Alekseev (a.alekseev) | petere | 1 | 2023-01-19 08:53 |
2023-01-19 08:52 |
||
O_CLOEXEC for File descriptors in exec'd subprocesses | Committed | Thomas Munro (macdice) | macdice | 1 | 2023-03-17 21:53 |
2023-03-17 21:53 |
||
Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry | Committed | 16 | Bertrand Drouvot (bertranddrouvot.pg) | Michael Paquier (michael-kun) | michael-kun | 1 | 2023-04-09 23:40 |
2023-04-04 23:05 |
Killing off removed rels properly | Committed | Tom Lane (tgl) | Richard Guo (richardguo) | tgl | 1 | 2023-02-13 18:36 |
2023-02-20 20:48 |
|
Get rid of PgStat_BackendFunctionEntry | Committed | 16 | Bertrand Drouvot (bertranddrouvot.pg) | Nathan Bossart (bossartn) | michael-kun | 1 | 2023-03-16 05:38 |
2023-03-16 09:25 |
Refactoring SysCacheGetAttr to know when attr cannot be NULL | Committed | Daniel Gustafsson (d_gustafsson) | Peter Eisentraut (petere) | d_gustafsson | 1 | 2023-03-25 22:12 |
2023-03-26 03:15 |
|
Making empty Bitmapsets always be NULL | Committed | 16 | Tom Lane (tgl) | Nathan Bossart (bossartn) | tgl | 1 | 2023-03-02 17:04 |
2023-07-04 11:24 |
Replication & Recovery | ||||||||
Perform streaming logical transactions by background workers | Committed | Hou Zhijie (houzj) | Peter Smith (smithpb2250) | amitkapila | 5 | 2023-02-07 07:39 |
2023-05-09 10:01 |
|
Minimal logical decoding on standbys | Committed | 16 | Bertrand Drouvot (bdrouvot) | Bharath Rupireddy (bharathrupireddy) | andresfreund | 5 | 2023-04-08 16:31 |
2023-04-08 17:12 |
Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher | Committed | 16 | Onder Kalaci (onderkalaci) | vigneshwaran C (vignesh.postgres) | amitkapila | 4 | 2023-03-18 09:47 |
2023-03-18 09:49 |
Allow logical replication to copy tables in binary format | Committed | Melih Mutlu (melihmutlu) | vigneshwaran C (vignesh.postgres), Bharath Rupireddy (bharathrupireddy) | amitkapila | 4 | 2023-03-31 08:31 |
2023-03-23 07:40 |
|
Disable STARTUP_PROGRESS_TIMEOUT in standby mode | Committed | Simon Riggs (simon), Bharath Rupireddy (bharathrupireddy) | rhaas | 2 | 2023-02-10 23:20 |
2023-02-10 23:25 |
||
vacuum_defer_cleanup_age issue during the first epoch | Committed | Andres Freund (andresfreund) | Michail Nikolaev (nkey) | andresfreund | 1 | 2023-03-18 11:39 |
2023-03-11 23:41 |
|
Security | ||||||||
Let libpq reject unexpected authentication requests | Committed | 16 | Jacob Champion (jchampion) | Peter Eisentraut (petere), Aleksander Alekseev (a.alekseev) | michael-kun | 5 | 2023-03-24 05:18 |
2023-03-25 02:59 |
Add a hook to allow modification of the ldapbindpasswd | Committed | Andrew Dunstan (adunstan), John Naylor (john.naylor) | adunstan | 2 | 2023-03-15 20:40 |
2023-03-16 10:33 |
||
Configurable iteration count for SCRAM | Committed | Daniel Gustafsson (d_gustafsson) | Michael Paquier (michael-kun), Jonathan Katz (jkatz05) | d_gustafsson | 1 | 2023-03-27 07:52 |
2023-03-27 01:38 |
|
Server Features | ||||||||
Daitch-Mokotoff soundex | Committed | Dag Lem (daglem) | Paul Ramsey (pramsey) | tgl | 7 | 2023-04-07 21:34 |
2023-04-08 11:50 |
|
Direct I/O (developer-only feature) | Committed | Andres Freund (andresfreund), Thomas Munro (macdice) | Bharath Rupireddy (bharathrupireddy) | macdice | 3 | 2023-04-08 12:20 |
2023-04-09 23:46 |
|
ANY_VALUE aggregate | Committed | 16 | Vik Fearing (xocolatl) | Peter Eisentraut (petere) | petere | 2 | 2023-02-22 08:57 |
2023-02-22 08:56 |
Allow tailoring of ICU locales with custom rules | Committed | Peter Eisentraut (petere) | Laurenz Albe (laurenz) | petere | 2 | 2023-03-08 16:05 |
2023-03-08 16:05 |
|
pg_input_error_detail function | Committed | Andrew Dunstan (adunstan), Nathan Bossart (bossartn) | Nathan Bossart (bossartn) | michael-kun | 1 | 2023-02-28 00:24 |
2023-02-28 00:11 |
|
introduce reserved_connections parameter and pg_use_reserved_connections predefined role | Committed | 16 | Nathan Bossart (bossartn) | rhaas | 1 | 2023-01-21 00:11 |
2023-03-17 18:10 |
|
Kerberos/GSSAPI Credential Delegation | Committed | 16 | Stephen Frost (sfrost) | sfrost | 1 | 2023-04-09 02:41 |
2023-04-08 02:00 |
|
VACUUM buffer pool size option | Committed | 16 | Melanie Plageman (melanieplageman) | David Rowley (davidrowley) | davidrowley | 1 | 2023-04-07 00:52 |
2023-04-07 00:52 |
SQL Commands | ||||||||
Introduce array_shuffle() and array_sample() functions | Committed | Martin Kalcher (mkalcher) | Tom Lane (tgl) | tgl | 4 | 2023-04-07 15:48 |
2023-04-07 16:01 |
|
Add support for DEFAULT specification in COPY FROM | Committed | Israel Barth (barthisrael) | Andrew Dunstan (adunstan) | adunstan | 4 | 2023-03-13 14:14 |
2023-03-15 21:21 |
|
Ability to reference other extensions by schema in extension scripts | Committed | 16 | Regina Obe (reginaobe) | Sandro Santilli (strk) | tgl | 2 | 2023-03-20 22:37 |
2023-03-21 14:52 |
SQL/JSON | Committed | Amit Langote (amitlan), Nikita Glukhov (n.glukhov) | alvherre | 2 | 2023-04-05 06:58 |
2023-04-05 07:23 |
||
add PROCESS_MAIN to VACUUM | Committed | 16 | Nathan Bossart (bossartn) | michael-kun | 2 | 2023-03-06 07:45 |
2023-03-08 00:57 |
|
Underscores in numeric literals | Committed | Peter Eisentraut (petere) | Dean Rasheed (deanr) | deanr | 2 | 2023-02-04 09:56 |
2023-02-04 10:29 |
|
System Administration | ||||||||
Fix pg_rewind race condition just after promotion | Committed | Heikki Linnakangas (heikki) | Kyotaro Horiguchi (horiguti), Aleksander Alekseev (aalekseev) | heikki | 12 | 2023-02-23 13:43 |
2023-02-23 13:43 |
|
zstd compression for pg_dump | Committed | Justin Pryzby (justinpryzby) | Andreas Karlsson (kandreas), Jacob Champion (jchampion) | fuzzycz | 4 | 2023-04-07 02:45 |
2023-04-07 02:09 |
|
Allow +group in pg_ident.conf | Committed | Andrew Dunstan (adunstan) | Nathan Bossart (bossartn), Jelte Fennema-Nio (jeltef) | michael-kun | 1 | 2023-03-02 00:54 |
2023-03-02 00:56 |
|
Set arbitrary GUC options during initdb | Committed | Tom Lane (tgl) | Peter Eisentraut (petere) | tgl | 1 | 2023-03-22 18:33 |
2023-03-22 20:29 |
|
Testing | ||||||||
TAP output format for pg_regress | Committed | Daniel Gustafsson (d_gustafsson) | Nikolay Shaplov (nataraj) | d_gustafsson | 4 | 2023-03-31 11:48 |
2023-03-31 11:12 |
|
Allow tests to pass in OpenSSL FIPS mode | Committed | Peter Eisentraut (petere) | Tom Lane (tgl) | petere | 2 | 2023-03-13 10:16 |
2023-11-17 18:45 |
|
Improve LATERAL join case in test memoize.sql | Committed | Richard Guo (richardguo) | davidrowley | 1 | 2023-01-24 08:46 |
2023-01-23 23:31 |
||
Report the query string that caused a memory error under Valgrind | Committed | 16 | Onur TIRTIR (onurctirtir) | Tom Lane (tgl) | tgl | 1 | 2023-04-03 14:18 |
2023-04-03 14:19 |
Rename GUC force_parallel_mode to debug_parallel_query | Committed | 16 | David Rowley (davidrowley) | davidrowley | 1 | 2023-02-16 00:29 |
2023-02-15 12:53 |
|
meson: Disable installation of test modules as part of a normal installation | Committed | Nazir Bilal Yavuz (nbyavuz) | Peter Eisentraut (petere) | petere | 1 | 2023-03-03 09:23 |
2023-03-08 22:25 |
|
pg_regress: treat failed test process as a failed test | Committed | Daniel Gustafsson (d_gustafsson) | d_gustafsson | 1 | 2023-02-23 08:54 |
2023-02-23 08:53 |
||
Background psql TAP test helper | Committed | Andres Freund (andresfreund), Daniel Gustafsson (d_gustafsson) | Daniel Gustafsson (d_gustafsson) | d_gustafsson | 1 | 2023-04-07 20:40 |
2023-04-08 14:09 |