Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-10 Thread Index (1/3)
Last updated: Fri Mar 28 04:20:09 2008
513 messages
- pgsql: Add: > * Prevent long-lived temporary tables from causing Bruce Momjian
- pgbouncer - pgbouncer: use unlikely() in debug macros User Mkz
- pginstaller - pginst: Simple rewrite of the code that reads SQL scripts User Dpage
- pgsql: More precise error message Peter Eisentraut
- plproxy - plproxy: simpler lineno init User Mkz
- pgsql: removed from CVS Marc G. Fournier
- pgsql: Add note on PostgreSQL vs. Peter Eisentraut
- pgsql: Update some obsolete stuff in the GRANT and REVOKE reference Tom Lane
- pgsql: Add a note pointing out that some other databases make GREATEST Tom Lane
- dbi-link - dbi-link: - Added new function David Fetter
- pllolcode - pllolcode: More documentation User Eggyknap
- pgsnmpd - pgsnmpd: - Create pgsnmpdObjects with pgsnmpdConnectionsTable User Eggyknap
- pgsnmpd - pgsnmpd: New Directory User Eggyknap
- plproxy - plproxy: test statement_timeout User Mkz
- plproxy - plproxy: old flex needs more cleanup User Mkz
- plproxy - plproxy: insert a successful func inbetween User Mkz
- pgsnmpd - pgsnmpd: (finally) finish the pg_statistic table MIB User Eggyknap
- pgsql: simple script to pull together a very small (<500k) tar file Marc G. Fournier
- bizgres - bizgres: Use definable symbol RESLOCK_DEBUG to conditionally User Markir
- bizgres - bizgres: Fix self deadlock breakage introduced by ignore User Markir
- bizgres - bizgres: Update README for overcommit and ignore threshold User Markir
- bizgres - bizgres: Add new psuedo threshold type 'IGNORE' - queries User Markir
- pgsql: In the previous commit message, I forgot to credit Simon Riggs Alvaro Herrera
- pginstaller - pginst: Copy the returned string from setlocale() per code User Dpage
- pgsql: Mention the index name in 'could not create unique index' errors, Tom Lane
- plproxy - plproxy: stop autogenerating debian/changelog User Mkz
- plproxy - plproxy: put malloc crap directly to scanner.l, parser does User Mkz
- plproxy - plproxy: put todo into wiki User Mkz
- plproxy - plproxy: todo update User Mkz
- plproxy - plproxy: malloc debugging for flex User Mkz
- plproxy - plproxy: experimental support for old flex somehow it breaks User Mkz
- plproxy - plproxy: test missin connect User Mkz
- plproxy - plproxy: remove syncing of standard_conforming_strings, seems User Mkz
- pgsql: Remove the hack in the grammar that "optimized away" DEFAULT NULL Tom Lane
- pgsql: - Add check of already changed page while replay WAL. Teodor Sigaev
- npgsql - Npgsql: 2007-10-29 Francisco Figueiredo Jr. User Fxjr
- pgsql: Documentation wording fixes. Bruce Momjian
- pgsql: Update Russian FAQ. Bruce Momjian
- pgsql: Clarify restart is of the "database" server, in FAQ. Bruce Momjian
- psqlodbc - psqlodbc: 1. User Hinoue
- pgsql: Make variable static, per Tom. Magnus Hagander
- pgsql: Fix coredump during replay WAL after crash. Teodor Sigaev
- pgsql: Add compat file for dynamically loading the functions that MinGW Magnus Hagander
- pgsql: New versions of mingw have gettimeofday(), so add an autoconf Magnus Hagander
- pginstaller - pginst: Update for beta2 User Dpage
- temporal - temporal: added postgresql COPYRIGHT file User Jdavis
- temporal - temporal: added rudimentary GiST support -- experimental User Jdavis
- pgsql: Remove claim that ts_headline knows how to generate multiple Tom Lane
- pgsql: Ooops, fat-fingered last commit message. Tom Lane
- pgsql: FAQ_IRIX Tom Lane
- pgsql: Make pg_dump and friends consistently report both the filename Tom Lane
- pgsql: Fix a couple of issues with pg_dump's handling of inheritance Tom Lane
- pgsql: Change text search parsing rules for hyphenated words so that Tom Lane
- pgsql: Add some rudimentary tracing code to the default text search Tom Lane
- pgsql: Rename default text search parser's "uri" token type to Tom Lane
- psqlodbc - psqlodbc: The correction of the previous commit message. User Hinoue
- pgsql: Avoid considering both sort directions as equally useful for Tom Lane
- psqlodbc - psqlodbc: The version is now 8.2.0501. User Hinoue
- pgrpm - pgrpm: - postgresql 8.3 adaptation User Nanardon
- pgsql: Stamp 8.3beta2. Tom Lane
- pgsql: Minor wording improvements per suggestion from Jeff Davis. Tom Lane
- pgsql: Translation updates Peter Eisentraut
- pgsql: Change win32 child-death tracking code to use a threadpool to Magnus Hagander
- pginstaller - pginst: Couple o' minor fixes. User Dpage
- pgsql: Allow an autovacuum worker to be interrupted automatically when Alvaro Herrera
- pgsql: Remove second-in-paragraph usage of "Postgres" in FAQ_DEV. Bruce Momjian
- pgsql: Remove use of "Postgres" aliases in the FAQ in Bruce Momjian
- pgsql: Change have_join_order_restriction() so that we do not force a Tom Lane
- pgbouncer - pgbouncer: simpler warning args User Mkz
- pgbouncer - pgbouncer: slab allocator improvements - keep track of User Mkz
- pgsql: Avoid having backend-only code compiled into ecpg. Tom Lane
- pgsql: Avoid including any backend-only stuff in the zic utility Tom Lane
- pgbouncer - pgbouncer: version 1.1.1 User Mkz
- pgbouncer - pgbouncer: fix signedness warnings in code User Mkz
- pginstaller - web: Add a note about desktop heap size User Dpage
- pgsql: Set Japanese FAQ character code to UTF-8. Bruce Momjian
- pllolcode - pllolcode: Minor editing of call handler function, including User Eggyknap
- pgsql: Add plpgsql doc example of RETURN NEXT. Bruce Momjian
- pgsql: Make initdb's selection of default text search configuration Tom Lane
- pgsql: Ugly patch to make ALTER SEQUENCE OWNED BY not affect the Tom Lane
- pgsql: Fix memory management for new variables -- they must actually Alvaro Herrera
- pgsql: Fix ALTER SEQUENCE so that it does not affect the value of Tom Lane
- pgsql: Extract catalog info for error reporting before an error actually Alvaro Herrera
- pgsql: Tweak new error messages to match the actual syntax of DECLARE Tom Lane
- pgsql: Use more real-world examples in the text search parser Alvaro Herrera
- pgsql: Add new encoding aliases for Solaris, per Zdenek Kotala. Alvaro Herrera
- pgsql: Update release notes to current CVS. Bruce Momjian
- pgsql: Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to Tom Lane
- pgsql: Remove obsolete statement that you can't update through a cursor. Tom Lane
- pgsql: Rearrange vacuum-related bits in PGPROC as a bitmask, to better Alvaro Herrera
- pgsql: Fix an error in make_outerjoininfo introduced by my patch of Tom Lane
- pgsql: Danish_Danmark -> Danish_Denmark Alvaro Herrera
- autovacuum.c update Alvaro Herrera
- pgsql: Minor changes to autovacuum worker: change error handling so that Alvaro Herrera
- pgsql: Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and Tom Lane
- pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't Tom Lane
- pginstaller - pginst: update french translation. User H-saito
- pgsql: Set read_only = TRUE while evaluating input queries for Tom Lane
- pgsql: Remove the aggregate form of ts_rewrite(), since it doesn't work Tom Lane
- pgsql: Make configure probe for the location of the <uuid.h> header Tom Lane
- pgsql: Rename and slightly redefine the default text search parser's Tom Lane
- pgsql: Use snprintf instead of wsprintf, and use getenv("APPDATA") Magnus Hagander
- pllolcode - pllolcode: First go at documenting what I've done so far User Eggyknap
- pllolcode - pllolcode: Improve README User Eggyknap
- pgsql: Fix two-argument form of ts_rewrite() so it actually works for Tom Lane
- pgsql: Fix several bugs in tsvectorin, including crash due to Tom Lane
- pgsql: Clarify example of planner cost computation, per a suggestion Tom Lane
- pgsql: Adjust ts_debug's output as per my proposal of yesterday: show Tom Lane
- pgsql: Be careful to get share lock on each page before computing its Tom Lane
- pgsql: Remove an Assert that's been obsoleted by recent changes in the Tom Lane
- pgsql: Increase FD_SETSIZE on Win32 to allow for more than 54 clients. Magnus Hagander
- pgsql: Create a quick-and-dirty list of known migration issues for Tom Lane
- pgsql: Add a useless return statement to suppress a warning seen with Tom Lane
- pgsql: Fix shared tsvector/tsquery input code so that we don't say Tom Lane
- pgsql: Editorial overhaul for text search documentation. Tom Lane
- pgsql: More release note word-smithing. Bruce Momjian
- pgsql: Adjust error message to agree with documentation. Tom Lane
- pgsql: Fix release tag spelling typo. Bruce Momjian
- pgsql: More release note wording improvements. Bruce Momjian
- pgsql: Update German FAQ. Bruce Momjian
- pgloader - pgloader: minor fix of manpage User Dim
- pgloader - pgloader: Add support for --quiet and --summary options, in User Dim
- pgbouncer - pgbouncer: fix some typos User Mkz
- pgbouncer - pgbouncer: common object allocator User Mkz
- pgbouncer - pgbouncer: tag cvs tree as 1.2.cvs User Mkz
- pgsql: Add a note pointing out that you can't log to syslog without Tom Lane
- pgsql: Found another small glitch in tsearch API: the two versions of Tom Lane
- pgbouncer - pgbouncer: Replace the array hack for user lookup with tree User Mkz
- pgsql: ts_rewrite() does not return a set, only one row; fix mislabeling Tom Lane
- pgbouncer - pgbouncer: New tools: AA-tree and Jenkins hash. User Mkz
- pgsql: More indenting cleanup for release notes. Bruce Momjian
- pgsql: Consistently indent release notes for prior releases. Bruce Momjian
- pgsql: More release wording adjustments. Bruce Momjian
- randdataset - randdataset: * fixed: backward to forward slash in User Heder
- pgsql: More indenting cleanup, tag additions. Bruce Momjian
- pgsql: Move a few items into migration from the main changes section. Bruce Momjian
- pgbouncer - pgbouncer: version 1.1.1rc1 User Mkz
- pgbouncer - pgbouncer: doc and makefile fixed from HEAD User Mkz
- npgsql - Npgsql2: Removed hardcoded path to nunit assemblies. User Fxjr
- pgbouncer - pgbouncer: merge fixes from HEAD User Mkz
- pgbouncer - pgbouncer: sanity check before trying to set parameters User Mkz
- pgbouncer - pgbouncer: Make sure server->vars is always initialized. User Mkz
- pginstaller - pginst: Re-enable support for UTF8 now that the server User Dpage
- pgsql: Minor fixes for the release notes. Neil Conway
- pgsql: Small changes to release note descriptions. Bruce Momjian
- pgsql: First pass over release documentation. Bruce Momjian
Mail converted by MHonArc