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