Commitfest 2015-02

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 74. Moved to next CF: 20. Rejected: 9. Returned with Feedback: 10. Total: 113.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Error when creating names too long for tar format Committed Peter Eisentraut (petere) Robert Haas (rhaas) petere 2 2015-02-24
18:47
2015-02-24
18:56
Perl coding error in msvc build system Committed Peter Eisentraut (petere) petere 2 2015-02-19
01:27
2015-02-18
06:44
Track TRUNCATE via pgstat: reset live/dead tuple counters Committed Alex Shulgin (ash) Álvaro Herrera (alvherre), Jim Nasby (decibel) alvherre 2 2015-02-20
15:14
2015-02-20
15:14
Fix psql's handling of connect strings and URIs in \c Committed David Fetter (dfetter) Pavel Stehule (okbobcz) alvherre 1 2015-04-01
23:12
2015-04-02
17:34
Install shared libs in lib/ and bin/ with MSVC Committed Michael Paquier (michael-kun) Asif Naeem (muhammad.asif.naeem) alvherre 1 2015-03-18
18:31
2015-03-18
23:46
pg_dump does not order extension's members following FK Committed Gilles Darold (darold) Michael Paquier (michael-kun) sfrost 1 2015-03-02
20:06
2015-03-05
23:42
pg_upgrade file ownership failure on Windows Server Committed Asif Naeem (muhammad.asif.naeem) Michael Paquier (michael-kun) adunstan 1 2015-03-30
21:47
2015-03-24
11:05
fix alignment on solaris and allow __attribute__ for non-gcc compilers Committed Oskari Saarenmaa (os) Andres Freund (andresfreund) andresfreund 1 2015-03-11
13:50
2015-03-11
13:53
Fix crashes and tighten tuple compatibility checks for connectby() in tablefunc Committed Michael Paquier (michael-kun) tgl 1 2015-01-30
01:19
2015-01-30
01:40
ExplainModifyTarget doesn't work as expected Committed Etsuro Fujita (efujita) Ashutosh Bapat (ashutoshbapat) tgl 1 2015-02-17
23:16
2015-02-18
09:28
EvalPlanQual behaves oddly for FDW queries involving system columns Committed Etsuro Fujita (efujita) Ashutosh Bapat (ashutoshbapat) tgl 1 2015-05-13
18:06
2015-05-13
16:58
gettimeofday cause crash on Windows Committed Asif Naeem (muhammad.asif.naeem) Michael Paquier (michael-kun) rhaas 1 2015-02-22
20:23
2015-02-21
22:16
Do not attempt to manage OpenSSL locking callbacks in libpq Committed Jan Urbański (wulczer) Peter Eisentraut (petere) petere 1 2015-04-10
01:06
2015-04-10
07:20
Remove NULL checks of deferenced pointers in picksplit method of intarray Committed Michael Paquier (michael-kun) Kevin Grittner (kgrittn) kgrittn 1 2015-02-16
22:43
2015-02-16
23:36
Fix strange assertion using VACOPT_FREEZE in vacuum() Committed Michael Paquier (michael-kun) alvherre 1 2015-03-18
18:13
2015-03-18
23:42
Clients
Do not vacuum pgbench tables if they do not exist when pgbench -f given Committed Tatsuo Ishii (ishii) sfrost 2 2015-05-12
17:15
2015-05-12
17:16
New operators for pgbench expressions, with modulo Committed Robert Haas (rhaas) Fabien Coelho (calvin), Greg Smith (gsmith) rhaas 1 2015-03-02
19:32
2015-03-04
08:19
Add libpq functions to replace PQgetssl() Committed Heikki Linnakangas (heikki) heikki 1 2015-02-03
17:59
2015-02-03
17:58
pager_min_lines setting to help control when psql uses the pager Committed Andrew Dunstan (adunstan) John Gorman (johngorman) adunstan 1 2015-03-28
15:12
2015-03-26
23:30
Code Comments
Add warning in SRF doc about detoasting in right context Committed Andrew Gierth (rhodiumtoad), Ali Akbar (apaan) masaofujii 1 2015-02-26
06:50
2015-02-26
06:49
Documentation
Document bt_page_items()'s ctid field Committed Peter Geoghegan (pgeoghegan) tgl 1 2015-03-12
18:18
2015-03-12
18:19
psql documentation bug fix Committed Dilip Kumar (dilip.kumar) tgl 1 2015-02-17
04:15
2015-02-02
05:20
Miscellaneous
decreasing array_agg memory consumption Committed Tomas Vondra (fuzzycz) Ali Akbar (apaan) jdavis 2 2015-02-22
01:39
2015-02-22
07:05
moving from contrib to bin Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 2 2015-04-22
07:36
2015-04-22
16:01
CATUPDATE Removal Committed Adam Brightwell (abrightwell) Peter Eisentraut (petere) petere 1 2015-03-07
04:44
2015-03-16
17:38
searching in array - array_offset function Committed Pavel Stehule (okbobcz) Petr Jelínek (pjmodos), Jim Nasby (decibel) alvherre 1 2015-03-18
19:06
2015-03-30
19:58
Add LINE: hint when schemaname.typename is a non-existent schema Committed Ryan Kelly (rpkelly) Jeevan Chalke (jeevan.chalke) alvherre 1 2015-03-18
18:13
2015-03-18
18:04
chkpass with RANDOMIZE_ALLOCATED_MEMORY Committed Asif Naeem (muhammad.asif.naeem) tgl 1 2015-03-04
04:29
2015-03-04
04:37
improving speed of make check-world Committed Peter Eisentraut (petere) Michael Paquier (michael-kun), Fabien Coelho (calvin) petere 1 2015-04-24
02:31
2015-04-29
04:12
Monitoring & Control
pg_stat_ssl view Committed Magnus Hagander (mha) Michael Paquier (michael-kun) mha 2 2015-04-12
17:13
2015-04-12
17:12
min, max, mean, stddev for pg_stat_statements Committed Andrew Dunstan (adunstan) Petr Jelínek (pjmodos) adunstan 1 2015-03-27
19:50
2015-03-20
09:34
fastbloat Committed Abhijit Menon-Sen (ams) Amit Kapila (amitkapila), Martín Marqués (mmarques) andresfreund 1 2015-05-13
05:42
2015-05-13
03:53
Exposing the stats snapshot timestamp to SQL Committed Matt Kelly (mkellycs) Jim Nasby (decibel) tgl 1 2015-02-20
02:37
2015-02-20
03:01
Performance
Using 128-bit integers for sum, avg and statistics aggregates Committed Andreas Karlsson (kandreas) Peter Geoghegan (pgeoghegan), David Rowley (davidrowley), Petr Jelínek (pjmodos) andresfreund 2 2015-03-20
09:31
2015-03-22
21:34
BRIN inclusion operator class Committed Emre Hasegeli (hasegeli) Andreas Karlsson (kandreas) alvherre 2 2015-05-15
21:52
2015-05-15
21:20
Improving RLS qual pushdown Committed Dean Rasheed (deanr) Stephen Frost (sfrost) sfrost 1 2015-04-28
06:58
2015-04-28
06:57
CRC improvements: (a) slice-by-8 in software (b) sse4.2 CRC in hardware Committed Abhijit Menon-Sen (ams) Subject Lambda (testsubjectlambda13) heikki 1 2015-04-14
14:57
2015-04-14
14:10
Abbreviated key support for Datum sorts Committed Andrew Gierth (rhodiumtoad) Peter Geoghegan (pgeoghegan) rhaas 1 2015-05-13
18:39
2015-05-13
19:28
Abbreviated key support for Numeric Committed Andrew Gierth (rhodiumtoad) Peter Geoghegan (pgeoghegan) rhaas 1 2015-04-02
18:08
2015-04-04
21:20
Index-only scans support for GiST Committed Anastasia Lubennikova (lubennikovaav) heikki 1 2015-03-26
17:20
2015-03-26
17:16
Reduce pinning in btree indexes Committed Kevin Grittner (kgrittn) Kyotaro Horiguchi (horiguti) kgrittn 1 2015-03-25
21:05
2015-03-25
20:02
KNN-GiST with recheck Committed Alexander Korotkov (smagen) heikki 1 2015-05-15
11:49
2015-05-15
21:48
Selectivity estimation for inet operators Committed Emre Hasegeli (hasegeli) Tom Lane (tgl) tgl 1 2015-04-01
21:12
2015-04-01
21:19
Manipulating complex types as non-contiguous structures in-memory Committed Tom Lane (tgl) John Gorman (johngorman) tgl 1 2015-05-14
16:12
2015-05-14
01:19
Procedural Languages
transforms Committed Peter Eisentraut (petere) Pavel Stehule (okbobcz) petere 2 2015-04-29
16:34
2015-04-29
19:32
ANSI/SQL syntax for named parameters Committed Pavel Stehule (okbobcz) Petr Jelínek (pjmodos) rhaas 1 2015-03-10
15:12
2015-05-01
13:38
ASSERT statement Committed Pavel Stehule (okbobcz) Jim Nasby (decibel) tgl 1 2015-03-25
23:05
2015-03-26
05:46
Replication & Recovery
archive_mode=shared/always Committed Heikki Linnakangas (heikki), Fujii Masao (masaofujii) Michael Paquier (michael-kun), Venkata Balaji Nagothi (vbn) heikki 1 2015-05-15
15:56
2015-05-13
17:23
Replication identifiers, take 4 Committed Andres Freund (andresfreund) Petr Jelínek (pjmodos) andresfreund 1 2015-04-29
17:59
2015-04-29
20:14
Security
GetUserId() to has_privs_of_role() cleanup. Committed Adam Brightwell (abrightwell) Jeevan Chalke (jeevan.chalke) sfrost 2 2015-03-19
19:03
2015-02-28
04:41
Auditing extension Committed David Steele (dsteele) Abhijit Menon-Sen (ams), Masahiko Sawada (masahikosawada) sfrost 1 2015-05-14
17:14
2015-05-14
14:46
Server Features
Foreign table inheritance Committed Shigeru Hanada (hanada), Etsuro Fujita (efujita) Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti), Ashutosh Bapat (ashutoshbapat) tgl 2 2015-03-22
17:55
2015-04-26
13:25
Using Levenshtein distance to HINT a candidate column name Committed Peter Geoghegan (pgeoghegan) Robert Haas (rhaas) rhaas 2 2015-03-11
14:58
2015-03-11
14:58
Compression of Full Page Writes Committed Michael Paquier (michael-kun), Rahila Syed (rahila.syed) Michael Paquier (michael-kun), Abhijit Menon-Sen (ams), Fujii Masao (masaofujii) masaofujii 2 2015-03-11
06:58
2015-03-11
07:01
Custom/Foreign-Join-APIs Committed KaiGai Kohei (kaigai) Robert Haas (rhaas) rhaas 2 2015-05-01
13:00
2015-03-03
12:25
parallel mode/contexts Committed Robert Haas (rhaas) rhaas 2 2015-05-13
16:09
2015-05-07
13:47
Table-level log_autovacuum_min_duration Committed Michael Paquier (michael-kun) Fujii Masao (masaofujii), Naoya Anzai (onlyindreams) alvherre 1 2015-04-03
14:59
2015-04-03
21:35
Set of memory allocation functions returning NULL instead of ERROR Committed Michael Paquier (michael-kun) Robert Haas (rhaas) rhaas 1 2015-01-30
21:44
2015-01-31
11:36
RLS: row-level security, more review Committed Stephen Frost (sfrost) Robert Haas (rhaas), Andres Freund (andresfreund), Dean Rasheed (deanr) sfrost 2 2015-05-13
16:10
2015-04-25
07:37
mogrify and indent for jsonb Committed Andrew Dunstan (adunstan) Petr Jelínek (pjmodos) adunstan 1 2015-05-12
19:56
2015-05-12
18:19
Expanding the use of FLEXIBLE_ARRAY_MEMBER for declarations like foo[1] Committed Tom Lane (tgl), Michael Paquier (michael-kun) tgl 1 2015-02-22
11:23
2015-02-23
06:33
Deparsing utility commands Committed Álvaro Herrera (alvherre) Stephen Frost (sfrost) alvherre 1 2015-05-11
22:32
2015-05-11
22:25
SQL Commands
Grouping Sets Committed Andrew Gierth (rhodiumtoad), Atri Sharma (atris) Svenne Krap (svennek) andresfreund 2 2015-05-16
01:53
2015-05-16
01:53
INSERT ... ON CONFLICT {UPDATE | IGNORE} Committed Peter Geoghegan (pgeoghegan) Svenne Krap (svennek) andresfreund 2 2015-05-08
03:54
2015-05-08
21:51
alter user/role CURRENT_USER Committed Kyotaro Horiguchi (horiguti) Kyotaro Horiguchi (horiguti), Adam Brightwell (abrightwell), Rushabh Lathia (rlathia) alvherre 2 2015-03-09
18:51
2015-05-01
06:31
REINDEX xxx VERBOSE Committed Masahiko Sawada (masahikosawada) Rushabh Lathia (rlathia) masaofujii 1 2015-05-15
12:47
2015-05-15
12:46
regrole and regnamespace Committed Kyotaro Horiguchi (horiguti) Jeevan Chalke (jeevan.chalke) adunstan 1 2015-05-09
19:30
2015-04-30
07:52
System Administration
pg_basebackup vs. Windows and tablespaces (Extend base backup to include symlink file used to restore symlinks) Committed Amit Kapila (amitkapila) Dilip Kumar (dilip.kumar) adunstan 2 2015-05-12
13:43
2015-05-12
14:02
Add restore_command_retry_interval option to control timeout of restore_command nonzero status code Committed Oleksii Vasyliev (leopard) Andres Freund (andresfreund), Michael Paquier (michael-kun), Fujii Masao (masaofujii) masaofujii 2 2015-02-23
12:03
2015-02-24
05:50
pg_rewind Committed Heikki Linnakangas (heikki) Amit Kapila (amitkapila), Michael Paquier (michael-kun), Satoshi Nagayasu (snaga) heikki 2 2015-03-23
18:08
2015-04-13
13:11
Reducing lock strength of trigger and foreign key DDL Committed Andreas Karlsson (kandreas) Simon Riggs (simon), Michael Paquier (michael-kun) simon 2 2015-04-05
15:52
2015-04-05
23:37
Redesigning checkpoint_segments Committed Heikki Linnakangas (heikki) Petr Jelínek (pjmodos), Venkata Balaji Nagothi (vbn) heikki 1 2015-02-23
17:32
2015-03-17
06:05
pg_file_settings view: To know detail of config files via SQL Committed Masahiko Sawada (masahikosawada) Stephen Frost (sfrost), David Steele (dsteele) sfrost 1 2015-05-08
23:29
2015-05-08
23:13
Add pg_settings.pending_restart column Committed Peter Eisentraut (petere) Michael Paquier (michael-kun) petere 1 2015-05-15
00:11
2015-05-15
00:11