Mailing lists [pgsql-committers]
- pgsql: New Directory tgl@postgresql.org (Tom Lane)
- pgsql: Support "samehost" and "samenet" specifications in pg_hba.conf, tgl@postgresql.org (Tom Lane)
- hstore-new - hstore-new: Fix error in Assert() call. andrewsn@pgfoundry.org (User Andrewsn)
- hstore-new - hstore-new: Code roughly as submitted for contrib, prior to andrewsn@pgfoundry.org (User Andrewsn)
- hstore-new - hstore-new: Include editorial changes from contrib, to keep andrewsn@pgfoundry.org (User Andrewsn)
-
pgsql: Applied patch by Boszormenyi Zoltan
to fix meskes@postgresql.org (Michael Meskes)
- pgsql: Ensure that a cursor has an immutable snapshot throughout its alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Ensure that a cursor has an immutable snapshot throughout its alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix erroneous handling of shared dependencies (ie dependencies on tgl@postgresql.org (Tom Lane)
- pgsql: Fix erroneous handling of shared dependencies (ie dependencies on tgl@postgresql.org (Tom Lane)
- pgsql: Fix erroneous handling of shared dependencies (ie dependencies on tgl@postgresql.org (Tom Lane)
- pgsql: Fix erroneous handling of shared dependencies (ie dependencies on tgl@postgresql.org (Tom Lane)
- pgsql: Fix erroneous handling of shared dependencies (ie dependencies on tgl@postgresql.org (Tom Lane)
- pgsql: Make sure that GIN fast-insert and regular code paths enforce the tgl@postgresql.org (Tom Lane)
- pgsql: Make sure that GIN fast-insert and regular code paths enforce the tgl@postgresql.org (Tom Lane)
- pgsql: Fix an oversight in an 8.3-era patch: pgstat_initstats should tgl@postgresql.org (Tom Lane)
- pgsql: Fix an oversight in an 8.3-era patch: pgstat_initstats should tgl@postgresql.org (Tom Lane)
- pgsql: Fix an oversight in an 8.3-era patch: pgstat_initstats should tgl@postgresql.org (Tom Lane)
- hstore-new - hstore-new: doc updates to reflect current state of code andrewsn@pgfoundry.org (User Andrewsn)
- pgsql: Fix a couple of issues in recent patch to print updates to tgl@postgresql.org (Tom Lane)
- pgsql: Fix assorted memory leaks in pg_hba.conf parsing. tgl@postgresql.org (Tom Lane)
- pgsql: Fix assorted memory leaks in pg_hba.conf parsing. tgl@postgresql.org (Tom Lane)
- pgsql: Document the purpose of the GUC listen_addresses. momjian@postgresql.org (Bruce Momjian)
- libpqtypes - libpqtypes: Added a 63% performance improvement to achernow@pgfoundry.org (User Achernow)
- libpqtypes - libpqtypes: updated comment in handler.c, achernow@pgfoundry.org (User Achernow)
- pgsql: Create an ALTER DEFAULT PRIVILEGES command, which allows users to tgl@postgresql.org (Tom Lane)
- pgsql: Unbreak doc/src/sgml maintainer-clean rule on VPATH builds. alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Unbreak doc/src/sgml maintainer-clean rule on VPATH builds. Tom Lane
- Re: pgsql: Unbreak doc/src/sgml maintainer-clean rule on VPATH builds. Alvaro Herrera
- pgsql: Really unbreak maintainer-clean. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Change CREATE TABLE so that column default expressions coming tgl@postgresql.org (Tom Lane)
- pgsql: Change CREATE TABLE so that column default expressions coming tgl@postgresql.org (Tom Lane)
- prefix - prefix: Release 1.0.0 dim@pgfoundry.org (User Dim)
- pgsql: Clean up the clean rules of the documentation Most things should petere@postgresql.org (Peter Eisentraut)
- pgsql: Fix snapshot management, take two. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix snapshot management, take two. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Make it possibly to specify GUC params per user and per database. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Support use of function argument names to identify which actual tgl@postgresql.org (Tom Lane)
- pgsql: Update plhandler.sgml to describe validators and inline handlers tgl@postgresql.org (Tom Lane)
- pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Fix off-by-one bug in bitncmp(): When comparing a number of bits heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add the new psql command \drds to the psql docs, help and tab alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Remove very ancient tuple-counting infrastructure tgl@postgresql.org (Tom Lane)
- pgsql: Use pg_get_triggerdef in pg_dump Add a variant of petere@postgresql.org (Peter Eisentraut)
- pgsql: Split the processing of INSERT/UPDATE/DELETE operations out of tgl@postgresql.org (Tom Lane)
- pgsql: Improve similar_escape() in two different ways: * Stop escaping tgl@postgresql.org (Tom Lane)
- pgsql: Move the handling of SELECT FOR UPDATE locking and rechecking out tgl@postgresql.org (Tom Lane)
- pgsql: CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL adunstan@postgresql.org (Andrew Dunstan)
- pgsql: Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. tgl@postgresql.org (Tom Lane)
- pgsql: Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. tgl@postgresql.org (Tom Lane)
- pgsql: Code review for LIKE INCLUDING patch --- clean up some cosmetic tgl@postgresql.org (Tom Lane)
- pgsql: Add new PGC_S_DATABASE_USER enum value to several places missed alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix ts_stat's failure on empty tsvector. tgl@postgresql.org (Tom Lane)
- pgsql: Fix ts_stat's failure on empty tsvector. tgl@postgresql.org (Tom Lane)
- pgsql: Add "\pset linestyle ascii/unicode" option to psql, allowing our tgl@postgresql.org (Tom Lane)
- pgsql: Replace unmatched " by " to avoid throwing off syntax petere@postgresql.org (Peter Eisentraut)
- pgsql: Raise the maximum authentication token (Kerberos ticket) size in heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Raise the maximum authentication token (Kerberos ticket) size in heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Raise the maximum authentication token (Kerberos ticket) size in heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Add alternative expected file for unicode test for client petere@postgresql.org (Peter Eisentraut)
- pgsql: In the configure check for the Python distutils module, use a petere@postgresql.org (Peter Eisentraut)
- pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Support SQL-compliant triggers on columns, ie fire only if tgl@postgresql.org (Tom Lane)
- pgsql: Avoid using trivial usernames in foreign_data regression test. alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Made ECPG more robust against applications freeing strings, based meskes@postgresql.org (Michael Meskes)
- pgsql: First committed version of plpython_unicode_0.out did not tgl@postgresql.org (Tom Lane)
- pgsql: FREEZE and VERBOSE options were in wrong order in the VACUUM heikki@postgresql.org (Heikki Linnakangas)
- pgsql: FREEZE and VERBOSE options were in wrong order in the VACUUM heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Rewrite pam_passwd_conv_proc to be more robust: avoid assuming tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite pam_passwd_conv_proc to be more robust: avoid assuming tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite pam_passwd_conv_proc to be more robust: avoid assuming tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite pam_passwd_conv_proc to be more robust: avoid assuming tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite pam_passwd_conv_proc to be more robust: avoid assuming tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite pam_passwd_conv_proc to be more robust: avoid assuming tgl@postgresql.org (Tom Lane)
- pgsql: Rewrite pam_passwd_conv_proc to be more robust: avoid assuming tgl@postgresql.org (Tom Lane)
- pgsql: Write to the Windows eventlog in UTF16, converting the message mha@postgresql.org (Magnus Hagander)
- pgsql: Fix typo in previous release as reported by Itagaki Takahiro, but mha@postgresql.org (Magnus Hagander)
- pgsphere - pgsphere: # fix a numeric precission bug in spherical line richtej@pgfoundry.org (User Richtej)
- pgsphere - pgsphere: # numeric precision for comparisation reduced richtej@pgfoundry.org (User Richtej)
- pgsphere - pgsphere: + add a test to create a small polygon richtej@pgfoundry.org (User Richtej)
- pgsphere - pgsphere: # fix line relations richtej@pgfoundry.org (User Richtej)
- pgsphere - pgsphere: # fix missing variable richtej@pgfoundry.org (User Richtej)
- pgsphere - pgsphere: # small performance improvment richtej@pgfoundry.org (User Richtej)
- pgsql: Update translation updating procedure. petere@postgresql.org (Peter Eisentraut)
- pgsql: Translations update for 8.5alpha2 petere@postgresql.org (Peter Eisentraut)
- pgsql: Preliminary release notes for 8.5alpha2 petere@postgresql.org (Peter Eisentraut)
- pgsql: Finalize 8.5alpha2 release notes, with updates from Josh Berkus petere@postgresql.org (Peter Eisentraut)
- pgsql: Version stamp 8.5alpha2 petere@postgresql.org (Peter Eisentraut)
- pgsql: Remove add_missing_from GUC and associated parser support for tgl@postgresql.org (Tom Lane)
- pgsql: Remove regex_flavor GUC, so that regular expressions are always tgl@postgresql.org (Tom Lane)
- pgsql: When querying a table with child tables, do not check permissions petere@postgresql.org (Peter Eisentraut)
- pg-migrator - pg_migrator: Recommand just ANALYZE after migration, bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Recommand just ANALYZE after migration, bmomjian@pgfoundry.org (User Bmomjian)
- pg-migrator - pg_migrator: Document how to create a copy of the old bmomjian@pgfoundry.org (User Bmomjian)
- psqlodbc - psqlodbc: 1. hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Fix the bug with datatype lo and server side cursor hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Add changes Information. h-saito@pgfoundry.org (User H-saito)
- psqlodbc - psqlodbc: Fix a problem with {call procedure reported by hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Cleanups about the handing of unnamed parsed hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Link ws2_32.lib in case the compilation environment hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Forgot to commit the change to psqlodbc.vcproj. hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Addition changes. h-saito@pgfoundry.org (User H-saito)
- pgsql: Re-implement EvalPlanQual processing to improve its performance tgl@postgresql.org (Tom Lane)
- pgsql: Fix range check in date_recv that tried to limit accepted values heikki@postgresql.org (Heikki Linnakangas)
- pgsql: Check errors in for loop petere@postgresql.org (Peter Eisentraut)
- pgsql: Simplify a few makefile rules since install-sh can now install petere@postgresql.org (Peter Eisentraut)
- edb-debugger - server: Fix function call for 8.5. dpage@pgfoundry.org (Dave Page)
- pgstatsinfo - pg_statsinfo: - Merge sources of stats_info of 8.3 and kasahara@pgfoundry.org (User Kasahara)
- edb-debugger - server: dpage@pgfoundry.org (Dave Page)
- pgsql: Fix documentation on the toast.fillfactor reloption: it doesn't alvherre@postgresql.org (Alvaro Herrera)
- pgsql: Fix documentation on the toast.fillfactor reloption: it doesn't alvherre@postgresql.org (Alvaro Herrera)
- Re: pgsql: Simplify a few makefile rules since install-sh can now install Alvaro Herrera
- pgsql: Make FOR UPDATE/SHARE in the primary query not propagate into tgl@postgresql.org (Tom Lane)
- pgsql: Make FOR UPDATE/SHARE in the primary query not propagate into tgl@postgresql.org (Tom Lane)
- pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just tgl@postgresql.org (Tom Lane)
- pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just tgl@postgresql.org (Tom Lane)
- pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just tgl@postgresql.org (Tom Lane)
- pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just tgl@postgresql.org (Tom Lane)
- pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just tgl@postgresql.org (Tom Lane)
- pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just tgl@postgresql.org (Tom Lane)
- plproxy - plproxy: geterrcode(): Switch memory context to work around mkz@pgfoundry.org (User Mkz)
- plproxy - plproxy: final 2.0.9 mkz@pgfoundry.org (User Mkz)
- pgsql: When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan tgl@postgresql.org (Tom Lane)
- pgsql: Fix AcquireRewriteLocks to be sure that it acquires the right tgl@postgresql.org (Tom Lane)
- pgsql: Fix \df to re-allow regexp special characters in the function tgl@postgresql.org (Tom Lane)
- pgsql: Fix \df to re-allow regexp special characters in the function tgl@postgresql.org (Tom Lane)
- pgsql: Un-break EXPLAIN for Append plans. tgl@postgresql.org (Tom Lane)
- pgsql: Remove some leftovers of split tarball support petere@postgresql.org (Peter Eisentraut)
- pgsql: Make the overflow guards in ExecChooseHashTableSize be more tgl@postgresql.org (Tom Lane)
- pgsql: Make the overflow guards in ExecChooseHashTableSize be more tgl@postgresql.org (Tom Lane)
- pgsql: Make the overflow guards in ExecChooseHashTableSize be more tgl@postgresql.org (Tom Lane)
- pgsql: Make the overflow guards in ExecChooseHashTableSize be more tgl@postgresql.org (Tom Lane)
- pgsql: Make the overflow guards in ExecChooseHashTableSize be more tgl@postgresql.org (Tom Lane)
- pgsql: Make the overflow guards in ExecChooseHashTableSize be more tgl@postgresql.org (Tom Lane)
- pgsql: Make the overflow guards in ExecChooseHashTableSize be more tgl@postgresql.org (Tom Lane)
- pgsql: Implement parser hooks for processing ColumnRef and ParamRef tgl@postgresql.org (Tom Lane)
- pgsql: Ensure the previous Perl interpreter selection is restored upon tgl@postgresql.org (Tom Lane)
- pgsql: Ensure the previous Perl interpreter selection is restored upon tgl@postgresql.org (Tom Lane)
- pgsql: Ensure the previous Perl interpreter selection is restored upon tgl@postgresql.org (Tom Lane)
- pgsql: Ensure the previous Perl interpreter selection is restored upon tgl@postgresql.org (Tom Lane)