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