Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-04 Thread Index (1/3)
Last updated: Fri Mar 28 04:20:27 2008
475 messages
- pgsql: Change the timestamps recorded in transaction commit/abort xlog Tom Lane
- pgsql: Fix oversight in my patch of yesterday: forgot to ensure that Tom Lane
- pginstaller - pginst: Move WiX translation into a task User Mha
- pginstaller - pginst: Detect default locale. User Mha
- pginstaller - pginst: Add check of catversion to give better error msgs User Mha
- pginstaller - pginst: Auto-pick the default language (but still let the User Mha
- plpsm - plpgpsm: union regress tests for head sql/psm language User Okbob
- pginstaller - pginst: Get rid of a couple of more references to PGDIR no User Mha
- pginstaller - pginst: Add parameter FlattenDirectories to zip task. User Mha
- plpsm - plpgpsm: remove return next statement User Okbob
- pginstaller - pginst: Move MSVCREDIST definition to paths.projinc. User Mha
- plpsm - plpgpsm: scrollable cursors support, first iteration User Okbob
- pginstaller - pginst: Add a .bat file that calls psql. User Mha
- pginstaller - pginst: Fix the check for an existing installation. User Dpage
- pginstaller - pginst: Improve usefulness of an error message. User Dpage
- pginstaller - pginst: Fixup indents. User Dpage
- python - be: Fix a bug with send method invocations on iterators. James William Pye
- python - be: Add a small comment to call_call and simplify a condition. James William Pye
- pgsql: Implement rate-limiting logic on how often backends will attempt Tom Lane
- python - be: Use getattro instead of getattr. James William Pye
- pgsql: Marginal performance hack: use a dedicated routine instead of Tom Lane
- pgsql: Marginal performance hack: avoid unnecessary work in Tom Lane
- pgsql: Marginal performance hack: remove the loop that used to be needed Tom Lane
- pgsql: Update to 8.4: < * Make standard_conforming_strings the default Bruce Momjian
- pgsql: Pl/pgsql MOVE done: < o Add support for MOVE and SCROLL Bruce Momjian
- pgsql: Support for MOVE in PL/PgSQL. Neil Conway
- pgsql: Add support for IN as alternative to FROM in PL/PgSQL's FETCH Neil Conway
- pgsql: Modify processing of DECLARE CURSOR and EXPLAIN so that they can Tom Lane
- pgsql: Remove no-longer-true statement from the docs. Neil Conway
- pgsql: Properly set MODULE_PATHNAME based on module name instead of Magnus Hagander
- pginstaller - pginst: Remove unused macro form the command line. User Dpage
- pginstaller - pginst: Note new target User Dpage
- pginstaller - pginst: Remove the package zip file when cleaning. User Dpage
- stackbuilder - wizard: Handle spaces in the download patch correctly. User Dpage
- stackbuilder - wizard: Change text caption now we have an extra wizard User Dpage
- pginstaller - pginst: Add a task to build the distribution zip file. User Dpage
- pginstaller - pginst: Tweaks for 8.3 User Dpage
- pgsql: Removed non-existant function from extern.h Michael Meskes
- plpsm - plpgpsm: merge patch: Fix array coercion expressions to ensure User Okbob
- pgsql: Inlined two functions to get rid of va_list prolems on some Michael Meskes
- plpsm - plpgpsm: merge patch: Remove the prohibition on executing cursor User Okbob
- pgsql: Inlined two functions to get rid of va_list problems on some Michael Meskes
- plpsm - plpgpsm: enum type support merge User Okbob
- plpsm - plpgpsm: fix last commit User Okbob
- plpsm - plpgpsm: merging Tom's patch User Okbob
- pgsql: Fix dynahash.c to suppress hash bucket splits while a Tom Lane
- pgsql: Another tweak for tab completion of CREATE TEMP. Neil Conway
- pgsql: Consistency tweaks for a table in the SGML docs: we don't Neil Conway
- psqlodbc - psqlodbc: Fix a bug which checking join is confused by CR+LF. User Hinoue
- pgsql: Minor enhancement to psql tab completion. Neil Conway
- pgsql: Minor tweak for DISCARD ref page. Neil Conway
- pgsql: Rename the newly-added commands for discarding session state. Neil Conway
- stackbuilder - wizard: Use the actual URL for applications.xml as the User Dpage
- pgsql: libpgtypes is a client lib, should not link with backend. Magnus Hagander
- psqlodbc - psqlodbc: PATH setting mistake of else. User H-saito
- psqlodbc - psqlodbc: Prep for 08.02.0400 release. User H-saito
- pgsql: Generate "fake configure output" for pg_config, so that external Magnus Hagander
- bizgres - bizgres: Fix the resource_select_only=false case - we were not User Markir
- pgsql: Minor consistency tweak for SGML docs. Neil Conway
- pgsql: Install libpgport.lib as needed by some client programs. Magnus Hagander
- pgsql: Install headers in the same directory structure as Mingw. Magnus Hagander
- psqlodbc - psqlodbc: Remove an unnecessary message. User Hinoue
- pgsql: Remove tabs from installation.sgml. Bruce Momjian
- pgbouncer - pgbouncer: update todo list User Mkz
- pginstaller - pginst: Hide the stackbuilder related text and checkbox User Dpage
- psqlodbc - psqlodbc: Snapshot mark(08.02.0XXX) User H-saito
- pgsql: Update Japanese FAQs. Bruce Momjian
- psqlodbc - psqlodbc: Fixed control binding of SetField problem. User H-saito
- pgsql: Fix typo. Bruce Momjian
- pgsql: Update FAQ item: <H3 id="item3.6">3.6) What is the upgrade Bruce Momjian
- psqlodbc - psqlodbc: pgenlist.h was lost. User H-saito
- pginstaller - pginst: Run the stackbuilder when installation completes. User Dpage
- python - fe: New greentrunk location. James William Pye
- python - pkg: Don't explicitly state HEAD. James William Pye
- python - lo: Typo. James William Pye
- pgsql: Set maximum semaphore count to 32767 instead of 1. Magnus Hagander
- libpqwce - libpqwce: add sslmode of sample application. User H-saito
- pgsql: Don't try to install uuid-ossp since we don't build it. Magnus Hagander
- pgsql: Fix newly-introduced documentation typo. Neil Conway
- pgsql: Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed Neil Conway
- libpqwce - libpqwce: Imported Sources User H-saito
- pgsql: Make some functions immutable. Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- python - ip: Remove 'Mechanics' sections. James William Pye
- python - typ: When in '__setup__', __file__ will be available. James William Pye
- python - tin: When in '__setup__', __file__ will be available. James William Pye
- python - rc: When in '__setup__', __file__ will be available. James William Pye
- python - pq: When in '__setup__', __file__ will be available. James William Pye
- python - lo: When in '__setup__', __file__ will be available. James William Pye
- python - ip: When in '__setup__', __file__ will be available. James William Pye
- python - fe: When in '__setup__', __file__ will be available. James William Pye
- python - ex: When in '__setup__', __file__ will be available. James William Pye
- python - ctl: When in '__setup__', __file__ will be available. James William Pye
- python - be: When in '__setup__', __file__ will be available. James William Pye
- pgsql: Done: > o -Allow commenting of variables in postgresql.conf to Bruce Momjian
- pgsql: Remove some of the most blatant brain-fade in the recent guc Tom Lane
- pgsql: Some further performance tweaks for planning large inheritance Tom Lane
- pgsql: Fix build for directories with spaces in them by quoting Magnus Hagander
- pgsql: Make configuration parameters fall back to their default values Peter Eisentraut
- pgsql: Don't try to build uuid-ossp on msvc. Magnus Hagander
- pgsql: Fix alignment of help output. Peter Eisentraut
- npgsql - Npgsql: CVS UserManual.htm User Bayam
- pgsql: Contrib module uuid-ossp for generating UUID values using the Peter Eisentraut
- pgsql: New Directory Peter Eisentraut
- pgsql: Document new -with-libxslt build option. Andrew Dunstan
- pgsql: Avoid useless work during set_plain_rel_pathlist() when the Tom Lane
- pgsql: Tweak make_inh_translation_lists() to check the common case Tom Lane
- pgsql: Improve the way in which CatalogCacheComputeHashValue combines Tom Lane
- pgsql: Adjust pgstat_initstats() to avoid repeated searches of the Tom Lane
- pgsql: Tweak set_rel_width() to avoid redundant executions of Tom Lane
- psqlodbc - psqlodbc: Update the installer for WiX3. User H-saito
- pgsql: Documentation for UUID type Peter Eisentraut
- pgsql: Add comment on why deadlock detection error messages only prints Bruce Momjian
- pgsql: Add script major_release_split to simplify creating release notes Bruce Momjian
- python - pkg: Use HEAD branch for HEAD. James William Pye
- python - pkg: Bump version to 0.2. James William Pye
- pgsql: Add mention of checking <link> behavior of HISTORY.html to Bruce Momjian
- pgsql: Update configure in for new release Security: hold for release PostgreSQL Daemon
- pgsql: Remove duplicate text, per Magnus. Bruce Momjian
- pginstaller - pginst: Update JDBC driver User Dpage
- pginstaller - pginst: Include the DTC enlist DLLs for psqlODBC User Dpage
- pginstaller - pginst: Security: Prep for 8.2.4 User Dpage
- pginstaller - pginst: Security: Prep for 8.1.9 User Dpage
- pginstaller - pginst: Security: Prep for 8.0.13 User Dpage
- pginstaller - pginst: Forgot to remove this file earlier User Mha
- python - pq: Add a couple compatibility defines. James William Pye
- python - ex: Get AbortTransaction from GT. James William Pye
- pgsql: Update configure for release Security: hold for release PostgreSQL Daemon
- pgsql: Update configure.in for release Security: hold for release PostgreSQL Daemon
- pgsql: Update configure.in version number Security: tag for release PostgreSQL Daemon
- pgsql: Fix markup. Tom Lane
- pgsql: Support explicit placement of the temporary-table schema within Tom Lane
- pgsql: Sync timezone data with 2007e zic release. Tom Lane
- pgsql: Fix missed PACKAGE_STRING. Tom Lane
- python - pkg: Add configure to fetch package sources. James William Pye
- pgsql: Repair PANIC condition in hash indexes when a previous index Tom Lane
- pgsql: Fix plpgsql to avoid reference to already-freed memory when Tom Lane
Mail converted by MHonArc