2023-03-25 22:12:31 |
d_gustafsson |
Refactoring SysCacheGetAttr to know when attr cannot be NULL |
Closed in commitfest 2023-03 with status: Committed |
2023-03-25 22:12:31 |
d_gustafsson |
Refactoring SysCacheGetAttr to know when attr cannot be NULL |
Changed committer to d_gustafsson |
2023-03-25 19:34:37 |
tgl |
Fix progress report of CREATE INDEX for nested partitioned tables |
Closed in commitfest 2023-03 with status: Committed |
2023-03-25 17:55:37 |
tgl |
Fix progress report of CREATE INDEX for nested partitioned tables |
Added tgl as committer |
2023-03-25 12:25:23 |
atsushitorikoshi |
COPY FROM IGNORE_ERRORS - ignores rows with errors while copying |
New status: Waiting on Author |
2023-03-25 03:34:08 |
pgeoghegan |
Add n_tup_newpage_upd to pg_stat table views |
Closed in commitfest 2023-03 with status: Committed |
2023-03-24 22:17:33 |
cary |
pgbench - adding pl/pgsql versions of tests |
Posted review with messageid <167969625359.628976.7987246419855702878.pgcf@coridan.postgresql.org> |
2023-03-24 21:07:45 |
tgl |
Add EXPLAIN option GENERIC_PLAN for parameterized queries |
Closed in commitfest 2023-03 with status: Committed |
2023-03-24 16:03:51 |
justinpryzby |
add guc: hugepages_active |
New status: Needs review |
2023-03-24 15:42:14 |
tgl |
Add EXPLAIN option GENERIC_PLAN for parameterized queries |
Added tgl as committer |
2023-03-24 10:58:28 |
myon |
Add EXPLAIN option GENERIC_PLAN for parameterized queries |
New status: Ready for Committer |
2023-03-24 05:18:15 |
michael-kun |
Let libpq reject unexpected authentication requests |
Closed in commitfest 2023-03 with status: Committed |
2023-03-24 05:16:33 |
yugo.nagata |
psql \watch iteration count |
Added yugo.nagata as reviewer |
2023-03-24 04:12:13 |
efujita |
Doc: Improve note about copying into postgres_fdw foreign tables in batch |
Closed in commitfest 2023-03 with status: Committed |
2023-03-24 04:12:13 |
efujita |
Doc: Improve note about copying into postgres_fdw foreign tables in batch |
Changed committer to efujita |
2023-03-24 04:11:11 |
efujita |
Doc: Improve note about copying into postgres_fdw foreign tables in batch |
Changed reviewers to Tatsuo Ishii (ishii), Daniel Gustafsson (d_gustafsson) |
2023-03-24 03:41:48 |
stark |
Fix assertion failure with next_phase_at in snapbuild.c |
New status: Ready for Committer |
2023-03-24 03:40:25 |
stark |
Reduce wakeup on idle for bgwriter & walwriter for >5s |
Changed authors to Simon Riggs (simon), Bharath Rupireddy (bharathrupireddy) |
2023-03-24 03:34:09 |
stark |
Code checks for App Devs, using new options for transaction behavior |
Closed in commitfest 2023-03 with status: Withdrawn |
2023-03-24 03:32:58 |
yugo.nagata |
[BUG] pg_stat_statements and extended query protocol |
Added yugo.nagata as reviewer |
2023-03-24 03:31:57 |
stark |
Move backup-related code to xlogbackup.c/.h |
Closed in commitfest 2023-03 with status: Rejected |
2023-03-24 01:48:54 |
andresfreund |
Background psql TAP test helper |
Changed authors to Andres Freund (andresfreund), Daniel Gustafsson (dege) |
2023-03-23 23:52:38 |
michael-kun |
Remove nonmeaningful prefixes in PgStat_* fields |
Closed in commitfest 2023-03 with status: Committed |
2023-03-23 23:52:38 |
michael-kun |
Remove nonmeaningful prefixes in PgStat_* fields |
Changed committer to michael-kun |
2023-03-23 22:20:41 |
tgl |
Simplify find_my_exec by using realpath(3) |
Closed in commitfest 2023-03 with status: Committed |
2023-03-23 22:20:41 |
tgl |
Simplify find_my_exec by using realpath(3) |
Changed committer to tgl |
2023-03-23 21:46:12 |
d_gustafsson |
Background psql TAP test helper |
Added d_gustafsson as reviewer |
2023-03-23 20:06:22 |
stark |
Code checks for App Devs, using new options for transaction behavior |
Added stark as reviewer |
2023-03-23 18:43:01 |
stark |
Consider parallel for LATERAL subqueries having LIMIT/OFFSET |
Closed in commitfest 2023-03 with status: Returned with feedback |
2023-03-23 17:43:09 |
onurctirtir |
Report the query string that caused a memory error under Valgrind |
New status: Needs review |
2023-03-23 16:26:44 |
d_gustafsson |
vacuum reloads config file more often |
Changed reviewers to Masahiko Sawada (masahikosawada), Daniel Gustafsson (d_gustafsson) |
2023-03-23 16:26:22 |
d_gustafsson |
vacuum reloads config file more often |
Added d_gustafsson as reviewer |
2023-03-23 07:27:23 |
brar |
Create visible links for HTML elements that have an id to make them discoverable via the web interface |
New status: Ready for Committer |
2023-03-23 03:11:21 |
kop |
Create visible links for HTML elements that have an id to make them discoverable via the web interface |
New status: Waiting on Author |
2023-03-22 18:33:22 |
tgl |
Set arbitrary GUC options during initdb |
Closed in commitfest 2023-03 with status: Committed |
2023-03-22 18:33:21 |
tgl |
Set arbitrary GUC options during initdb |
Changed committer to tgl |
2023-03-22 17:46:11 |
rhaas |
Minimizing calls to SubTransSetParent() |
Closed in commitfest 2023-03 with status: Withdrawn |
2023-03-22 16:03:16 |
petere |
Report the query string that caused a memory error under Valgrind |
New status: Waiting on Author |
2023-03-22 15:51:44 |
petere |
Add TAP tests for psql \g piped into program |
New status: Waiting on Author |
2023-03-22 15:45:36 |
petere |
Improvements to Meson docs |
New status: Waiting on Author |
2023-03-22 13:34:58 |
atsushitorikoshi |
COPY FROM IGNORE_ERRORS - ignores rows with errors while copying |
New status: Needs review |
2023-03-22 13:19:51 |
rhaas |
HOT chain validation in verify_heapam() |
Closed in commitfest 2023-03 with status: Committed |
2023-03-22 13:19:51 |
rhaas |
HOT chain validation in verify_heapam() |
Changed committer to rhaas |
2023-03-22 13:16:22 |
laurenz |
Add EXPLAIN option GENERIC_PLAN for parameterized queries |
New status: Needs review |
2023-03-22 06:45:34 |
petere |
Set arbitrary GUC options during initdb |
New status: Ready for Committer |
2023-03-22 06:45:31 |
petere |
Set arbitrary GUC options during initdb |
Added petere as reviewer |
2023-03-22 06:03:16 |
michael-kun |
Let libpq reject unexpected authentication requests |
New status: Waiting on Author |
2023-03-22 04:28:53 |
macdice |
Use AF_UNIX for tests on Windows (ie drop fallback TCP code) |
New status: Needs review |
2023-03-22 04:28:39 |
macdice |
Use AF_UNIX for tests on Windows (ie drop fallback TCP code) |
Closed in commitfest 2023-03 with status: Moved to next CF |
2023-03-22 03:29:18 |
stark |
Add OR REPLACE option for CREATE OPERATOR |
Closed in commitfest 2023-03 with status: Rejected |
2023-03-22 02:06:04 |
justinpryzby |
Fix progress report of CREATE INDEX for nested partitioned tables |
Changed authors to Justin Pryzby (justinpryzby), Ilya Gladyshev (qoops) |
2023-03-22 01:38:05 |
michael-kun |
Generate pg_stat_get_xact*() functions with Macros |
Added michael-kun as reviewer |
2023-03-22 01:36:58 |
michael-kun |
add guc: hugepages_active |
New status: Waiting on Author |
2023-03-21 22:19:39 |
brar |
Create visible links for HTML elements that have an id to make them discoverable via the web interface |
New status: Needs review |
2023-03-21 17:04:18 |
tgl |
Add SHELL_EXIT_CODE variable to psql |
Closed in commitfest 2023-03 with status: Committed |
2023-03-21 17:01:09 |
tgl |
Add SHELL_EXIT_CODE variable to psql |
Added tgl as committer |
2023-03-21 15:59:03 |
stark |
Add initdb option to initialize cluster with non-standard xid/mxid/mxoff. |
Closed in commitfest 2023-03 with status: Rejected |
2023-03-21 15:57:06 |
stark |
Eliminating SPI from RI triggers |
Closed in commitfest 2023-03 with status: Moved to next CF |
2023-03-21 15:50:15 |
stark |
doc: PQexecParams binary handling example for REAL data type |
Closed in commitfest 2023-03 with status: Moved to next CF |
2023-03-21 15:48:26 |
stark |
Add <<none>> support to sepgsql_restorecon |
Closed in commitfest 2023-03 with status: Moved to next CF |
2023-03-21 15:48:03 |
justinpryzby |
ALTER TABLE SET ACCESS METHOD on partitioned tables |
Changed authors to Justin Pryzby (justinpryzby), Soumyadeep Chakraborty (soumyadeep2007), Soumyadeep Chakraborty (soumyadeepc) |
2023-03-21 15:35:26 |
myon |
Add EXPLAIN option GENERIC_PLAN for parameterized queries |
New status: Waiting on Author |
2023-03-21 08:29:55 |
myon |
Add EXPLAIN option GENERIC_PLAN for parameterized queries |
Added myon as reviewer |
2023-03-21 07:15:36 |
petere |
Timeline ID hexadecimal format |
Closed in commitfest 2023-03 with status: Committed |
2023-03-21 07:15:36 |
petere |
Timeline ID hexadecimal format |
Changed committer to petere |
2023-03-21 02:26:55 |
macdice |
Fix assertion failure with barriers in parallel hash join |
Closed in commitfest 2023-03 with status: Committed |
2023-03-21 02:26:55 |
macdice |
Fix assertion failure with barriers in parallel hash join |
Changed committer to macdice |
2023-03-21 01:02:50 |
raniervilela |
Optimizing Node Files Support |
Closed in commitfest 2023-03 with status: Rejected |
2023-03-20 22:37:34 |
tgl |
Ability to reference other extensions by schema in extension scripts |
Closed in commitfest 2023-03 with status: Committed |
2023-03-20 21:57:19 |
x4m |
psql \watch iteration count |
New status: Needs review |
2023-03-20 20:01:05 |
stark |
Fix inconsistency in reporting checkpointer stats |
New status: Needs review |
2023-03-20 19:56:12 |
stark |
Optimizing Node Files Support |
Closed in commitfest 2023-03 with status: Returned with feedback |
2023-03-20 18:58:13 |
stark |
USAGE privilege on PUBLICATION |
Closed in commitfest 2023-03 with status: Moved to next CF |
2023-03-20 18:40:50 |
stark |
psql: Add tab-complete for optional view parameters |
Closed in commitfest 2023-03 with status: Moved to next CF |
2023-03-20 17:42:04 |
stark |
Allow parallel plan for referential integrity checks |
Closed in commitfest 2023-03 with status: Moved to next CF |
2023-03-20 17:10:22 |
x4m |
Support load balancing in libpq |
Added x4m as reviewer |
2023-03-20 13:05:32 |
justinpryzby |
add guc: hugepages_active |
New status: Needs review |
2023-03-20 12:26:15 |
sttachoires |
Add SPLIT PARTITION/MERGE PARTITIONS commands |
New status: Waiting on Author |
2023-03-20 10:07:56 |
fuzzycz |
Ignoring BRIN for HOT updates (was: -udpates seems broken) |
Closed in commitfest 2023-03 with status: Committed |
2023-03-20 10:07:56 |
fuzzycz |
Ignoring BRIN for HOT updates (was: -udpates seems broken) |
Changed committer to fuzzycz |
2023-03-20 09:51:23 |
petere |
Timeline ID hexadecimal format |
New status: Ready for Committer |
2023-03-20 07:34:05 |
michael-kun |
Remove nonmeaningful prefixes in PgStat_* fields |
New status: Waiting on Author |
2023-03-20 07:07:54 |
michael-kun |
RADIUS tests and improvements |
Added michael-kun as reviewer |
2023-03-20 07:07:52 |
michael-kun |
RADIUS tests and improvements |
New status: Waiting on Author |
2023-03-20 07:06:42 |
michael-kun |
Avoid use deprecated Windows Memory API |
Closed in commitfest 2023-03 with status: Rejected |
2023-03-20 07:04:48 |
michael-kun |
Add n_tup_newpage_upd to pg_stat table views |
Changed committer to pgeoghegan |
2023-03-20 05:03:53 |
michael-kun |
add guc: hugepages_active |
New status: Waiting on Author |
2023-03-20 00:31:20 |
michael-kun |
ALTER TABLE SET ACCESS METHOD on partitioned tables |
New status: Waiting on Author |
2023-03-19 20:52:29 |
sttachoires |
Add SPLIT PARTITION/MERGE PARTITIONS commands |
Added sttachoires as reviewer |
2023-03-19 20:45:13 |
sttachoires |
Add SPLIT PARTITION/MERGE PARTITIONS commands |
Posted review with messageid <167925871389.628976.7563819615316504989.pgcf@coridan.postgresql.org> |
2023-03-19 09:38:24 |
davidrowley |
heapgettup() refactoring |
Closed in commitfest 2023-03 with status: Committed |
2023-03-19 09:38:24 |
davidrowley |
heapgettup() refactoring |
Changed committer to davidrowley |
2023-03-18 22:08:29 |
adunstan |
psql BACKEND_PID variable |
Closed in commitfest 2023-03 with status: Rejected |
2023-03-18 19:13:57 |
tgl |
Ability to reference other extensions by schema in extension scripts |
Added tgl as committer |
2023-03-18 18:49:53 |
tgl |
Disable rdns in Kerberos regression tests |
Closed in commitfest 2023-03 with status: Committed |
2023-03-18 18:49:53 |
tgl |
Disable rdns in Kerberos regression tests |
Changed committer to sfrost |
2023-03-18 18:12:41 |
tgl |
generate_series in selected timezone, date_add in selected timezone |
Closed in commitfest 2023-03 with status: Committed |
2023-03-18 18:12:41 |
tgl |
generate_series in selected timezone, date_add in selected timezone |
Changed committer to tgl |
2023-03-18 17:12:04 |
okbobcz |
psql BACKEND_PID variable |
Closed in commitfest 2023-03 with status: Rejected |
2023-03-18 11:39:32 |
nkey |
vacuum_defer_cleanup_age issue during the first epoch |
Closed in commitfest 2023-03 with status: Committed |