Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2009-11 Thread Index (1/2)
Last updated: Wed Jan 18 01:49:58 2012
228 messages
- pgsql: Revert due to Tom's concerns: Add ProcessUtility_hook() to Bruce Momjian (Tue 01 02:31)
- pgsql: ProcessUtility_hook: Add ProcessUtility_hook() to handle all DDL Bruce Momjian (Tue 01 01:11)
- pgsql: hstore docs Update hstore docs, mostly word-smithing. Bruce Momjian (Mon 30 17:56)
- pgsql: THREAD_SUPPORT There is no reference to THREAD_SUPPORT outside Bruce Momjian (Mon 30 16:50)
- pgsql: Avoid core dump on empty thesaurus dictionary. Tom Lane (Mon 30 16:38)
- pgsql: In SRF example, move oldcontext variable definition into the Peter Eisentraut (Mon 30 15:49)
- pgsql: Properly indent SGML. Bruce Momjian (Mon 30 14:51)
- pgstatsinfo - pg_statsinfo: - Add regression test. User Kasahara (Mon 30 08:40)
- pgmemcache: pgmemcache Makefile NEWS README.pgmemcache ormod (Sun 29 23:03)
- pgsql: Fix session-lifespan memory leak when a plperl function is Tom Lane (Sun 29 21:02)
- pgsql: Error when a specified connection service is not found, instead Peter Eisentraut (Sun 29 20:15)
- pgsql: Add some opr_sanity checks that the lengths of the various Tom Lane (Sun 29 18:54)
- pgsql: Remove prefix "ERROR:" from some messages, to make everything Peter Eisentraut (Sun 29 18:53)
- pgmemcache: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in ormod (Sun 29 18:20)
- pgsql: Make pg_stat_activity.application_name visible to all users, Tom Lane (Sun 29 18:14)
- pgmemcache: pgmemcache pgmemcache.c pgmemcache.sql.in ormod (Sun 29 12:53)
- pgsql: Add support for anonymous code blocks (DO blocks) to PL/Perl. Tom Lane (Sun 29 03:03)
- pgsql: Add support for an application_name parameter, which is displayed Tom Lane (Sat 28 23:38)
- pgsql: fsync test tools Add link to exteran fsync testing script and Bruce Momjian (Sat 28 16:21)
- pgsql: test_fsync: Improve test descriptions displayed during Bruce Momjian (Sat 28 15:05)
- pgsql: Eliminate a lot of list-management overhead within Tom Lane (Sat 28 00:46)
- psqlodbc - psqlodbc: added some change. User H-saito (Fri 27 17:41)
- pgsql: Document ath vacuumdb --analyze does analyze _also_, not in place Bruce Momjian (Fri 27 17:41)
- pgsql: Remove */ characters from declare cursor statements before Michael Meskes (Fri 27 16:07)
- psqlodbc - psqlodbc: Suppress timeout in SSL connections. User Hinoue (Fri 27 14:33)
- pgsql: If no result is given NOTFOUND should be returned. Michael Meskes (Fri 27 13:32)
- pgsql: Added script to check if all rule re-definition in ecpg.addons Michael Meskes (Fri 27 10:00)
- pgsql: Fix missing end tag, per Jeff Davis. Tom Lane (Thu 26 21:20)
- pgsql: Added missing files. Michael Meskes (Thu 26 15:56)
- pgsql: Forgot to add dynamic cursors to Changelog. Michael Meskes (Thu 26 15:40)
- pgsql: Synced addon rules after some renamings. Michael Meskes (Thu 26 15:39)
- pgsql: Added dynamic cursor names to ecpg. Michael Meskes (Thu 26 15:06)
- pgsql: Simplify psql's new linestyle behavior to default to Tom Lane (Wed 25 23:18)
- pgsql: Fix syntax in extract() examples Author: Erik Rijkers Peter Eisentraut (Tue 24 19:21)
- pgsql: Made function better readable. Michael Meskes (Tue 24 16:30)
- recover deleted records Allan Morris Caras (Tue 24 10:03)
- pgsql: Add PG_MODULE_MAGIC and some missing include files to examples Peter Eisentraut (Mon 23 21:41)
- orafce - orafce: lock aggregates on 8.3 and older - security reasons User Okbob (Mon 23 18:11)
- pgsql: Use diff's -w switch only on Windows, to avoid problems with Tom Lane (Mon 23 16:09)
- psqlodbc - psqlodbc: build easy by the addition of an option. User H-saito (Mon 23 13:52)
- psqlodbc - psqlodbc: Addition some changes. User H-saito (Mon 23 13:39)
- psqlodbc - psqlodbc: 1) Fix memory leaks on connection failure (Shouji User Hinoue (Mon 23 13:31)
- orafce - orafce: add missing source code file. User Okbob (Mon 23 13:28)
- orafce - orafce: add aggregate function median. User Okbob (Mon 23 13:25)
- pgsql: Add missing library to standalone libpq build on Win32. Magnus Hagander (Mon 23 12:57)
- pgsql: Fix an old bug in multixact and two-phase commit. Heikki Linnakangas (Mon 23 09:58)
- orafce - orafce: move all exported prototypes to separate file User Okbob (Mon 23 09:01)
- orafce - orafce: move listagg function to new file - aggregate.c. User Okbob (Mon 23 08:21)
- orafce - orafce: fixing formating User Okbob (Mon 23 08:13)
- pgsql: Assorted wordsmithing on the documentation of \pset --- try to Tom Lane (Sun 22 22:06)
- pgsql: Adjust expected-results spacing per buildfarm results. Tom Lane (Sun 22 20:59)
- pgsql: Remove -w (--ignore-all-space) option from pg_regress's diff Tom Lane (Sun 22 17:54)
- pgsql: Remove superfluous curly brace, fixing compilation with Heikki Linnakangas (Sun 22 14:54)
- orafce - orafce: implementation of dbms_random package User Okbob (Sun 22 12:23)
- pgsql: Ooops, forgot to check the libxml cases for psql output wrapping Tom Lane (Sun 22 06:01)
- orafce - orafce: add support for dbms_random (skeleton only) User Okbob (Sun 22 05:59)
- pgsql: Improve psql's tabular display of wrapped-around data by Tom Lane (Sun 22 05:20)
- pgsql: Ignore UTF-8-encoded Unicode byte-order mark at the beginning of Peter Eisentraut (Sat 21 23:59)
- orafce - orafce: regress test for listagg User Okbob (Sat 21 20:55)
- orafce - orafce: support for listagg function User Okbob (Sat 21 20:22)
- orafce - orafce: Remove include gramparse.h in plvlex.c. User Okbob (Sat 21 15:40)
- pgsql: Refactor ecpg grammar so that it uses the core grammar's Tom Lane (Sat 21 05:44)
- libpqtypes - libpqtypes: Update ChnageLog User Achernow (Sat 21 01:18)
- libpqtypes - libpqtypes: Fixed bug in pqt_allowsptr, it was returning User Achernow (Fri 20 21:52)
- pgsql: Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre Tom Lane (Fri 20 20:54)
- pgsql: Add a WHEN clause to CREATE TRIGGER, allowing a boolean Tom Lane (Fri 20 20:38)
- pgsql: Revert backpatch of inheritable-ACE patch for Win32, since it Magnus Hagander (Fri 20 01:28)
- pgsql: Typo: dump -> restore fixed in 8.4 and 8.5 Author: Guillaume Peter Eisentraut (Thu 19 22:06)
- pgsql: Fix memory leak in syslogger: logfile_rotate() would leak a copy Tom Lane (Thu 19 02:45)
- pgsql: Add a hook to CREATE/ALTER ROLE to allow an external module to Tom Lane (Wed 18 21:58)
- psqlodbc - psqlodbc: Fix a bug reported by Marco Cassiano and suppress User Hinoue (Tue 17 15:44)
- pgsql: Provide a parenthesized-options syntax for VACUUM, analogous to Tom Lane (Mon 16 21:32)
- pgsql: While doing the final setrefs.c pass over a plan tree, try to Tom Lane (Mon 16 18:04)
- npgsql - Npgsql2: Updated for build 2.0.7 User Jbcooley (Sun 15 20:23)
- npgsql - Npgsql2: Updated to 2.0.9 release User Fxjr (Sun 15 20:20)
- npgsql - Npgsql2: Updated release notes for 2.0.7 User Fxjr (Sun 15 20:16)
- npgsql - Npgsql2: Changed copyright year to 2009 User Fxjr (Sun 15 19:54)
- npgsql - Npgsql2: Updated for build 2.0.7. User Jbcooley (Sun 15 19:46)
- psqlodbc - psqlodbc: some additions. User H-saito (Sun 15 14:02)
- pgsql: /home/peter/commit-msg Peter Eisentraut (Sun 15 13:54)
- pgsql: Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, Magnus Hagander (Sun 15 09:09)
- psqlodbc - psqlodbc: 1) Added --with(out)-libpq[=DIR} option to User Hinoue (Sun 15 05:29)
- pgsql: Improve planning of Materialize nodes inserted atop the inner Tom Lane (Sun 15 02:45)
- pgsql: Make unaccent's install/uninstall scripts look more like all the Tom Lane (Sat 14 18:24)
- pgsql: Add inheritable ACE when creating a restricted token for Magnus Hagander (Sat 14 15:39)
- pgsql: Clean up a couple of bizarre code formatting choices in recent Tom Lane (Fri 13 23:49)
- pgsql: Avoid assuming that enum CreateStmtLikeOption is unsigned. Tom Lane (Fri 13 23:44)
- pgsql: Add control knobs for plpgsql's variable resolution behavior, and Tom Lane (Fri 13 22:43)
- pgsql: A better fix for the "ARRAY[...]::domain" problem. Heikki Linnakangas (Fri 13 19:48)
- pg-migrator - pg_migrator: Re-recommend vacuumdb because we don't User Bmomjian (Fri 13 19:37)
- pgsql: When you do "ARRAY[...]::domain", where domain is a domain over Heikki Linnakangas (Fri 13 16:09)
- pgbouncer - pgbouncer: win32: allow user to override service account User Mkz (Fri 13 14:59)
- pgbouncer - pgbouncer: Clarify few login-related log messages User Mkz (Fri 13 13:58)
- pgbouncer - pgbouncer: Disable maintenance during SUSPEND Otherwise User Mkz (Fri 13 13:57)
- pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled. Teodor Sigaev (Fri 13 11:17)
- npgsql - Npgsql2: Bug #1010527 - Fix query timeout connection User Jbcooley (Fri 13 04:11)
- pgsql: The recent patch to log changes in postgresql.conf settings Tom Lane (Thu 12 18:20)
- pgmemcache: pgmemcache pgmemcache.c ormod (Thu 12 18:16)
- pgsql: Check for C/POSIX before assuming that nl_langinfo or Tom Lane (Thu 12 03:37)
- pgsql: Make initdb behave sanely when the selected locale has codeset Tom Lane (Thu 12 02:46)
- pgsql: Remove pg_parse_string_token() --- not needed anymore. Tom Lane (Thu 12 01:13)
- pgsql: Remove plpgsql's separate lexer (finally!), in favor of using the Tom Lane (Thu 12 00:13)
- pgsql: In psql \du, separate the role attributes by comma instead of Peter Eisentraut (Wed 11 21:07)
- pgsql: Change "name" nonterminal in cursor-related productions to Alvaro Herrera (Wed 11 20:31)
- pgsql: Document the previous FETCH and MOVE changes. Alvaro Herrera (Wed 11 20:08)
- pgsql: Support optional FROM/IN in FETCH and MOVE The main motivation Alvaro Herrera (Wed 11 19:25)
- libpqtypes - libpqtypes: Update changelog User Achernow (Wed 11 01:58)
- libpqtypes - libpqtypes: Leaking type handlers in events.c during User Achernow (Wed 11 01:56)
- pgsql: Do not build psql's flex module on its own, but instead include Tom Lane (Tue 10 23:12)
- libpqtypes - libpqtypes: compiler warning about initializing a struct to User Achernow (Tue 10 21:12)
- libpqtypes - libpqtypes: Fixed bug in PQregisterSubClasses where a User Achernow (Tue 10 19:31)
- pgsql: Revert the temporary patch to work around Snow Leopard readdir() Tom Lane (Tue 10 18:53)
- pgsql: interval_abs(): Add C comment about why there is no Bruce Momjian (Tue 10 18:41)
- pgsql: Fix longstanding problems in VACUUM caused by untimely Alvaro Herrera (Tue 10 18:00)
- libpqtypes - libpqtypes: Fixed error in pqt-handlers.3 User Achernow (Tue 10 17:35)
- libpqtypes - libpqtypes: Made PQregisterSubClass to Classes name change, User Achernow (Tue 10 17:30)
- libpqtypes - libpqtypes: Added PGregisterType structure to be used with User Achernow (Tue 10 17:22)
- pgsql: DIAGNOSTICS/FOUND wording Update wording of GET Bruce Momjian (Tue 10 14:22)
- plproxy - plproxy: doc update: add ver tags to few places User Mkz (Tue 10 13:36)
- plproxy - plproxy: tag the head as 2.1 User Mkz (Tue 10 13:35)
Mail converted by MHonArc