Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2009-09 Thread Index (1/2)
Last updated: Wed Jan 18 01:50:01 2012
242 messages
- pgsql: Support "samehost" and "samenet" specifications in pg_hba.conf, Tom Lane (Thu 01 01:59)
- pgsql: New Directory Tom Lane (Thu 01 01:57)
- pgsql: Fix bogus Assert, per buildfarm results. Tom Lane (Wed 30 21:26)
- pgsql: Assorted improvements in contrib/hstore. Tom Lane (Wed 30 19:50)
- pgstatsinfo - pg_statsinfo: * Fix unlink_unwanted_autovacuum_logfile(). User Kasahara (Wed 30 06:18)
- pgsql: Add tooltips to the header links, and make title a link to the Peter Eisentraut (Tue 29 20:25)
- pgsql: Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE Tom Lane (Tue 29 20:05)
- pgstatsinfo - pg_statsinfo: * If hostname includes '/', reporter User Kasahara (Tue 29 12:15)
- pgspy - pgspy: Imported Sources User Eulerto (Tue 29 03:38)
- pgsql: Fix equivclass.c's not-quite-right strategy for handling X=X Tom Lane (Tue 29 01:20)
- pgsql: Convert a perl array to a postgres array when returned by Set Andrew Dunstan (Mon 28 17:30)
- pgbouncer - pgbouncer: console: fix string format in datarow packet User Mkz (Mon 28 09:47)
- pgsql: Added some explanation about how the parser is generated, taken Michael Meskes (Mon 28 08:51)
- pgsql: Remove no-longer-needed ExecCountSlots infrastructure. Tom Lane (Sun 27 21:11)
- pgsql: Replace the array-style TupleTable data structure with a simple Tom Lane (Sun 27 20:10)
- pgsql: Make libpq reject non-numeric and out-of-range port numbers with Tom Lane (Sun 27 03:43)
- pgsql: Sync psql's scanner with recent changes in backend scanner's flex Tom Lane (Sun 27 03:27)
- pgsql: Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Tom Lane (Sun 27 02:14)
- pgsql: Simplify the bootstrap (BKI) code by getting rid of a useless Tom Lane (Sun 27 01:32)
- pgsql: Hmm, seems a lot of the buildfarm is running versions of awk that Tom Lane (Sat 26 23:22)
- pgsql: Revert my ill-considered change that made formrdesc not insert Tom Lane (Sat 26 23:08)
- pgsql: Extend the BKI infrastructure to allow system catalogs to be Tom Lane (Sat 26 22:42)
- pgsql: Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with Tom Lane (Sat 26 18:24)
- pgsql: Prevent isolated second surrogate in U& syntax Peter Eisentraut (Fri 25 21:13)
- pgsql: Remove backup states from Unicode escapes patch Peter Eisentraut (Fri 25 20:51)
- pgsql: Improve example for DO, per Petr Jelinek. Tom Lane (Wed 23 15:42)
- pgsql: Unicode escapes in E'...' strings Author: Marko Kreen Peter Eisentraut (Tue 22 23:53)
- pgsql: Implement the DO statement to support execution of PL code Tom Lane (Tue 22 23:43)
- pgsql: Fix crash if a DROP is attempted on an internally-dependent Tom Lane (Tue 22 15:46)
- pgsql: Surrogate pair support for U& string and identifier syntax This Peter Eisentraut (Mon 21 22:22)
- pgsql: fsync test files Prevent creation of 16GB files during fsync Bruce Momjian (Mon 21 20:21)
- pgsql: Define a new, more extensible syntax for COPY options. Tom Lane (Mon 21 20:10)
- libpqtypes - libpqtypes: Fixed typo in PQspecPrepare.3 man page User Achernow (Mon 21 00:25)
- postbio - postbio: Changes to stree/space.c for clean compilation on User Carvalho (Sun 20 14:22)
- pllua - pllua: Minor changes to Makefile for "Lua for Windows". User Carvalho (Sun 20 14:21)
- pgsql: Allow plpgsql IN parameters to be assigned to. Tom Lane (Sun 20 01:53)
- pgsql: Remove a couple hundred lines of ugly and tedious-to-maintain Tom Lane (Sat 19 21:51)
- pgsql: sql_help.c needs to be cvsignore'd. Tom Lane (Sat 19 18:50)
- pgsql: Rename new subroutine, per discussion with Robert Haas. Tom Lane (Sat 19 17:48)
- pllua - pllua: Last minute bug fix. User Carvalho (Sat 19 16:56)
- postbio - postbio: Changes: - Modified function and index names for User Carvalho (Sat 19 16:24)
- pllua - pllua: Small changes for compatibility with PostgreSQL 8.4. User Carvalho (Sat 19 16:21)
- pgsql: Make the placeholder naming in the synopses of the SQL help more Peter Eisentraut (Sat 19 10:23)
- pgsql: Fix MSVC build breakage from psql help changes. Andrew Dunstan (Sat 19 05:57)
- pg-migrator - pg_migrator: Rename "EnterpriseDB Advance Server" to User Bmomjian (Fri 18 22:58)
- pgsql: A bit more wordsmithing on the COPY CSV NULL business. Tom Lane (Fri 18 20:01)
- pgsql: Marginal code cleanup in joinpath.c: factor out clause Tom Lane (Fri 18 17:25)
- pgsql: Fix incorrect arguments for gist_box_penalty call. Teodor Sigaev (Fri 18 14:02)
- pgsql: Added patch by Bernd Helmle <bernd(dot)helmle(at)credativ(dot)de> that adds Michael Meskes (Fri 18 13:13)
- pgsql: Easier to translate psql help Instead of requiring translators Peter Eisentraut (Fri 18 05:00)
- pgsql: CSV NULL Documentation Update docs to clearly explain NULL value Bruce Momjian (Thu 17 21:49)
- pgsql: Improve wording of error message when a postgresql.conf setting Peter Eisentraut (Thu 17 21:15)
- pgsql: CVS NULL Documentation Clearify documentation of CVS's output of Bruce Momjian (Thu 17 21:13)
- pgsql: When reloading postgresql.conf, log what parameters actually Peter Eisentraut (Thu 17 20:54)
- pgsql: Implement "join removal" for cases where the inner side of a left Tom Lane (Thu 17 20:49)
- pgtcl - libpgtcl: Stupid bug fix from prior commit. User Karl (Wed 16 23:15)
- pgtcl - libpgtcl: Make the error message when using User Karl (Wed 16 22:55)
- pgtcl - libpgtcl: * Add gen_update_from_array and User Karl (Wed 16 19:12)
- pg-migrator - pg_migrator: Clarify parallel reindex TODO item. User Bmomjian (Wed 16 18:04)
- libpqtypes - libpqtypes: added PQgetvf.3 page, link to PQgetf.3 User Achernow (Wed 16 16:12)
- pg-migrator - pg_migrator: Add TODO: o consider using pg_depend for User Bmomjian (Wed 16 16:07)
- libpqtypes - libpqtypes: Added PQgetvf and made PQgetf a light-weight User Achernow (Wed 16 16:07)
- pgsql: errcontext support in PL/Perl Author: Alexey Klyukin Peter Eisentraut (Wed 16 06:06)
- pgrpm - pgrpm: - revert change, cause segfault User Nanardon (Wed 16 01:50)
- pgrpm - pgrpm: - make it compil again over rpm 4.4 User Nanardon (Wed 16 01:24)
- pgrpm - pgrpm: - don't copy header to avoid memory leaks, rpm 4.4/4.6/5 User Nanardon (Wed 16 00:52)
- pgsql: Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog Tom Lane (Tue 15 20:31)
- libpqtypes - libpqtypes: prepared 1.3.4 release, fixed memory leak in User Achernow (Tue 15 17:35)
- plproxy - plproxy: tag 2.0.9rc1 User Mkz (Tue 15 13:04)
- plproxy - plproxy: docs for new CONNECT and dynamic queries User Mkz (Tue 15 12:32)
- plproxy - plproxy: More flexible CONNECT function. User Mkz (Tue 15 12:21)
- pgsql: Applied patch by Boszormenyi Zoltan <zb(at)cybertec(dot)at> to add Michael Meskes (Tue 15 08:45)
- pgsql: Fix possible buffer overrun and/or unportable behavior in Tom Lane (Tue 15 02:31)
- pgsql: Print builds don't actually depend on html target (anymore). Peter Eisentraut (Mon 14 13:23)
- hstore-new - hstore-new: Deal with NULL issues in populate_record. User Andrewsn (Mon 14 03:30)
- hstore-new - hstore-new: revisit previous fix; unconditionally set User Andrewsn (Mon 14 00:33)
- pgsql: Write psql's ~/.psql_history file using history_truncate_file() Tom Lane (Sun 13 22:18)
- pgsql: Fix Unicode support in PL/Python Check calls of Peter Eisentraut (Sun 13 22:07)
- pgsql: Document that autovacuum_max_workers can only be set at server Peter Eisentraut (Sun 13 19:52)
- pgsql: Don't error out if recycling or removing an old WAL segment fails Heikki Linnakangas (Sun 13 18:32)
- Convert OID intergers to path strings. fulan Peng (Sun 13 18:06)
- docbot - docbot: - incorporate changes from running docbot User Andreas (Sun 13 11:19)
- pgsql: plug dblink resource leak dblink generates orphaned connections Joe Conway (Sat 12 23:21)
- npgsql - Npgsql2: [#1010700] Capture parameter names with User Fxjr (Sat 12 23:09)
- pgsql: Add Unicode support in PL/Python PL/Python now accepts Unicode Peter Eisentraut (Sat 12 22:13)
- pgsql: Rewrite the planner's handling of materialized plan types so that Tom Lane (Sat 12 22:12)
- Can not create more than 32766 databases in ufs file system. fulan Peng (Sat 12 18:50)
- pgsql: Improve GRANT reference page's description of object ownership Tom Lane (Sat 12 16:26)
- pgsql: Install a hopefully-temporary workaround for Snow Leopard Tom Lane (Sat 12 15:52)
- pgsql: Remove TODO file; it has been added to the main Todo list in the Peter Eisentraut (Sat 12 15:21)
- pgsql: Fix assertion failure when a SELECT DISTINCT ON expression is Tom Lane (Sat 12 00:05)
- pgsql: Increase the maximum value of extra_float_digits to 3, and have Tom Lane (Fri 11 19:17)
- plproxy - plproxy: Fix argument value NULL check. User Mkz (Fri 11 14:26)
- plproxy - plproxy: Fix potential buffer overflow when len(typname) > 32 User Mkz (Fri 11 14:24)
- pgsql: Remove claim that this chapter discusses rules and triggers. Peter Eisentraut (Fri 11 12:53)
- pgexternaltable - src: update parallel files User Maosen (Fri 11 04:05)
- pgsql: Add note that the logging collector can block backends in high Alvaro Herrera (Thu 10 15:02)
- pgsql: pgbench has #defines for number of branches, tellers, and Tatsuo Ishii (Thu 10 14:00)
- pgsql: On Windows, when a file is deleted and another process still has Heikki Linnakangas (Thu 10 09:42)
- pgsql: Fix/improve bytea and boolean support in PL/Python Before, Peter Eisentraut (Wed 09 19:00)
- pgsql: Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. Tom Lane (Wed 09 03:33)
- pgstatsinfo - pg_statsinfo: - Add dblink_disconnect() to log cleanup User Kasahara (Wed 09 01:49)
- pgsql: Remove any -arch switches given in ExtUtils::Embed's ldopts from Tom Lane (Tue 08 18:31)
- pgsql: Add a boolean GUC parameter "bonjour" to control whether a Tom Lane (Tue 08 17:08)
- pgsql: Replace use of the long-deprecated Bonjour API Tom Lane (Tue 08 16:08)
- pgsql: Remove outside-the-scanner references to "yyleng". Tom Lane (Tue 08 04:25)
- pgsql: Change our WIN32 API version to be 5.01 (Windows XP), to bring in Magnus Hagander (Mon 07 11:22)
- pgsql: Update the tznames reference files, and add IDT (Israel Daylight Tom Lane (Sun 06 15:25)
- pgsql: Add a note warning that COPY BINARY is very datatype-specific. Tom Lane (Sat 05 23:58)
- pgsql: Put back "ifeq ($(PORTNAME), solaris)", this time with some Tom Lane (Sat 05 21:14)
- pgsql: Revert ill-considered restriction of dtrace support to Solaris Tom Lane (Fri 04 23:37)
- pgsql: Remove pgstat's discrimination against MsgVacuum and MsgAnalyze Tom Lane (Fri 04 22:32)
- pgsql: Tigthen binary receive functions so that they reject values that Heikki Linnakangas (Fri 04 11:20)
- pgsql: Fix encoding handling in xml binary input function. Heikki Linnakangas (Fri 04 10:49)
- pginstaller - pginst: Update for 8.2.14 Dave Page (Fri 04 10:41)
- pginstaller - pginst: Update for 8.3.8 Dave Page (Fri 04 08:26)
- pgsql: Tag 7.4.26 Marc G. Fournier (Fri 04 05:33)
- pgsql: Tag 8.0.22 Marc G. Fournier (Fri 04 05:29)
- pgsql: Tag 8.1.18 Marc G. Fournier (Fri 04 03:00)
- pgsql: Tag 8.2.14 Marc G. Fournier (Fri 04 01:16)
- pgsql: Tag 8.3.8 Marc G. Fournier (Fri 04 00:53)
Mail converted by MHonArc