pgsql-committers before 2008-04-07 00:00

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

March 23, 2008

Thread Author Time
pgsql: Re-add: > > * Avoid tuple some tuple copying in sort routines > Bruce Momjian 01:26
pgsql: Add: > Bruce Momjian 01:30
Re: pgsql: Add to Win32 TODO > > o Support pgxs Magnus Hagander 08:32
pgsql: Update text: < o Support pgxs > o Support pgxs when using MSVC Bruce Momjian 12:36
Re: pgsql: Add to Win32 TODO > > o Support pgxs Bruce Momjian 12:37
dbsamples - pagila: add data file using insert statements User Xzilla 15:05
dbsamples - pagila: add note about pagila-data* files, add articles User Xzilla 15:06

March 24, 2008

Thread Author Time
pgsql: Update wording: < o Allow pre/data/post files when dumping a Bruce Momjian 14:17
pgsql: Add to TODO: > * Improve reporting of UNION type mismatches > > Bruce Momjian 16:05
pgsql: Add URL: * Allow statistics last vacuum/analyze execution times Bruce Momjian 16:11
pgsql: Add to TODO: > > * SMP scalability improvements > > Bruce Momjian 17:29
pgsql: Add URL to: * SMP scalability improvements > Bruce Momjian 17:41
pgsql: Add URL for: * SMP scalability improvements > Bruce Momjian 17:48
pgsql: Add a new ereport auxiliary function errdetail_log(), which works Tom Lane 18:08
pgsql: Adjust the recent patch for reporting of deadlocked queries so Tom Lane 18:22
pgsql: Add to TODO: > > * Research reducing deTOASTing in more places Bruce Momjian 18:24
pgsql: Fix various infelicities that have snuck into usage of Tom Lane 19:12
pgsql: Fix various infelicities that have snuck into usage of Tom Lane 19:12
pgsql: Use new errdetail_log() mechanism to provide a less klugy way of Tom Lane 19:47
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: Add to TODO: > > * Allow xml arrays to be cast to other data Bruce Momjian 23:46

March 25, 2008

Thread Author Time
pgsql: Add to TODO: > > * Fix regular expression bug when using Bruce Momjian 00:00
pgsql: Add to TODO: > > * Create three versions of libpgport to Bruce Momjian 00:02
pgsql: Add to TODO: > * Remove old-style routines for manipulating Bruce Momjian 00:05
pgsql: Add to TODO: > > * Have /contrib/dblink reuse unnamed Bruce Momjian 00:07
pgsql: Add: > o Prevent concurrent CREATE TABLE table1 from sometimes Bruce Momjian 00:11
pgsql: Add to TODO: > > * Be more aggressive about creating WAL files Bruce Momjian 00:14
pgsql: Add to TODO: > > * Have resource managers report the duration Bruce Momjian 00:28
pgsql: Add to TODO: > > * Move pgfoundry's xlogdump to /contrib and Bruce Momjian 00:42
pgsql: Add to TODO: > > * Improve detection of shared memory segments Bruce Momjian 02:11
Re: postgresql in FreeBSD jails: proposal Bruce Momjian 02:11
pgsql: Add to TODO: > > * Consider sorting entries before inserting Bruce Momjian 02:17
pgsql: Add to TODO: > > o Fix port/rint.c to be spec-compliant > > Bruce Momjian 02:23
pgsql: Add to psql TODO: > > o Improve display if enums > > Bruce Momjian 02:33
pgsql: Add to TODO: > * Detect deadlocks involving Bruce Momjian 02:38
pgsql: Add to TODO: > > * Add more cross-data-type operators > > Bruce Momjian 02:41
Re: pgsql: Add to TODO: > > * Add more cross-data-type operators > > Bruce Momjian 02:44
pgsql: Add to pl/pgsql TODO: > > o Consider invalidating the cache or Bruce Momjian 02:47
pgsql: Add to TODO: > > * Add SQL-standard array_agg() and unnest() Bruce Momjian 02:58
Re: pgsql: Add to TODO: > > * Be more aggressive about creating WAL files Simon Riggs 07:57
Re: pgsql: Add to TODO: > > * Add more cross-data-type operators > > Magnus Hagander 09:20
pgsql: added ECPGget_PGconn to exports.txt Michael Meskes 12:45
pgsql: added ECPGget_PGconn to exports.txt Michael Meskes 12:45
pgsql: Add URLs to previous discussions, per Simon. Alvaro Herrera 12:50
Re: pgsql: Add to TODO: > > * Be more aggressive about creating WAL files Alvaro Herrera 12:51
pgsql: Reword Win32 rint() item, per Tom. Alvaro Herrera 12:55
pgsql: Update TODO wording: * Simplify integer cross-data-type Bruce Momjian 13:09
Re: postgresql in FreeBSD jails: proposal Alvaro Herrera 14:47
npgsql - Npgsql2: Some more commenting User Talliesin 14:56
Re: pgsql: Reword Win32 rint() item, per Tom. Tom Lane 15:36
Re: pgsql: Reword Win32 rint() item, per Tom. Bruce Momjian 15:46
prefix - prefix: Use union instead of greater_prefix in gpr_picksplit() User Dim 16:02
pllua - pllua: Added raw datum support, "fromstring" function, and type User Carvalho 17:22
pgsql: Add a new tuplestore API function, tuplestore_putvalues(). Neil Conway 19:26
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: Done: > * -Avoid tuple some tuple copying in sort routines Bruce Momjian 20:18
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Andrew Dunstan 21:34
pgsql: Simplify and standardize conversions between TEXT datums and Tom Lane 22:42
pgsql: Update documentation for recent DTrace changes. Neil Conway 22:50

March 26, 2008

Thread Author Time
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
npgsql - Npgsql2: Better support for the edmgen tool and other tools User Jbcooley 01:33
npgsql - Npgsql2: Better support for the edmgen tool and other tools User Jbcooley 01:34
npgsql - Npgsql2: Better support for the edmgen tool and other tools User Jbcooley 01:34
pgsql: Added to TODO: > > * Consider transaction start/end performance Bruce Momjian 01:49
pgsql: Update TODO: < o Consider invalidating the cache or keeping Bruce Momjian 02:39
prefix - prefix: Attempts to debug the invalid memory alloc request size User Dim 11:07
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Michael Meskes 12:35
pgsql: Strengthen warnings about using pg_dump's -i option. Bruce Momjian 14:32
pgsql: Improve documentation for odd array slice behavior. Bruce Momjian 14:43
pgsql: Include \password in the psql help. Magnus Hagander 15:24
pgsql: Include \password in the psql help. Magnus Hagander 15:52
pgsql: Separate snapshot management code from tuple visibility code, Alvaro Herrera 16:20
pgsql: Fix bad spelling and worse grammar in recent doc commits. Tom Lane 16:34
Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option. Tom Lane 16:39
Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option. Bruce Momjian 16:45
Re: pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Andrew Dunstan 16:49
Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option. Tom Lane 17:16
Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option. Bruce Momjian 17:30
Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option. Tom Lane 18:40
Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option. Bruce Momjian 18:46
pgsql: Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other Alvaro Herrera 18:49
Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option. Tom Lane 19:00
pgsql: Move the HTSU_Result enum definition into snapshot.h, to avoid Alvaro Herrera 21:10
snapclone - pg_snapclone: Imported Sources User Sriggs 23:32

March 27, 2008

Thread Author Time
pgsql: Reduce the need for frontend programs to include "postgres.h" by Tom Lane 03:57
pgsql: - Moved from PQsetdbLogin to PQconnectDB. Michael Meskes 07:56
pgsql: Sorry, copied wrong files. Michael Meskes 08:40
pgsql: Remove ipcclean utility command --- didn't work on all Unixes and Bruce Momjian 17:24
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: Add URL for: * Consider allowing control of upper/lower case Bruce Momjian 20:31
pgsql: Add to TODO: > > * Consider being smarter about memory and Bruce Momjian 20:37
Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search Robert Treat 20:56
Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search Tom Lane 21:11

March 28, 2008

Thread Author Time
pgsql: Support statement-level ON TRUNCATE triggers. Tom Lane 00:21
pgsql: Department of second thoughts: the rule that ORDER BY and Tom Lane 02:00
pgsql: Add: > * Allow one transaction to see tuples using the snapshot Bruce Momjian 02:36
pgsql: Add to TODO: > > o Add CASE capability to language (already in Bruce Momjian 03:29
Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search Robert Treat 05:51
Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search Tom Lane 05:55
pgsql: Clarify documentation on PITR and warm standby on the fact that Heikki Linnakangas 15:00
pgsql: Done: > * -Add ability to trigger on TRUNCATE Bruce Momjian 15:18
veil - veil: Attempted fix for generating diagrams, and general updates User Bloodnok 15:21

March 29, 2008

Thread Author Time
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
pllua - pllua: Modified raw datum to carry datum instead of datum User Carvalho 02:49
pgsql: Improve psql's tab completion to handle completing attribute Tom Lane 19:19
pgsql: Improve description of \du and \dg, per suggestion from Harald Tom Lane 19:40

March 30, 2008

Thread Author Time
pllua - pllua: Added plan:rows(), luaP_todatum now accepts tuple when User Carvalho 02:49
pllua - pllua: Added documentation for server.rows and plan:rows. User Carvalho 03:22
pllua - pllua: Minor typos. User Carvalho 03:46
pllua - pllua: Minor fix. User Carvalho 03:49
pgsql: Enable 64-bit integer datetimes by default, per previous Neil Conway 04:08
pgsql: Display incoming as well as outgoing foreign-key constraints in Tom Lane 17:50
pgsql: Show database access privileges in psql's \l command. Tom Lane 18:10

March 31, 2008

Thread Author Time
pgsql: Fix a number of places that were making file-type tests Tom Lane 01:31
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:33
pgsql: Use error message wordings for permissions checks on .pgpass and Tom Lane 02:43
pgsql: Fix my brain fade in TRUNCATE triggers patch: can't release Tom Lane 03:34
snapclone - pg_snapclone: New Directory User Christopher Browne 15:17
snapclone - pg_snapclone: Add in a benchmark to show that on I/O-rich User Christopher Browne 15:18
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
pllua - pllua: Bug fix on luaP_totuple, added _PLVERSION User Carvalho 22:57

April 1, 2008

Thread Author Time
pgsql: Fix an oversight I made in a cleanup patch over a year ago: Tom Lane 00:48
pgsql: Fix an oversight I made in a cleanup patch over a year ago: Tom Lane 00:48
pgsql: Add SPI-level support for executing SQL commands with Tom Lane 03:09
pgsql: Support EXECUTE USING in plpgsql. Tom Lane 03:51
npgsql - Npgsql2: Update documentation User Talliesin 16:11

April 2, 2008

Thread Author Time
pgsql: Remove due to survey/discussion: < < * Prefix command-line Bruce Momjian 02:11
pgsql: Convert three more guc settings to enum type: Magnus Hagander 14:42
npgsql - Npgsql2: [#1010312] Code cleanup. User Fxjr 15:16
pgsql: Revert my bad decision of about a year ago to make Tom Lane 18:31
pgsql: Revert my bad decision of about a year ago to make Tom Lane 18:32
aupg - aupg_src: added default id=1 entry for trust graph to trust all User Rlucas 22:49

April 3, 2008

Thread Author Time
pgsql: Add URLs for: * Add SQL:2003 WITH RECURSIVE (hierarchical) Bruce Momjian 01:56
pgsql: Convert syslog_facility guc to enum type. Magnus Hagander 09:21
pgsql: Remove -C from rsync call, because it omits directories named Peter Eisentraut 09:51
pgsql: Remove -C from rsync call, because it omits directories named Peter Eisentraut 09:52
npgsql - Npgsql2: Don't change client encoding if we know it to already User Talliesin 11:03
npgsql - Npgsql2: Don't change client encoding if we know it to already User Talliesin 11:06
pgsql: Oops, add proper #ifdef for systems without support for syslog. Magnus Hagander 13:25
pgsql: Teach ANALYZE to distinguish dead and in-doubt tuples, which it Tom Lane 16:27
pgsql: Teach ANALYZE to distinguish dead and in-doubt tuples, which it Tom Lane 16:27
pgsql: Add to TODO: > * Improve how ANALYZE computes in-doubt tuples > Bruce Momjian 16:37
pgsql: Remove heap_release_fetch, which is no longer used anywhere; this Tom Lane 17:12
pgsql: Add Wiki URLs for: < * Allow encoding on a per-column basis Bruce Momjian 18:14
pgsql: Add a variant of the Levenshtein string-distance function that Tom Lane 21:13

April 4, 2008

Thread Author Time
pgsql: Turn xmlbinary and xmloption GUC variables into enumsTurn Magnus Hagander 08:33
pgsql: Convert backslash_quote guc to use enum. Magnus Hagander 11:47
pgsql: Oops, change should go in scan.l to survive a clean checkout and Magnus Hagander 12:44
pgsql: Implement current_query(), that shows the currently executing Bruce Momjian 16:57
pgsql: Remove unneed #include now that current_query() has moved to the Bruce Momjian 17:02
pgsql: Remove no-longer-used function assign_backslash_quote() Tom Lane 17:25
pgsql: Allow 'help' in psql to show \? help, for novice assistance. Bruce Momjian 17:42
pgsql: Have psql command 'help' suggest the use of \?, updated version. Bruce Momjian 18:00
Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Alvaro Herrera 18:39
pgsql: Re-implement division for numeric values using the traditional Tom Lane 18:45
Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Bruce Momjian 19:05
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Alvaro Herrera 19:11
Re: pgsql: Remove no-longer-used function assign_backslash_quote() Magnus Hagander 21:35

April 5, 2008

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Tom Lane 00:40
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Bruce Momjian 00:47
pgsql: Have pg_stop_backup() wait for all archive files to be sent, Bruce Momjian 01:34
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Alvaro Herrera 01:39
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Bruce Momjian 01:46
pgsql: Defend against JOINs having more than 32K columns altogether. Tom Lane 01:58
pgsql: Defend against JOINs having more than 32K columns altogether. Tom Lane 01:58
pgsql: Defend against JOINs having more than 32K columns altogether. Tom Lane 01:58
pgsql: Defend against JOINs having more than 32K columns altogether. Tom Lane 01:58
pgsql: Defend against JOINs having more than 32K columns altogether. Tom Lane 01:58
pgsql: Defend against JOINs having more than 32K columns altogether. Tom Lane 01:59
pgsql: Re-add dblink_current_query() for backward compatibility. Bruce Momjian 02:26
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing 📎 Bruce Momjian 02:37
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Tom Lane 02:41
npgsql - Npgsql2: Updated assembly version to Beta3 release User Fxjr 02:41
npgsql - Npgsql2: Added missing assembly reference. User Fxjr 02:43
pgsql: Make dblink_current_query() reference pg_catalog.current_query(), Bruce Momjian 02:44
npgsql - Npgsql2: Updated Monodevelop project file. User Fxjr 02:44
Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing Bruce Momjian 02:44
npgsql - Npgsql2: Updated RELEASENOTES.txt User Fxjr 03:10
pgsql: A small visit from the portability and localization police. Tom Lane 03:40
npgsql - Npgsql2: Added missing DateDataTypes.cs file to project User Fxjr 04:23
dbi-link - dbi-link: Changed quote_ident and quote_literal functions in David Fetter 05:50
npgsql - Npgsql2: Fixed assembly references. User Fxjr 17:05

April 6, 2008

Thread Author Time
npgsql - Npgsql2: Added missing files to fix build User Jbcooley 00:28
npgsql - Npgsql2: Added assembly reference to fix build User Jbcooley 00:28
pgsql: Improve hash_any() to use word-wide fetches when hashing suitably Tom Lane 16:54
pgsql: Make plpgsql support FOR over a query specified by a cursor Tom Lane 23:43

Browse Archives

Prev | Next