Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-03 Chronological Index (1/4)
Last updated: Wed Jan 18 01:50:51 2012
567 messages
31 March 2008
pgsql: Apply my original fix for Taiki Yamaguchi's bug report about Tom Lane (16:59)
pgsql: Apply my original fix for Taiki Yamaguchi's bug report about Tom Lane (16:59)
snapclone - pg_snapclone: Add in a benchmark to show that on I/O-rich User Christopher Browne (15:18)
snapclone - pg_snapclone: New Directory User Christopher Browne (15:17)
pgsql: Fix my brain fade in TRUNCATE triggers patch: can't release Tom Lane (03:34)
pgsql: Use error message wordings for permissions checks on .pgpass and Tom Lane (02:43)
pgsql: Fix a number of places that were making file-type tests Tom Lane (01:33)
pgsql: Fix a number of places that were making file-type tests Tom Lane (01:32)
pgsql: Fix a number of places that were making file-type tests Tom Lane (01:32)
pgsql: Fix a number of places that were making file-type tests Tom Lane (01:32)
pgsql: Fix a number of places that were making file-type tests Tom Lane (01:31)
30 March 2008
pgsql: Display incoming as well as outgoing foreign-key constraints in Tom Lane (17:50)
pgsql: Enable 64-bit integer datetimes by default, per previous Neil Conway (04:08)
pllua - pllua: Minor fix. User Carvalho (03:49)
pllua - pllua: Minor typos. User Carvalho (03:46)
pllua - pllua: Added documentation for server.rows and plan:rows. User Carvalho (03:22)
pllua - pllua: Added plan:rows(), luaP_todatum now accepts tuple when User Carvalho (02:49)
29 March 2008
pgsql: Improve psql's tab completion to handle completing attribute Tom Lane (19:19)
pllua - pllua: Modified raw datum to carry datum instead of datum User Carvalho (02:50)
pgsql: Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. Tom Lane (00:15)
pgsql: Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. Tom Lane (00:15)
28 March 2008
pgsql: Done: > * -Add ability to trigger on TRUNCATE Bruce Momjian (15:18)
pgsql: Clarify documentation on PITR and warm standby on the fact that Heikki Linnakangas (15:00)
pgsql: Add to TODO: > > o Add CASE capability to language (already in Bruce Momjian (03:29)
pgsql: Add: > * Allow one transaction to see tuples using the snapshot Bruce Momjian (02:36)
pgsql: Department of second thoughts: the rule that ORDER BY and Tom Lane (02:00)
pgsql: Support statement-level ON TRUNCATE triggers. Tom Lane (00:22)
27 March 2008
pgsql: Add URL for: * Consider allowing control of upper/lower case Bruce Momjian (20:31)
pgsql: When we have successfully optimized a MIN or MAX aggregate into Tom Lane (19:06)
pgsql: When we have successfully optimized a MIN or MAX aggregate into Tom Lane (19:06)
pgsql: Remove ipcclean utility command --- didn't work on all Unixes and Bruce Momjian (17:24)
pgsql: Sorry, copied wrong files. Michael Meskes (08:40)
pgsql: - Moved from PQsetdbLogin to PQconnectDB. Michael Meskes (07:56)
pgsql: Reduce the need for frontend programs to include "postgres.h" by Tom Lane (03:57)
26 March 2008
pgsql: Move the HTSU_Result enum definition into snapshot.h, to avoid Alvaro Herrera (21:10)
pgsql: Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other Alvaro Herrera (18:49)
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Andrew Dunstan (16:49)
pgsql: Fix bad spelling and worse grammar in recent doc commits. Tom Lane (16:34)
pgsql: Separate snapshot management code from tuple visibility code, Alvaro Herrera (16:20)
pgsql: Include \password in the psql help. Magnus Hagander (15:52)
pgsql: Include \password in the psql help. Magnus Hagander (15:25)
pgsql: Improve documentation for odd array slice behavior. Bruce Momjian (14:43)
pgsql: Strengthen warnings about using pg_dump's -i option. Bruce Momjian (14:32)
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Michael Meskes (12:35)
prefix - prefix: Attempts to debug the invalid memory alloc request size User Dim (11:08)
pgsql: Update TODO: < o Consider invalidating the cache or keeping Bruce Momjian (02:39)
pgsql: Added to TODO: > > * Consider transaction start/end performance Bruce Momjian (01:49)
npgsql - Npgsql2: Better support for the edmgen tool and other tools User Jbcooley (01:39)
npgsql - Npgsql2: Better support for the edmgen tool and other tools User Jbcooley (01:38)
npgsql - Npgsql2: Better support for the edmgen tool and other tools User Jbcooley (01:34)
pgsql: Fix core dump in contrib/xml2's xpath_table() when the input Tom Lane (01:19)
pgsql: Fix core dump in contrib/xml2's xpath_table() when the input Tom Lane (01:19)
pgsql: Fix core dump in contrib/xml2's xpath_table() when the input Tom Lane (01:19)
pgsql: Fix core dump in contrib/xml2's xpath_table() when the input Tom Lane (01:19)
pgsql: Fix core dump in contrib/xml2's xpath_table() when the input Tom Lane (01:19)
25 March 2008
pgsql: Simplify and standardize conversions between TEXT datums and Tom Lane (22:42)
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Andrew Dunstan (21:35)
pgsql: Done: > * -Avoid tuple some tuple copying in sort routines Bruce Momjian (20:18)
pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in Tom Lane (19:31)
pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in Tom Lane (19:31)
pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in Tom Lane (19:31)
pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in Tom Lane (19:31)
pgsql: Add a new tuplestore API function, tuplestore_putvalues(). Neil Conway (19:27)
pllua - pllua: Added raw datum support, "fromstring" function, and type User Carvalho (17:22)
prefix - prefix: Use union instead of greater_prefix in gpr_picksplit() User Dim (16:03)
Re: pgsql: Reword Win32 rint() item, per Tom. Bruce Momjian (15:46)
Re: pgsql: Reword Win32 rint() item, per Tom. Tom Lane (15:36)
npgsql - Npgsql2: Some more commenting User Talliesin (14:56)
pgsql: Update TODO wording: * Simplify integer cross-data-type Bruce Momjian (13:09)
pgsql: Reword Win32 rint() item, per Tom. Alvaro Herrera (12:55)
Re: pgsql: Add to TODO: > > * Be more aggressive about creating WAL files Alvaro Herrera (12:51)
pgsql: Add URLs to previous discussions, per Simon. Alvaro Herrera (12:50)
pgsql: added ECPGget_PGconn to exports.txt Michael Meskes (12:45)
pgsql: added ECPGget_PGconn to exports.txt Michael Meskes (12:45)
Re: pgsql: Add to TODO: > > * Add more cross-data-type operators > > Magnus Hagander (09:18)
Re: pgsql: Add to TODO: > > * Be more aggressive about creating WAL files Simon Riggs (07:56)
pgsql: Add to TODO: > > * Add SQL-standard array_agg() and unnest() Bruce Momjian (02:58)
pgsql: Add to pl/pgsql TODO: > > o Consider invalidating the cache or Bruce Momjian (02:47)
Re: pgsql: Add to TODO: > > * Add more cross-data-type operators > > Bruce Momjian (02:44)
pgsql: Add to TODO: > > * Add more cross-data-type operators > > Bruce Momjian (02:41)
pgsql: Add to TODO: > * Detect deadlocks involving Bruce Momjian (02:38)
pgsql: Add to psql TODO: > > o Improve display if enums > > Bruce Momjian (02:33)
pgsql: Add to TODO: > > o Fix port/rint.c to be spec-compliant > > Bruce Momjian (02:23)
pgsql: Add to TODO: > > * Improve detection of shared memory segments Bruce Momjian (02:18)
pgsql: Add to TODO: > > * Consider sorting entries before inserting Bruce Momjian (02:17)
pgsql: Add to TODO: > > * Move pgfoundry's xlogdump to /contrib and Bruce Momjian (00:42)
pgsql: Add to TODO: > > * Have resource managers report the duration Bruce Momjian (00:28)
pgsql: Add to TODO: > > * Be more aggressive about creating WAL files Bruce Momjian (00:14)
pgsql: Add: > o Prevent concurrent CREATE TABLE table1 from sometimes Bruce Momjian (00:11)
pgsql: Add to TODO: > > * Have /contrib/dblink reuse unnamed Bruce Momjian (00:07)
pgsql: Add to TODO: > * Remove old-style routines for manipulating Bruce Momjian (00:05)
pgsql: Add to TODO: > > * Create three versions of libpgport to Bruce Momjian (00:02)
pgsql: Add to TODO: > > * Fix regular expression bug when using Bruce Momjian (00:00)
24 March 2008
pgsql: When a relation has been proven empty by constraint exclusion, Tom Lane (21:53)
pgsql: When a relation has been proven empty by constraint exclusion, Tom Lane (21:53)
pgsql: Use new errdetail_log() mechanism to provide a less klugy way of Tom Lane (19:47)
pgsql: Fix various infelicities that have snuck into usage of Tom Lane (19:13)
pgsql: Fix various infelicities that have snuck into usage of Tom Lane (19:12)
pgsql: Add to TODO: > > * Research reducing deTOASTing in more places Bruce Momjian (18:24)
pgsql: Adjust the recent patch for reporting of deadlocked queries so Tom Lane (18:22)
pgsql: Add a new ereport auxiliary function errdetail_log(), which works Tom Lane (18:08)
pgsql: Add URL for: * SMP scalability improvements > Bruce Momjian (17:48)
pgsql: Add URL to: * SMP scalability improvements > Bruce Momjian (17:41)
pgsql: Add to TODO: > > * SMP scalability improvements > > Bruce Momjian (17:29)
pgsql: Add URL: * Allow statistics last vacuum/analyze execution times Bruce Momjian (16:11)
pgsql: Add to TODO: > * Improve reporting of UNION type mismatches > > Bruce Momjian (16:05)
pgsql: Update wording: < o Allow pre/data/post files when dumping a Bruce Momjian (14:17)
23 March 2008
dbsamples - pagila: add data file using insert statements User Xzilla (15:05)
Re: pgsql: Add to Win32 TODO > > o Support pgxs Bruce Momjian (12:37)
pgsql: Update text: < o Support pgxs > o Support pgxs when using MSVC Bruce Momjian (12:37)
Re: pgsql: Add to Win32 TODO > > o Support pgxs Magnus Hagander (08:29)
pgsql: Add: > Bruce Momjian (01:30)
pgsql: Re-add: > > * Avoid tuple some tuple copying in sort routines > Bruce Momjian (01:26)
pgsql: Add: > > * Sort large UPDATE/DELETEs so it is done in heap Bruce Momjian (01:23)
pgsql: Add URL for: * Do async I/O for faster random read-ahead of data Bruce Momjian (01:13)
pgsql: Done: < < * Avoid tuple some tuple copying in sort routines < Bruce Momjian (00:56)
pgsql: Avoid a useless tuple copy within nodeMaterial. Tom Lane (00:54)
pgsql: Add to pg_dump TODO: > o Allow pre/data/post files when dumping Bruce Momjian (00:32)
pgsql: Create a function quote_nullable(), which works the same as Tom Lane (00:24)
pgsql: Add to Win3 TODO: > > o Fix MSVC NLS support, like for Bruce Momjian (00:14)
pgsql: Add to TODO: > > * Improve WAL concurrency by increasing lock Bruce Momjian (00:09)
22 March 2008
pgsql: Add to TODO: > > * Avoid tuple some tuple copying in sort Bruce Momjian (23:47)
npgsql - Npgsql2: Added a notice to not use execute a command inside a User Fxjr (23:17)
pgsql: Add URL for TODO: o Add checks to prevent a CREATE RULE Bruce Momjian (22:52)
pgsql: Refactor to_char/to_date formatting code; primarily, replace Tom Lane (22:32)
pgsql: Add to TODO: > > o Add checks to prevent a CREATE RULE views Bruce Momjian (22:06)
pgsql: Add server side lo_import(filename, oid) function. Tatsuo Ishii (01:55)
pgsql: Add URL for: * Simplify ability to create partitioned tables > Bruce Momjian (01:47)
pgsql: Add URL for: * Simplify ability to create partitioned tables > Bruce Momjian (01:46)
pgsql: Add TODO: > > * Improve performance of shared invalidation Bruce Momjian (01:44)
pgsql: Add URLs for: * Simplify ability to create partitioned tables Bruce Momjian (01:30)
21 March 2008
pgsql: Give an explicit error for serial[], rather than silently Tom Lane (22:11)
pgsql: Report the current queries of all backends involved in a deadlock Tom Lane (21:08)
prefix - prefix: fix DatumGetPrefixRange usage User Dim (20:58)
pgsql: Add: > > * Convert single quotes to apostrophes in the PDF Bruce Momjian (20:00)
pgsql: Add: > > * Fix inconsistent precedence of =, >, and < compared Bruce Momjian (19:58)
pgsql: Add: > > o Prevent SSL from sending network packets to avoid Bruce Momjian (19:34)
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Michael Meskes (16:11)
pgsql: Corrected version number. Michael Meskes (16:10)
pgsql: Corrected version number. Michael Meskes (16:10)
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Tom Lane (14:30)
pgsql: Document that soft-mounting NFS is not recommended. Bruce Momjian (14:23)
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Michael Meskes (14:15)
pgsql: More README src cleanups. Bruce Momjian (13:23)
Re: pgsql: Make source code READMEs more consistent. Bruce Momjian (03:26)
pgsql: Adjust pgstatindex() to give correct answers for indexes larger Tom Lane (03:23)
pgsql: Generate dummy probes.h for MSVC builds. Andrew Dunstan (02:50)
pgsql: Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by Tom Lane (01:31)
20 March 2008
pgsql: Arrange for an explicit cast applied to an ARRAY[] constructor to Tom Lane (21:42)
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Tom Lane (20:41)
pgsql: Support a --no-tablespaces option in Tom Lane (20:37)
pgsql: Dept of second thoughts: --no-tablespaces had better also prevent Tom Lane (20:36)
pgsql: Make source code READMEs more consistent. Bruce Momjian (20:24)
pgsql: Add a couple of missing FreeQueryDesc calls. Alvaro Herrera (20:06)
pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Michael Meskes (16:30)
pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Michael Meskes (16:29)
prefix - prefix: copy/paste-o broken implementation of User Dim (16:27)
pgsql: Changed statement escaping to not escape continuation line Michael Meskes (16:09)
pgsql: Changed statement escaping to not escape continuation line Michael Meskes (16:06)
test message, please ignore foobar (12:53)
pginstaller - web: Fix download URL, per Mark Henschel User Dpage (11:41)
npgsql - Npgsql2: User Talliesin (11:15)
pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two Heikki Linnakangas (10:53)
pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two Heikki Linnakangas (10:50)
pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two Heikki Linnakangas (10:38)
pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two Heikki Linnakangas (10:37)