Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-06 Thread Index (1/2)
Last updated: Fri Mar 28 04:20:21 2008
292 messages
- pgsql: Fix comments not updated in recent patch. Tom Lane
- pgsql: Add 'volatile' to suppress 'variable might be clobbered by Tom Lane
- pgsql: Improve logging of checkpoints. Tom Lane
- pgsnmpd - pgsnmpd: Although this is unnecessary,it exists here. User H-saito
- pgsql: Avoid crash in interrupted autovacuum worker, caused by leaving Alvaro Herrera
- pgsql: Arrange for SIGINT in autovacuum workers to cancel the current Alvaro Herrera
- pgsql: Fix computation of PG_VERSION_NUM by configure: remove Tom Lane
- pgbouncer - pgbouncer: connstr enhanchements * allow to specify hosts User Mkz
- pgbouncer - pgbouncer: comment typo User Mkz
- pgsql: Add a note that pg_start_backup will take awhile because of new Tom Lane
- bizgres - bizgres: add E'' to the escape and delimiter clause in order User Agoldshuv
- pgsql: Fix a passel of ancient bugs in to_char(), including two distinct Tom Lane
- pgsql: Done: > * -Reduce checkpoint performance degredation by forcing Bruce Momjian
- pgsql: Fix incorrect tests for undef Perl values in some places in Tom Lane
- pgsql: Add the function's volatility to the output of psql's \df+ Neil Conway
- pgsql: Implement "distributed" checkpoints in which the checkpoint I/O Tom Lane
- pg-migrator - src: Porting to Solaris User Korryd
- pgsql: Fix PGXS conventions so that extensions can be built against Tom Lane
- bizgres - bizgres: Handle empty statement. User Markir
- pgsql: Remove unused "caller" argument from stringToQualifiedNameList. Alvaro Herrera
- pgsql: Add extra checks for buildfarm to pick up errors when running on Magnus Hagander
- pgsql: Remove unused BAD_LOCATION definition. Alvaro Herrera
- pgsql: Improve autovacuum launcher's ability to detect a problem in Alvaro Herrera
- pgsql: Separate parse-analysis for utility commands out of Tom Lane
- mysql2pgsql - mysql2pgsql: Moved everything to directory mysql2pgsql, User Jmduarte
- mysql2pgsql - mysql2pgsql: New Directory User Jmduarte
- pgsql: Add a <tip> that log_line_prefix should usually end with a space Tom Lane
- dblink-ldap - dblink-ldap: pgxs outside path doesn't actually work in User Mha
- dblink-ldap - dblink-ldap: Add PG_MODULE_MAGIC, as required per 8.2. User Mha
- pgsql: In psql, when running a SELECT query using a cursor, flush the Neil Conway
- pgsql: Allow trailing whitespace in parse_real(), for consistency with Tom Lane
- pgsql: Provide a HINT listing the allowed unit names when a GUC variable Tom Lane
- pgsql: Update password example. Peter Eisentraut
- pgsql: Update examples of create/drop scripts. Peter Eisentraut
- pgsql: Add a caveat pointing out that constraint exclusion doesn't work Tom Lane
- pgsql: Remove some empty columns from a few system catalog tables in the Neil Conway
- pgsql: Restrict deadlock_timeout to the range for which the Tom Lane
- pgsql: transformColumnDefinition failed to complain about create table Tom Lane
- pgsql: CREATE DOMAIN ... Tom Lane
- pgsql: Quiet warnings about redefined PGPORT macros for MSVC. Andrew Dunstan
- pgsql: Minor code cleanup: calling FreeFile() before ereport(ERROR) is Neil Conway
- pgsql: Only log 'process acquired lock' if we actually did get the lock. Tom Lane
- pgsql: Remove duplicate #include. Neil Conway
- pgsql: Code review for log_lock_waits patch. Tom Lane
- pgsql: Arrange for quote_identifier() and pg_dump to not quote keywords Tom Lane
- plproxy - plproxy: include debian/packages in tgz User Mkz
- pgbouncer - pgbouncer: remove internal hacks from debian/packages User Mkz
- pgbouncer - pgbouncer: forgot to update configure User Mkz
- pgbouncer - pgbouncer: version 1.0.8 User Mkz
- pgbouncer - pgbouncer: update todo list User Mkz
- pgsql: Remove comment about modifying tab-complete.c for userset GUC. Magnus Hagander
- pginstaller - web: Clearify parameters that don't need to be set when User Mha
- pginstaller - web: Fix incorrect reference to TARGETDIR, per kanishka User Mha
- pgsql: Back-patch 8.2 fix that complains if trying to extend a relation Tom Lane
- pgsql: Update obsolete comment: it's no longer the case that mdread() Tom Lane
- pgsql: Marginal hacking to improve the speed of COPY OUT. Tom Lane
- pgsql: Revert an ill-considered portion of my patch of 12-Mar, which Tom Lane
- pgsql: Tweak the API for per-datatype typmodin functions so that they Tom Lane
- pgsql: Applied patch by Joachim to enable checktcp again Michael Meskes
- pgsql: Avoid having autovacuum run multiple ANALYZE commands in a single Alvaro Herrera
- pgsql: Add resultmap entries for mingw - same as for msvc Magnus Hagander
- pgsql: Properly identify mingw as a win32 platform needing different Magnus Hagander
- pgsql: Implement a chunking protocol for writes to the syslogger pipe, Andrew Dunstan
- pgsql: Schema-qualify several references to the builtin function Neil Conway
- pgsql: Update item: < * Allow EXPLAIN output to be more easily Bruce Momjian
- pgsql: Avoid integer overflow issues in autovacuum. Alvaro Herrera
- pgbouncer - pgbouncer: pause/resume specific database User Mkz
- pgbouncer - pgbouncer: simplify console command parsing User Mkz
- pgsnmpd - pgsnmpd: Remove debug code from pgsnmpd_regress.pl Add version User Eggyknap
- pgsnmpd - pgsnmpd: Include notes for 8.0.x versions User Eggyknap
- pgsnmpd - pgsnmpd: Remove bad PQfinish() calls Fix pg_database_size() User Eggyknap
- pgsql: Add some simple defenses against null fields in pg_largeobject, Tom Lane
- pgsql: ECPG requires a local include directory to override the Magnus Hagander
- pgsql: Update documentation of resultmap file format. Magnus Hagander
- pgsql: Add some comments about the safety of accessing rolpassword Tom Lane
- pgsql: Minor comment fixes. Tom Lane
- pgsql: Fix DecodeDateTime to allow timezone to appear before year. Tom Lane
- dbsamples - dbsamples: Graphical State Flags for use with U.S. User Xzilla
- dbsamples - dbsamples: New sample database consisting of U.S. User Xzilla
- psqlodbc - psqlodbc: Fix *nix build error. User H-saito
- pgsql: VPATH fixes. Alvaro Herrera
- psqlodbc - psqlodbc: Fix a bug which doesn't free connection list User Hinoue
- pgsql: Specifying a dbname should override the default database, not add Magnus Hagander
- pgsql: Fix missing variable initialization. Magnus Hagander
- pgsql: Fix search/replace error in makefile for ecpg tests Magnus Hagander
- pgsql: Fixed reduce/recuce problem due to CURRENT_P. Michael Meskes
- pgsql: Rewrite ECPG regression test driver in C, by splitting the Magnus Hagander
- pgsql: Synced parser and keyword list. Michael Meskes
- psqlodbc - psqlodbc: Fix DelayLoadDLL was made explicit. User H-saito
- pgunittest - GeneratorParser: User Pgunittest
- pgunittest - GeneratorParser: New Directory User Pgunittest
- pgsql: Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used Tom Lane
- dbsamples - dbsamples: New Directory User Xzilla
- pgsql: Minor wording improvement. Tom Lane
- pgbuildfarm - client-code: possible workarounds for apparent Windows User Andrewd
- pgsql: Should not try to unlink stdout. Michael Meskes
- pgsql: Fixed one memory leak in descriptor code. Michael Meskes
- psqlodbc - psqlodbc: Add the How to specify as a connection option. User H-saito
- bizgres - bizgres: Make SET SESSION AUTHORIZATION set the resource queue User Markir
- pgsql: Done: < o Allow UPDATE/DELETE WHERE CURRENT OF cursor < < Bruce Momjian
- psqlodbc - psqlodbc: Various problems of configure cleared. User H-saito
- pgsql: Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL Tom Lane
- pgsnmpd - pgsnmpd: Update documentation -- first draft is complete. User Eggyknap
- pgsnmpd - pgsnmpd: Update documentation User Eggyknap
- pgsnmpd - pgsnmpd: Make uses pgxs by default User Eggyknap
- pgsql: Teach heapam code to know the difference between a real seqscan Tom Lane
- pgsql: Insert ORDER BY into a few regression test queries that now have Tom Lane
- pgsql: Allow numeric_fac() to be interrupted, since it can take quite a Tom Lane
- pgsnmpd - pgsnmpd: Add more documentation User Eggyknap
- pgsql: Disallow the cost balancing code from resulting in a zero cost Alvaro Herrera
- pgsql: Avoid passing zero as a value for vacuum_cost_limit, because it's Alvaro Herrera
- pgsql: Add note that LIMIT without ORDER BY can produce outright Tom Lane
- pgsql: Done: < * Allow sequential scans to take advantage of other Bruce Momjian
- pgsql: Arrange for large sequential scans to synchronize with each Tom Lane
- pgsql: Redefine IsTransactionState() to only return true for Tom Lane
- pgsql: Rework temp_tablespaces patch so that temp tablespaces are Tom Lane
- pgsql: Avoid losing track of data for shared tables in pgstats. Alvaro Herrera
- pgsnmpd - pgsnmpd: Important publication. User H-saito
- pgsnmpd - pgsnmpd: Note: about SrvLimitedResource. User H-saito
- pgsnmpd - pgsnmpd: FAQ(Josh wrote.) User H-saito
- pgsnmpd - pgsnmpd: Prep version 1.0 beta User H-saito
- pgsnmpd - pgsnmpd: New Directory User H-saito
- pgsnmpd - pgsnmpd: Since this is old, it is removed. User H-saito
- pgsql: Fix array_dims() example to be consistent with the data Tom Lane
- pgsnmpd - pgsnmpd: The addition of DATA. User H-saito
- pgsql: The functions bt_metap, bt_page_stats and bt_page_items had moved Magnus Hagander
Mail converted by MHonArc