Mailing lists [pgsql-committers]
- pgsql: Synchronize the shared object build rules in Makefile.port with petere@postgresql.org (Peter Eisentraut)
- pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the heikki@postgresql.org (Heikki Linnakangas)
- pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add a bunch of new error location reports to parse-analysis error tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: [npgsql-open-discussion][1003946] RE: Connection leak fxjr@pgfoundry.org (User Fxjr)
- pgsql: Add a variant expected-output file for the sequence regression tgl@postgresql.org (Tom Lane)
- pgsql: Sigh, I missed checking the ecpg tests ... tgl@postgresql.org (Tom Lane)
- pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to tgl@postgresql.org (Tom Lane)
- pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to tgl@postgresql.org (Tom Lane)
- pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to tgl@postgresql.org (Tom Lane)
- pgsql: Fix plpgsql's exec_move_row() to supply valid type OIDs to tgl@postgresql.org (Tom Lane)
- stackbuilder - wizard: New Directory dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: New, more robust module for finding wxWidgets. dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Hide the temp variable from the UI dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Always link with default wxWidgets libraries on dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: wxWidgets is required dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Use CXXFLAGS not CPPFLAGS dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Capitalise CPack correctly dpage@pgfoundry.org (Dave Page)
- pgsql: Prevent memory leaks in our various bison parsers when an error tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: change multiset value to read from type rather than jbcooley@pgfoundry.org (User Jbcooley)
- libpqtypes - libpqtypes: removed object hooks and replaced them with achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: renaming hooks.c to events.c to match new achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: updated makefiles so they build events.c rather achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: changed PQcopyResult options and removed attrs achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: comment in events.c still said hooks.c achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: error in comment, attrsize no longer exists achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: added PQtypesEventName() as a macro and updated achernow@pgfoundry.org (User Achernow)
- pgsql: If a loadable module has wrong values in its magic block, spell tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: added condition to referenced 3.5 assemblies jbcooley@pgfoundry.org (User Jbcooley)
- stackbuilder - wizard: Provide more useful error messages when an FTP or dpage@pgfoundry.org (Dave Page)
- pgsql: Fix strategy propagation to scanEntry for partial match by moving teodor@postgresql.org (Teodor Sigaev)
- pgbouncer - pgbouncer: Put own includes at the startt of CPPFLAGS mkz@pgfoundry.org (User Mkz)
- pgstatspack - pgstatspack: fixed minor bug where the delete procedure kpierno@pgfoundry.org (User Kpierno)
- libpqtypes - libpqtypes: fix a couple typos in pqt-specs.3 man page achernow@pgfoundry.org (User Achernow)
- pgsql: Add DSSSL stylesheet location for Mac OS X/Fink installation. petere@postgresql.org (Peter Eisentraut)
- stackbuilder - wizard: Ensure we run as root on GTK platforms where dpage@pgfoundry.org (Dave Page)
- pgbouncer - pgbouncer: Default to --enable-debug To get the old mkz@pgfoundry.org (User Mkz)
- pgsql: Code coverage testing with gcov. petere@postgresql.org (Peter Eisentraut)
- plproxy - plproxy: Redefine YYMALLOC/YYFREE instead malloc/free. mkz@pgfoundry.org (User Mkz)
- pgloader - pgloader: FIX fixed reader: it now know about -C dim@pgfoundry.org (User Dim)
- pgloader - pgloader: Use psycopg cursor.copy_expert() when avaiable (> dim@pgfoundry.org (User Dim)
- stackbuilder - wizard: Improve error message handling for applist and dpage@pgfoundry.org (Dave Page)
- npgsql - Npgsql2: Fixed an improperly added finally block to handle fxjr@pgfoundry.org (User Fxjr)
- stackbuilder - wizard: Allow installed apps to be reinstalled. dpage@pgfoundry.org (Dave Page)
- plproxy - plproxy: update mkz@pgfoundry.org (User Mkz)
- npgsql - Npgsql2: Fixed ClearAllPools which were missing a line to fxjr@pgfoundry.org (User Fxjr)
- plproxy - plproxy: v2.0.6 mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: v2.0.6 mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: more docs about passwords mkz@pgfoundry.org (User Mkz)
- libpqtypes - libpqtypes: Add PQtypesRegister as a macro and made achernow@pgfoundry.org (User Achernow)
- pgsql: Add Win32 MSVC code to support this recent patch: Add missing momjian@postgresql.org (Bruce Momjian)
- Re: pgsql: Add missing descriptions for aggregates, functions and Bruce Momjian
- pgsql: Add some additional casts and regression tests for the citext tgl@postgresql.org (Tom Lane)
- pgsql: Check for gcov and lcov only when coverage testing is enabled. petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix an oversight in the 8.2 patch that improved mergejoin tgl@postgresql.org (Tom Lane)
- pgsql: Add comment about why pg_dump doesn't dump the public schema momjian@postgresql.org (Bruce Momjian)
- pgsql: Implement a psql command "\ef" to edit the definition of a tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix an oversight in the 8.2 patch that improved mergejoin Gregory Stark
- Re: pgsql: Fix an oversight in the 8.2 patch that improved mergejoin Simon Riggs
- pgsql: Adjust psql's new \ef command to present an empty CREATE FUNCTION tgl@postgresql.org (Tom Lane)
- pgsql: Clarify documention workding for xip_list(). momjian@postgresql.org (Bruce Momjian)
- pgsql: Add a few more details in the source-code-formatting tgl@postgresql.org (Tom Lane)
- pgsql: Reimplement text_position and related functions to use tgl@postgresql.org (Tom Lane)
- pgsql: Clarify description of pg_restore's handling of large objects. tgl@postgresql.org (Tom Lane)
- pgsql: Support set-returning functions in the target lists of Agg and tgl@postgresql.org (Tom Lane)
- pgsql: Create a separate grantable privilege for TRUNCATE, rather than tgl@postgresql.org (Tom Lane)
- pginstaller - web: Correct misleading text that states CREATESERVICEUSER dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Update translation template. dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: de_DE fixes from Andreas 'ads' Scherbaum dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: String management scripts dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Automatic merge using stringmerge script. dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Remove debug code. dpage@pgfoundry.org (Dave Page)
- npgsql - Npgsql2: [1010466] Npgsql isn't using pool when executing fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Uncommented out the code which checks if a connection fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: [1010426] Broken Connections. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added a test for bug 1006158 fxjr@pgfoundry.org (User Fxjr)
- pgsql: Make pg_dump --data-only try to order the table dumps so that tgl@postgresql.org (Tom Lane)
- pgsql: Fix a couple of problems pointed out by Fujii Masao in the tgl@postgresql.org (Tom Lane)
- Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the Simon Riggs
- Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the Fujii Masao
- Re: pgsql: Fix a couple of problems pointed out by Fujii Masao in the Simon Riggs
- plproxy - plproxy: Postgres 8.2 did not have PGDLLIMPORT on win32 mkz@pgfoundry.org (User Mkz)
- stackbuilder - wizard: The newest Japanese po. h-saito@pgfoundry.org (User H-saito)
- pgsql: Improve plpgsql's ability to report tuple incompatibility alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Improve the plan cache invalidation mechanism to make it tgl@postgresql.org (Tom Lane)
- pgsql: Fix a couple of places where the plpgsql grammar would produce an tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Updated project homepage fxjr@pgfoundry.org (User Fxjr)
- stackbuilder - wizard: Swedish translation update. mha@pgfoundry.org (User Mha)
- plproxy - plproxy: new regtest to detect encoding handling problems mkz@pgfoundry.org (User Mkz)
- pgsql: Avoid using sprintf() for a simple octal conversion in tgl@postgresql.org (Tom Lane)
- pgsql: Avoid using sprintf() for a simple octal conversion in tgl@postgresql.org (Tom Lane)
- pgsql: Add "source file" and "source line" information to each GUC alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Make our parsing of INTERVAL literals spec-compliant (or at least tgl@postgresql.org (Tom Lane)
- pgsql: Tweak newly added set_config_sourcefile() so that the target tgl@postgresql.org (Tom Lane)
- pgtreelib - pgtreelib: nested set model kostas@pgfoundry.org (User Kostas)
- pgtreelib - pgtreelib: New Directory kostas@pgfoundry.org (User Kostas)
- pgtreelib - pgtreelib: dot graph kostas@pgfoundry.org (User Kostas)
- pgtreelib - pgtreelib: New Directory kostas@pgfoundry.org (User Kostas)
- pgtreelib - pgtreelib: function graph kostas@pgfoundry.org (User Kostas)
- stackbuilder - wizard: Search the unpacked Mac download to find the dpage@pgfoundry.org (Dave Page)
- plproxy - plproxy: test also nonascii column mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: refresh expected file mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: dont crash on nameless input arguments mkz@pgfoundry.org (User Mkz)
- pgsql: Initialize the minimum frozen Xid in vac_update_datfrozenxid alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Initialize the minimum frozen Xid in vac_update_datfrozenxid alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Initialize the minimum frozen Xid in vac_update_datfrozenxid alvherre@postgresql.org (Alvaro Herrera)
- plproxy - plproxy: more serious encoding test mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: allow non-ascii chars in idents mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: disable binary i/o completely mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: Use server_encoding as remote connection encoding mkz@pgfoundry.org (User Mkz)
- pgsql: Adjust the parser to accept the typename syntax INTERVAL ... tgl@postgresql.org (Tom Lane)
- plproxy - plproxy: news for 2.0.7 mkz@pgfoundry.org (User Mkz)
- pgtreelib - pgtreelib: psql kostas@pgfoundry.org (User Kostas)
- pgtreelib - pgtreelib: make_dot kostas@pgfoundry.org (User Kostas)
- stackbuilder - wizard: Automatic merge using stringmerge script. dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: fixup some strings that were out of date and dpage@pgfoundry.org (Dave Page)
- libpqtypes - libpqtypes: handlers.c:duphandlers was not checking return achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: fixed some compiler errors from changes in achernow@pgfoundry.org (User Achernow)
- stackbuilder - wizard: Update swedish translation mha@pgfoundry.org (User Mha)
- pgsql: Tighten up to_date/to_timestamp so that they are more likely to tgl@postgresql.org (Tom Lane)
- stackbuilder - wizard: Updated French translation from Guillaume Lelarge dpage@pgfoundry.org (Dave Page)
- pgsql: Add a duration option to pgbench, so that test length can be tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Changed assembly version to RC2 fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added release notes for Npgsql2 RC2 release. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Updated changelog for Npgsql RC2 release fxjr@pgfoundry.org (User Fxjr)
- plproxy - plproxy: set client_encoding in regtest before non-ascii mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: use pg_strcasecmp instead strcasecmp for consistency mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: v2.0.7rc1 mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: remove setseed() from regtest as its not needed mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: allow win32 specific encoding corruption (8.2.9) mkz@pgfoundry.org (User Mkz)
- pgsql: Update man page build instructions. petere@postgresql.org (Peter Eisentraut)
- stackbuilder - wizard: Don't add default text to the installation dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Updated de_DE translation from Harald Armin Massa dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Only list servers if their config looks vaguely dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Fixup some additional HMTL entities. dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Display the version number in the title bar. dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: update Japanese. h-saito@pgfoundry.org (User H-saito)
- stackbuilder - wizard: New icon dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: New icon dpage@pgfoundry.org (Dave Page)
- pgsql: Skip opfamily check in eclass_matches_any_index() when the index tgl@postgresql.org (Tom Lane)
- pgsql: Skip opfamily check in eclass_matches_any_index() when the index tgl@postgresql.org (Tom Lane)
- stackbuilder - wizard: New icon dpage@pgfoundry.org (Dave Page)
- pgsql: Update citext's documentation to match the recently-applied tgl@postgresql.org (Tom Lane)
- pwn-translation - pwn-translation: Imported Sources andreas@pgfoundry.org (User Andreas)
- pgsql: Convert Russian FAQ to UTF8, to make it render properly on the mha@postgresql.org (Magnus Hagander)
- pgsql: Polish and Turkish FAQ also needed converting to UTF8 mha@postgresql.org (Magnus Hagander)
- plproxy - plproxy: use drop lang to allow plpgsql exist in template1 mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: make drop lang quiet on 8.2, remove unnceseccary mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: remove the alternative encoding test - too dubious mkz@pgfoundry.org (User Mkz)
- pgtreelib - pgtreelib: rules kostas@pgfoundry.org (User Kostas)
- pgsql: Avoid compiler warning about variable used before assigned. petere@postgresql.org (Peter Eisentraut)
- pgsql: Parse pg_hba.conf in postmaster, instead of once in each backend mha@postgresql.org (Magnus Hagander)
- pgsql: Add missing quotes. mha@postgresql.org (Magnus Hagander)
- pgtreelib - pgtreelib: set_root kostas@pgfoundry.org (User Kostas)
- pgsql: Change hash indexes to store only the hash code rather than the tgl@postgresql.org (Tom Lane)
- pgsql: Fix error messages from recent pg_hba parsing patch to use mha@postgresql.org (Magnus Hagander)
- pgsql: Fix caching of foreign-key-checking queries so that when a replan tgl@postgresql.org (Tom Lane)
- pgsql: Fix caching of foreign-key-checking queries so that when a replan tgl@postgresql.org (Tom Lane)
- pgsql: Fix multiple memory leaks in xml_out(). tgl@postgresql.org (Tom Lane)
- pgsql: Fix multiple memory leaks in xml_out(). tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: [#1010474] Savepoint support is missing. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Widen the nLocks counts in local lock tables from int to int64. tgl@postgresql.org (Tom Lane)
- pgsql: Widen the nLocks counts in local lock tables from int to int64. tgl@postgresql.org (Tom Lane)
- pgsql: Widen the nLocks counts in local lock tables from int to int64. tgl@postgresql.org (Tom Lane)
- pgsql: Widen the nLocks counts in local lock tables from int to int64. tgl@postgresql.org (Tom Lane)
- pgsql: Widen the nLocks counts in local lock tables from int to int64. tgl@postgresql.org (Tom Lane)
- stackbuilder - wizard: Remove lines that seems to never be used. mha@pgfoundry.org (User Mha)
- psqlodbc - psqlodbc: using -Wall.(attached is a list of warnings) h-saito@pgfoundry.org (User H-saito)
- pgsql: Clean up a couple of weird corner cases in interval parsing: make tgl@postgresql.org (Tom Lane)
- pgsql: Add an "events" system to libpq, whereby applications can get tgl@postgresql.org (Tom Lane)
- pgsql: Allow ShowBufferUsage() to report the number of reads/writes that tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008f (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008f (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008f (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008f (DST law tgl@postgresql.org (Tom Lane)
- pgsql: Update time zone data files to tzdata release 2008f (DST law tgl@postgresql.org (Tom Lane)
- pgloader - pgloader: FIX RRR bug wrt offsets, allow python 2.3 to run dim@pgfoundry.org (User Dim)
- pgsql: Preliminary release notes for upcoming back branch releases. tgl@postgresql.org (Tom Lane)
- npgsql - Npgsql2: Fixed tabs to be changed to 4 spaces. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed tabs to 4 spaces. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed tabs to 4 spaces Added test to check a problem fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed a bug where Npgsql was throwing exceptions when fxjr@pgfoundry.org (User Fxjr)
- stackbuilder - wizard: Additional search locations for i18n files - as dpage@pgfoundry.org (Dave Page)
- pgtreelib - pgtreelib: get_path kostas@pgfoundry.org (User Kostas)
- pgloader - pgloader: Some more python2.3 support changes dim@pgfoundry.org (User Dim)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: Update back-branch release notes. tgl@postgresql.org (Tom Lane)
- pgsql: tag for 8.3.4 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag for 8.2.10 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag for 8.1.14 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag for 8.0.18 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: tag for 7.4.22 scrappy@postgresql.org (Marc G. Fournier)
- pgsql: Optimize CleanupTempFiles by having a boolean flag that keeps alvherre@postgresql.org (Alvaro Herrera)
- pginstaller - pginst: Update version number dpage@pgfoundry.org (Dave Page)
- pginstaller - pginst: Update for 8.2.10 dpage@pgfoundry.org (Dave Page)
- pgsql: Add additional rules so that make init-po for ecpg gets up to petere@postgresql.org (Peter Eisentraut)
- pgsql: Mark SessionReplicationRole as PGDLLIMPORT so it can be used from mha@postgresql.org (Magnus Hagander)
- pgsql: Mark SessionReplicationRole as PGDLLIMPORT so it can be used from mha@postgresql.org (Magnus Hagander)
- stackbuilder - installers: Update for 1.2.15 dpage@pgfoundry.org (Dave Page)
- pgsql: Improve the recently-added libpq events code to provide more tgl@postgresql.org (Tom Lane)
- pgsql: Create a selectivity estimation function for the text search @@ tgl@postgresql.org (Tom Lane)
- pgsql: Add a PQfireResultCreateEvents function to allow applications to tgl@postgresql.org (Tom Lane)
- varint - varint: New Directory jeremyd@pgfoundry.org (User Jeremyd)
- varint - varint: Initial commit of an arbitrary precision unsigned jeremyd@pgfoundry.org (User Jeremyd)
- varint - varint: add a cvsignore for some generated files jeremyd@pgfoundry.org (Jeremy Drake)
- psqlodbc - psqlodbc: 1. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Simplify the definitions of a couple of system views by using tgl@postgresql.org (Tom Lane)
- varint - varint: implement comparison operators jeremyd@pgfoundry.org (Jeremy Drake)
- psqlodbc - psqlodbc: Suppress some compiler warnings. hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: added the some changes. h-saito@pgfoundry.org (User H-saito)
- pgsql: Fix dblink_connect() so that it verifies that a password is tgl@postgresql.org (Tom Lane)
- plproxy - plproxy: release v2.0.7 mkz@pgfoundry.org (User Mkz)
- pgsql: Get rid of pgpass_from_client tracking inside libpq --- given the tgl@postgresql.org (Tom Lane)
- psqlodbc - psqlodbc: Improve SQLGUID format handling. hinoue@pgfoundry.org (User Hinoue)
- npgsql - Npgsql2: [#1010461] Prepare invalid SQL statement causes fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed tabs to 4 spaces. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Added try/catch to handle possible problems when fxjr@pgfoundry.org (User Fxjr)
- pgsql: Make LC_COLLATE and LC_CTYPE database-level settings. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Tighten the check in initdb and CREATE DATABASE that the chosen heikki@postgresql.org (Heikki Linnakangas)
- plproxy - plproxy: pgxs may not define FLEX/BISON mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: deb: build-dep on 8.3, flex, bison mkz@pgfoundry.org (User Mkz)
- psqlodbc - psqlodbc: Suppress a compiler warning. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Mention battery-backed cache under hardware selection options. momjian@postgresql.org (Bruce Momjian)
- pgsql: Add comment about the use of EXEC_BACKEND. momjian@postgresql.org (Bruce Momjian)
- pgsql: Only show source file and line numbers to superusers, for mha@postgresql.org (Magnus Hagander)
- pgsql: Make sure pg_control is opened in binary mode, to deal with mha@postgresql.org (Magnus Hagander)
- pgsql: Make sure pg_control is opened in binary mode, to deal with mha@postgresql.org (Magnus Hagander)
- pgsql: Make sure pg_control is opened in binary mode, to deal with mha@postgresql.org (Magnus Hagander)
- pgsql: Silence compiler warning caused by recent collation patch. mha@postgresql.org (Magnus Hagander)
- psqlodbc - psqlodbc: Suppress some compiler warnings. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Fix unportable syntax used in recent patch. tgl@postgresql.org (Tom Lane)
- psqlodbc - psqlodbc: BigEndian support for ucs2(utf-16)<->utf8 hinoue@pgfoundry.org (User Hinoue)
- pgsql: Fix markup tag error, envvar -> envar. momjian@postgresql.org (Bruce Momjian)
- pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks tgl@postgresql.org (Tom Lane)
- pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks tgl@postgresql.org (Tom Lane)
- pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks tgl@postgresql.org (Tom Lane)
- pgsql: Fix more problems with rewriter failing to set Query.hasSubLinks tgl@postgresql.org (Tom Lane)
- Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings. Chris Browne
- pgsql: Fix pg_dump bug in the database-level collation patch. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix integral timestamps so the output is consistent in all cases momjian@postgresql.org (Bruce Momjian)
- pgsql: Add documentation about when trigger values NEW/OLD return NULL. momjian@postgresql.org (Bruce Momjian)
- pgsql: Establish the rule that array types should have the same typdelim tgl@postgresql.org (Tom Lane)
- pgbouncer - pgbouncer: stop playing with -fomit-frame-pointer mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: Backport build fixes from head: - move mkz@pgfoundry.org (User Mkz)
- pgbouncer - pgbouncer: log changes in 1.2 mkz@pgfoundry.org (User Mkz)
- orafce - orafce: [dbms_output] - Fix enable(NULL) to enable the module itagaki@pgfoundry.org (User Itagaki)
- orafce - orafce: Added regression test for dbms_output itagaki@pgfoundry.org (User Itagaki)
- orafce - orafce: Add uninstall script. itagaki@pgfoundry.org (User Itagaki)
- pgsql: Make LIKE throw an error if the escape character is at the end of tgl@postgresql.org (Tom Lane)
- edb-debugger - server: Define _USE_32BIT_TIME_T on Windows/VC++ dpage@pgfoundry.org (Dave Page)
- edb-debugger - server: Don't try to link with msi.lib under VC++ dpage@pgfoundry.org (Dave Page)
- edb-debugger - server: Update copyright dpage@pgfoundry.org (Dave Page)
- orafce - orafce: Install uninstall_orafunc.sql on pgsql/share/contrib itagaki@pgfoundry.org (User Itagaki)
- psqlodbc - psqlodbc: Prep release Version 08.03.0300. h-saito@pgfoundry.org (User H-saito)
- pgsql: Fix pointer-advancement bugs in MS and US cases of new tgl@postgresql.org (Tom Lane)
- libpqtypes - libpqtypes: removed PQtypesObjectHooks.3 and added achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: updated make file so its aware of new man page achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: updated man page to clarify docs - achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: removed reference to old Object Hooks libpq achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: PGtypeHandler was missing the 'PGtypeProc achernow@pgfoundry.org (User Achernow)
- pgsql: Compare escaped chars case insensitively for ILIKE - per gripe adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Compare escaped chars case insensitively for ILIKE - per gripe adunstan@postgresql.org (Andrew Dunstan)
- npgsql - Npgsql2: Quote uuid constants when used in expression. jbcooley@pgfoundry.org (User Jbcooley)
- pgsql: Add hooks to let plugins override the planner's lookups in tgl@postgresql.org (Tom Lane)
- pgsql: Dept of second thoughts: let's make sure that tgl@postgresql.org (Tom Lane)
- uint - uint: Imported Sources rbrad@pgfoundry.org (User Rbrad)
- uint - uint: New Directory rbrad@pgfoundry.org (User Rbrad)
- uint - uint: New Directory rbrad@pgfoundry.org (User Rbrad)
- uint - uint: New Directory rbrad@pgfoundry.org (User Rbrad)
- uint - uint: Initial checking for the unsigned integer data type. rbrad@pgfoundry.org (User Rbrad)
- uint - uint: Remove data file. rbrad@pgfoundry.org (User Rbrad)
- Re: pgsql: Dept of second thoughts: let's make sure that Simon Riggs
- plproxy - plproxy: final 2.0.7 mkz@pgfoundry.org (User Mkz)
- npgsql - Npgsql2: Added casts when parameter is null. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed error message: Backend sent unrecognized fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: [npgsql-help][1004020] Backend sent unrecognized fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: use standard literal formatters for strings, booleans, jbcooley@pgfoundry.org (User Jbcooley)
- orafce - orafce: README actualisation okbob@pgfoundry.org (User Okbob)
- pgbouncer - pgbouncer: quiet compiler warning about ptr->int conversion mkz@pgfoundry.org (User Mkz)
- pgsql: Rewrite the FSM. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Forgot to bump catalog version in the commit of FSM rewrite. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Rewrite pg_freespacemap to match the new FSM implementation. heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix misspelled comment tgl@postgresql.org (Tom Lane)
- pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case tgl@postgresql.org (Tom Lane)
- pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case tgl@postgresql.org (Tom Lane)
- pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case tgl@postgresql.org (Tom Lane)
- pgsql: Recent patches to pg_ctl broke "pg_ctl restart" for the case tgl@postgresql.org (Tom Lane)
- pgsql: Fix compiler warning (unportable sprintf usage) tgl@postgresql.org (Tom Lane)
- pgsphere - pgsphere: Allow environment variable PG_CONFIG for make richtej@pgfoundry.org (User Richtej)
- pgsphere - pgsphere: Fix bug 1010485 (operator circle !&& circle) richtej@pgfoundry.org (User Richtej)