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