CommitFest 2009-First Archive
⇐ Previous CommitFest | This CommitFest | Next CommitFest ⇒ |
---|---|---|
2008-11 | 2009-First | ??? |
This is the page for the first 8.5 CommitFest (starting July 15, 2009).
This commitfest is currently accepting new contributions If you have a new patch to submit, please add it here; see CommitFest Help for instructions. If you are looking for the list of patches currently up for review, see CommitFestInProgress. |
Pending patches
Patch | Status | Author | Reviewers |
---|---|---|---|
Security | |||
Security Enhanced PostgreSQL | Pending review | KaiGai Kohei |
Nobody |
|
|||
|
|||
|
|||
Security checks on LargeObject | WIP | KaiGai Kohei |
Nobody |
|
|||
|
|||
user mapping extension to pg_ident.conf | Pending review | Lars Kanis |
Nobody |
|
| ||
Replication | |||
Synch Rep | WIP | Fujii Masao |
Simon Riggs |
|
|||
Provide support for multiplexing SIGUSR1 signal | Pending review | Fujii Masao |
Nobody |
Non-blocking communication between a frontend and a backend (pqcomm) | Pending review | Fujii Masao |
Nobody |
Performance | |||
join removal | Pending review | Robert Haas |
Nobody |
|
|||
ALTER TABLE ... ALTER COLUMN ... SET DISTINCT | Pending review | Robert Haas |
Nobody |
Revise parallel pg_restore's scheduling heuristic | Needs performance testing | Tom Lane |
Nobody |
|
|||
Set PD_ALL_VISIBLE flag in HOT pruning | Pending review | Pavan Deolasee |
Nobody |
TOAST MAIN out-of-line reluctantly | Pending review | Kevin Grittner |
Nobody |
|
|||
SIGPIPE masking in local socket connections | Pending review | Jeremy Kerr |
Nobody |
Avoid manual shift-and-test logic in AllocSetFreeIndex | Pending review | Jeremy Kerr |
Nobody |
Contrib modules | |||
async notifications for dblink | Pending review | Marcus Kempe |
Joe Conway |
query cancel issues in dblink | Pending review | Itagaki Takahiro |
Joe Conway |
hstore enhancements | Pending review | Andrew Gierth |
Nobody |
multi-threaded pgbench | Pending review | Itagaki Takahiro |
Nobody |
Clients | |||
\dL for languages | Waiting on author | Fernando Ike |
Peter Eisentraut |
|
|||
pg_dump Add dumping of comments on columns of composite types | Pending review | Taro Minowa (Higepon) |
Nobody |
WIP: TODO Item 'Add prompt escape to display the client and server versions' | WIP | Dickson S. Guedes |
Peter Eisentraut |
ECPG dynamic cursor, SQLDA support | Pending review | Zoltan Boszormenyi |
Nobody |
ECPG support for string pseudo-type v2 | Pending review | Zoltan Boszormenyi |
Nobody |
SQL language features | |||
Named and mixed notation for PL (deprecated link) | Pending review | Pavel Stehule |
Nobody |
|
|||
|
|||
Support for EEEE in to_char() | Pending review | Pavel Stehule, Brendan Jurd |
Nobody |
|
|||
DROP (COLUMN|CONSTRAINT) IF EXISTS support | Pending review | Andres Freund |
Bernd Helmle |
|
|||
Auto-Partitioning | Pending review | Kedar Potdar |
Simon Riggs |
GRANT ON ALL IN schema | Pending review | Petr Jelinek |
Nobody |
|
|||
Writeable CTEs | Pending review | David Fetter |
Nobody |
COPY WITH CSV FORCE QUOTE * | Pending review | Itagaki Takahiro |
Nobody |
EXPLAIN | |||
explain refactoring v4 | Pending review | Robert Haas |
Nobody |
generic explain options v3 | Pending review | Robert Haas |
Nobody |
machine-readable explain output v2 | Pending review | Robert Haas |
Nobody |
do_tup_output_datum v2 | Pending review | Robert Haas |
Nobody |
|
|||
Instrumentation | |||
Lock wait statistics | Pending review | Mark Kirkwood |
Nobody |
Sampling Profiler | Pending review | Itagaki Takahiro |
Nobody |
Error Reporting | |||
Have ParseConfigFile report all parsing errors | Pending review | Selena Deckelmann |
Nobody |
report key values in duplicate-key errors | Pending review | Itagaki Takahiro |
Nobody |
|
|||
Miscellaneous | |||
Add C++ support for backend and calls into C functions | Pending review | Kurt Harriman |
Nobody |
has_sequence_privilege() function | Pending review | Abhijit Menon-Sen |
Joe Conway |
Parser's hook based on FuncCall | Pending review | Pavel Stehule |
Nobody |
plpythonu datatype conversion improvements | Pending review | Caleb Welton |
Peter Eisentraut |
replace plpgsql_dstring by StringInfo | Pending review | Pavel Stehule |
Joe Conway |
Fix memory leak in win32 security functions | Ready for committer | Magnus Hagander |
Andrew Chernow |
|
|||
|
|||
pg_standby link dependencies | Ready for committer | Fujii Masao |
Simon Riggs |
Make pg_restore --clean to delete existing large objects | Pending review | Itagaki Takahiro |
Nobody |
pg_listener attribute number #defines | Pending review | Robert Haas |
Peter Eisentraut |
dependencies for generated header files | Pending review | Robert Haas |
Peter Eisentraut |
autogenerating headers & bki stuff | Pending review | Robert Haas |
Peter Eisentraut |
|
|||
better support for win64 via intptr_t | Pending review | Tsutomu Yamada |
Peter Eisentraut |
Committed patches
Patch | Status | Author | Reviewers |
---|---|---|---|
\d shows child tables that inherit from the specified parent | Committed 2009-07-03 | Damien Clochard |
Peter Eisentraut |
|
|||
SQL State in log_line_prefix | Committed 2009-07-03 | Guillaume Smet |
Peter Eisentraut |
Shows method of index in \d | Committed 2009-07-06 | Khee Chin |
Peter Eisentraut |
Returned with Feedback
Patch | Status | Author | Reviewers |
---|---|---|---|
add_path optimization | Returned for rework | Robert Haas |
Tom Lane |
|
|||
unalias of ACL_UPDATE_FOR_SELECT | Pending review | KaiGai Kohei |
Nobody |
|
|||
psql display sequence owner | Pending review | Josh Williams |
Peter Eisentraut |
|