Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2008-11 Chronological Index (1/2)
Last updated: Wed Jan 18 01:50:28 2012
357 messages
30 November 2008
pgsql: Fix dblink and tablefunc to not return with the wrong Tom Lane (23:24)
pgsql: Fix dblink and tablefunc to not return with the wrong Tom Lane (23:23)
Re: pgsql: Remove inappropriate memory context switch in Tom Lane (23:07)
Re: pgsql: Remove inappropriate memory context switch in Tom Lane (21:29)
Re: pgsql: Remove inappropriate memory context switch in Neil Conway (21:26)
Re: pgsql: Remove inappropriate memory context switch in Tom Lane (21:09)
Re: pgsql: Remove inappropriate memory context switch in Neil Conway (21:03)
pgsql: Clean up the API for DestReceiver objects by eliminating the Tom Lane (20:51)
pgsql: Add a "LIKE = typename" clause to CREATE TYPE for base types. Tom Lane (19:01)
pgsql: Remove inappropriate memory context switch in Tom Lane (18:49)
pgsql: Remove inappropriate memory context switch in Tom Lane (18:49)
pgsql: Remove inappropriate memory context switch in Tom Lane (18:49)
Re: pgsql: Reduce risk of accidentally running temp-install regression tests Tom Lane (18:29)
prefix - prefix: WIP: explicit initialiser function prefix_range() User Dim (16:40)
Re: pgsql: Reduce risk of accidentally running temp-install regression tests Michael Meskes (14:21)
snapshot - src: Added support for missing datatypes. User Cunha17 (03:09)
snapshot - src: Added "includes" to the new function all its User Cunha17 (02:35)
snapshot - src: Created our own "type2name" mapping function since User Cunha17 (02:33)
snapshot - src: Changed reference to the constant PG_DATETIME to User Cunha17 (02:31)
29 November 2008
pgsql: Make sure we give an appropriate user-facing error when Tom Lane (00:13)
28 November 2008
pgsql: Partial fix for fallout from temp-port changes. Tom Lane (23:47)
Re: pgsql: Reduce risk of accidentally running temp-install regression tests Andrew Dunstan (21:24)
pgsql: Fix an oversight in uninstall_isn.sql: must drop operator Tom Lane (21:19)
pgsql: My recent fix for semijoin planning didn't actually work for a Tom Lane (19:29)
pgsql: Cosmetic cleanups in contrib/isn (doesn't fix the passbyval Tom Lane (18:04)
edb-debugger - server: Note that CVS head is for pg84 and above. Dave Page (14:53)
pgsql: Support regular expressions in pg_ident.conf. Magnus Hagander (14:27)
pgsql: Reduce risk of accidentally running temp-install regression tests Peter Eisentraut (12:45)
edb-debugger - server: Update debugger server for PostgreSQL 8.4, and re Dave Page (11:18)
pgbouncer - pgbouncer: remove the mc.exe detection, it not available User Mkz (08:31)
27 November 2008
pgsql: Fix obsolete comment regarding FSM truncation. Heikki Linnakangas (15:59)
pgsql: Don't force creation of the FSM on searches. Heikki Linnakangas (13:32)
pgsql: Add that PL/Java is an implementation of SQL/JRT, and drop claim Peter Eisentraut (12:12)
pgsql: Drop CLI related features from the list, since we don't track the Peter Eisentraut (12:10)
pgsql: Mark features related to WITH/SELECT as supported. Peter Eisentraut (11:29)
pgsql: Fix #ifdeffed debugging code to work with relation forks. Heikki Linnakangas (07:56)
pgsql: Back-patch change to make DISCARD ALL release advisory locks. Tom Lane (00:34)
pgsql: Tweak wording of DISCARD ALL description to avoid giving the Tom Lane (00:28)
pgsql: Fix minor memory leak introduced in recent SQL-functions hacking: Tom Lane (00:10)
26 November 2008
deny-updates - trunk: Imported Sources User Alexk (22:14)
pgsql: Rely on relcache invalidation to update the cached size of the Heikki Linnakangas (17:09)
pgsql: interval.c needs limits.h Michael Meskes (16:47)
pgsql: Applied patch by Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com> to Michael Meskes (16:31)
pgsql: Tweak new PQExpBufferBroken macro to suppress warnings from Tom Lane (16:23)
pgsql: Replaced strchrnul by strchr. Michael Meskes (15:37)
pgsql: Removed strchrnul Michael Meskes (15:35)
pgsql: Let's see if using -c instead of -- style fixes the PGOPTIONS Tom Lane (13:26)
pgsql: When creating a varchar struct name braces must be discarded. Michael Meskes (13:19)
pgsql: When creating a varchar struct name braces must be discarded. Michael Meskes (13:18)
stackbuilder - wizard: Fix the MD5 code to work on PPC Macs Dave Page (13:05)
pgsql: configure check for docbook2man program, used in the new Peter Eisentraut (11:26)
pgsql: Feature F442 "Mixed column references in set functions" is Peter Eisentraut (09:29)
pgsql: Add %expect 0 to all parser input files to prevent conflicts Peter Eisentraut (08:45)
pgsql: Make DISCARD ALL discard advisory locks, too. Tom Lane (01:21)
pgsql: Adjust the behavior of the PQExpBuffer code to make it have Tom Lane (00:26)
25 November 2008
pgsql: information_schema.key_column_usage.position_in_unique_constraint Tom Lane (20:47)
pgsql: information_schema.key_column_usage.position_in_unique_constraint Tom Lane (20:47)
pgsql: Use ResourceOwners in the snapshot manager, instead of attempting Alvaro Herrera (20:28)
pgsql: Remove PGINTERVALSTYLE from the set of special environment Tom Lane (19:30)
pgsql: Omit src/port/pipe.c on non-Windows platforms. Tom Lane (18:19)
pgsql: If pg_ctl stop fails, print an error message and exit (instead of Peter Eisentraut (11:49)
24 November 2008
npgsql - Npgsql2: Fixed problem where parameters size wasn't being User Fxjr (14:01)
Re: pgsql: Add support for matching wildcard server certificates to the new Magnus Hagander (13:55)
Re: pgsql: Add support for matching wildcard server certificates to the new Tom Lane (13:50)
Re: pgsql: Add support for matching wildcard server certificates to the new Magnus Hagander (13:43)
Re: pgsql: Add support for matching wildcard server certificates to the new Tom Lane (13:37)
pgsql: Move FAQ_AIX information to installation instructions. Peter Eisentraut (11:59)
pgbouncer - pgbouncer: remove unnecessary CVS ids, update AUTHORS User Mkz (11:45)
pgbouncer - pgbouncer: win32 support (wip) Original patch by Hiroshi User Mkz (11:31)
pgbouncer - pgbouncer: New Directory User Mkz (11:27)
pgsql: Add support for matching wildcard server certificates to the new Magnus Hagander (09:15)
pgsql: CLUSTER VERBOSE and corresponding clusterdb --verbose option Jim Peter Eisentraut (08:46)
Re: pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Hiroshi Saito (07:17)
npgsql - Npgsql: Fixed problem when calling functions with inout or User Fxjr (03:09)
Re: pgsql: Explicitly bind gettext() to the UTF8 locale when in use. Hiroshi Inoue (01:34)
23 November 2008
psqlodbc - psqlodbc: take some notes. User H-saito (02:50)
pgsql: Teach RequestCheckpoint() to wait and retry a few times if it Tom Lane (01:40)
psqlodbc - psqlodbc: The version is now 8.3.0401. User Hinoue (01:00)
22 November 2008
pgbouncer - pgbouncer: Make crypt authentication optional. User Mkz (09:41)
21 November 2008
pgsql: Fix a few more format argument warnings. Magnus Hagander (20:14)
pgsql: Document which GUC settings are enums and not strings, along with Magnus Hagander (19:42)
pgsql: Docs update for enumvals patch. Magnus Hagander (19:32)
Re: pgsql: Make the enumvals column of pg_settings be text[] instead of just Magnus Hagander (19:31)
Re: pgsql: Make the enumvals column of pg_settings be text[] instead of just Tom Lane (19:28)
pgsql: Make the enumvals column of pg_settings be text[] instead of just Magnus Hagander (18:49)
pgsql: Include the platform "FAQs" into the installation instructions. Peter Eisentraut (16:46)
pgsql: Use relation_expr for TABLE command, requested by Tom. Peter Eisentraut (11:48)
pgexternaltable - src: fix a bug about memory leak when config bad file User Yibo1976 (03:26)
Re: pgsql: Fix some issues that prevent this file to be processed by Bruce Momjian (00:43)
20 November 2008
pgsql: Note that the example aggregate array_accum is comparable to the Tom Lane (21:10)
pgsql: Issue a proper error message when MD5 is attempted when Bruce Momjian (20:45)
pgsql: Fix breakage of bitmap scan plan creation for special index Tom Lane (19:53)
Re: pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having Bruce Momjian (16:36)
pgsql: Don't pass strings directly to errdetail() and errhint() - use %s Magnus Hagander (15:36)
pgsql: Silence compiler warning about ignored return value. Magnus Hagander (15:03)
pgsql: TABLE command Peter Eisentraut (14:04)
pgsql: Add support for using SSL client certificates to authenticate to Magnus Hagander (11:48)
pgsql: Control client certificate requesting with the pg_hba option Magnus Hagander (09:29)
orafce - orafce: Optimize decode() by caching equality operator User Itagaki (00:28)
19 November 2008
libpqtypes - libpqtypes: created pqt_buf_xxx functions to abstract User Achernow (15:35)
pgbouncer - pgbouncer: Dynamic database creation for non-defined User Mkz (12:50)
pgsql: Add WITH as a refname to the SELECT reference page. Peter Eisentraut (12:22)
pgbouncer - pgbouncer: asynctest improvements - add $(LIBS) to link User Mkz (12:16)
pgbouncer - pgbouncer: add milliseconds to log timestamps User Mkz (12:10)
pgbouncer - pgbouncer: New tunable 'sbuf_loopcnt' to limit time spent on User Mkz (12:06)
pgbouncer - pgbouncer: debug: log connection endpoints User Mkz (11:54)
pgbouncer - pgbouncer: Change default port number from 6000 to 6432. User Mkz (11:51)
plproxy - plproxy: update news User Mkz (11:31)
plproxy - plproxy: If query is canceled by user, send cancel request to User Mkz (11:27)
pgsql: Rethink the way FSM truncation works. Heikki Linnakangas (10:34)
pgsql: Fix compiler warning "res may be used uninitialized in this Teodor Sigaev (10:23)
pgsql: Change this script to Perl 5 style. Peter Eisentraut (09:52)
libpqtypes - libpqtypes: updated Makefile for cygwin & mingw so User Achernow (05:15)
pgsql: Add "Most Common Implementation" row to high availablity table so Bruce Momjian (04:46)
libpqtypes - libpqtypes: pqt-handlers.3 needed a doc update User Achernow (04:29)
libpqtypes - libpqtypes: update ChangeLog for the v1.2c release User Achernow (03:48)
pgsql: Add auto-explain contrib module for automatic logging of the Tom Lane (02:59)
pgsql: New Directory Tom Lane (02:56)
pgsql: Fix define_custom_variable so that SUSET custom variables behave Tom Lane (02:07)
pgsql: Some infrastructure changes for the upcoming auto-explain contrib Tom Lane (01:10)
18 November 2008
pgsql: Add required include to build with cygwin. Magnus Hagander (21:17)
libpqtypes - libpqtypes: add configure check for strict memalign cpus User Achernow (21:14)
veil - veil: Removed logging code. User Bloodnok (18:45)
psqlodbc - psqlodbc: Fixed typo.... User H-saito (16:19)
libpqtypes - libpqtypes: fixed alignment issue with older risc boxes, User Achernow (15:35)
npgsql - Npgsql2: Removed a redundant check which was already being User Fxjr (15:00)
npgsql - Npgsql2: Made NpgsqlConnection.Close log its entrance before User Fxjr (14:57)
pgsql: Ident authentication over Unix-domain sockets on Solaris, using Peter Eisentraut (13:10)
libpqtypes - libpqtypes: fixed regression test, hpux misisng LLONG_MAX User Achernow (05:04)
libpqtypes - libpqtypes: missing backslash at end of line in User Achernow (03:32)
libpqtypes - libpqtypes: fixed some problems in configure.ac and User Achernow (03:17)
17 November 2008
pgsql: Replace plain-memory ordered array by binary tree in ts_stat() Teodor Sigaev (12:17)
Re: [HACKERS] pgsql: Enable script to generate preproc.y in build process. Devrim GÜNDÜZ (05:27)
pgexternaltable - src: fix the pg_try and pg_catch memory context User Yibo1976 (01:56)
16 November 2008
pgsql: Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE Tom Lane (17:34)
Re: [HACKERS] pgsql: Enable script to generate preproc.y in build process. Andrew Dunstan (17:12)
Re: pgsql: Enable script to generate preproc.y in build process. Michael Meskes (17:01)
Re: pgsql: Enable script to generate preproc.y in build process. Tom Lane (16:33)
Re: pgsql: Enable script to generate preproc.y in build process. Michael Meskes (10:05)
15 November 2008
Re: pgsql: Enable script to generate preproc.y in build process. Alex Hunsaker (22:26)
Re: pgsql: Enable script to generate preproc.y in build process. Tom Lane (22:23)
pgsql: Add missing dependencies to preproc.y build rule Tom Lane (22:21)
Re: pgsql: Enable script to generate preproc.y in build process. Andrew Dunstan (22:18)
pgsql: Add missing semicolon, per grip from Alex Hunsaker. Andrew Dunstan (22:18)
Re: pgsql: Enable script to generate preproc.y in build process. Alex Hunsaker (21:54)
pgsql: Fix crash of xmlconcat(NULL) backpatch from 8.4devel Peter Eisentraut (20:53)
pgsql: Fix crash of xmlconcat(NULL) also backpatched to 8.3 Peter Eisentraut (20:52)
pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having Tom Lane (19:43)
14 November 2008
pgsql: Exclude contrib/intagg from the list of MSVC project files to be Magnus Hagander (22:12)
pgsql: One more hack to see if we can get the cygwin machines building Tom Lane (21:45)
Re: pgsql: Enable script to generate preproc.y in build process. Tom Lane (20:27)
Re: pgsql: Enable script to generate preproc.y in build process. Michael Meskes (20:25)
pgsql: Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. Tom Lane (20:21)
pgsql: Reduce contrib/intagg to a thin wrapper around the new core Tom Lane (19:58)
pgsql: In CREATE AGGREGATE, allow the transition datatype to be Tom Lane (19:47)
Re: pgsql: Enable script to generate preproc.y in build process. Tom Lane (19:43)
Re: pgsql: Enable script to generate preproc.y in build process. Michael Meskes (19:27)
pgsql: ecpg's preproc.y is now generated as needed, so remove from CVS. Tom Lane (17:43)
pgsql: Make CREATE CONVERSION verify that a putative encoding conversion Tom Lane (17:41)
pgsql: Improve comment about when to clean generated files. Tom Lane (17:18)