Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2007-08 Chronological Index (1/3)
Last updated: Wed Jan 18 01:51:16 2012
414 messages
31 August 2007
pgsql: Apply a band-aid fix for the problem that 8.2 and up completely Tom Lane (23:35)
pgsql: Apply a band-aid fix for the problem that 8.2 and up completely Tom Lane (23:35)
pgsql: Only use SGML indexterm "zone" when we want to get the entire Bruce Momjian (21:33)
pgsql: Make Gin/Gist text search tertiary index entries in the Bruce Momjian (20:56)
pgsql: Extend whole-row Var evaluation to cope with the case that the Tom Lane (18:33)
pgsql: Extend whole-row Var evaluation to cope with the case that the Tom Lane (18:33)
pgsql: Add comment on why SGML -wfully-tagged flag is needed (for older Bruce Momjian (16:41)
pgsql: Place GiST and GIN text search indexes as secondary items under Bruce Momjian (16:33)
pgbouncer - pgbouncer: small cleanups User Mkz (11:33)
pgsql: Again improve text search index entries. Bruce Momjian (05:13)
pgsql: In text search docs, properly use indexterm _zone_ only when we Bruce Momjian (04:52)
pgsql: Fix docs so indexes can be built by commenting out GiST/GIN index Bruce Momjian (03:26)
pgsql: Install check_stack_depth() protection in two recursive tsquery Tom Lane (02:26)
pgsql: Add openjade warning -wfully-tagged to warn about missing close Bruce Momjian (02:03)
pgsql: Rewrite make_outerjoininfo's construction of min_lefthand and Tom Lane (01:44)
pgsql: Rewrite make_outerjoininfo's construction of min_lefthand and Tom Lane (01:44)
30 August 2007
pgcheck - pokus: improved comments of code User Machr2 (16:22)
pgcheck - pokus: improved comments of code User Machr2 (16:19)
pgsql: Fix int8mul so that overflow check is applied correctly for Tom Lane (05:27)
pgsql: Fix broken markup. Tatsuo Ishii (01:29)
29 August 2007
pgsql: Text search documentation word improvements; move configuration Bruce Momjian (21:52)
Re: pgsql: Add a debug logging message when a resource manager rejects an Simon Riggs (21:29)
pgsql: Move full text search operators, functions, and data type Bruce Momjian (20:37)
pgsql: Relax permissions checks on dbsize functions, per discussion. Tom Lane (17:24)
pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the Tom Lane (16:32)
pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the Tom Lane (16:32)
pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the Tom Lane (16:32)
pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the Tom Lane (16:31)
pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the Tom Lane (16:31)
pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the Tom Lane (16:31)
pgsql: Fixed bug in Informix define handling. Michael Meskes (13:59)
pgsql: Fixed bug in Informix define handling. Michael Meskes (13:58)
pgsql: Fixed bug in Informix define handling. Michael Meskes (13:58)
pgsql: Fixed bug in Informix define handling. Michael Meskes (13:58)
pgsql: Properly indent SGML in textsearch.sgml. Bruce Momjian (02:37)
28 August 2007
pgsql: Restrict pgstattuple functions to superusers. Tom Lane (23:11)
pgsql: Reduce the permissions check needed to use pgrowlocks() to having Tom Lane (22:59)
pgbouncer - pgbouncer: Change some defaults: max_client_conn = 100 User Mkz (20:54)
pgbouncer - pgbouncer: more doc updates User Mkz (20:50)
pgbouncer - pgbouncer: doc update User Mkz (09:33)
pginstaller - pginst: Fixed the japanese problem(W2K). User H-saito (07:40)
npgsql - Npgsql2: Added BSD License text file User Fxjr (05:45)
npgsql - Npgsql2: Removed Torben patch as his permission to change to User Fxjr (05:14)
npgsql - Npgsql2: Removed Gridnine patch in order to change Npgsql User Fxjr (05:14)
pginstaller - pginst: This is Japanese contents. User H-saito (05:13)
pginstaller - pginst: The forgotten sentence is added. User H-saito (04:58)
Re: pgsql: Please ignore. Bruce Momjian (04:32)
Re: pgsql: Please ignore. Bruce Momjian (04:19)
Re: pgsql: Please ignore. Tom Lane (03:36)
pgsql: Improve behavior of log_lock_waits patch. Tom Lane (03:23)
pgsql: Mention configurations early in text search documentation to Bruce Momjian (03:10)
Re: pgsql: Please ignore. Bruce Momjian (03:10)
pgsql: Please ignore. Bruce Momjian (03:09)
pgsql: Commit test, please ignore. Bruce Momjian (03:06)
pgsql: CVS commit test, ignore. Bruce Momjian (03:05)
pgsql: CVS commit test for TODO. Bruce Momjian (03:03)
pgsql: Small commit test for TODO. Bruce Momjian (03:01)
pgsql: Update TODO.html. Bruce Momjian (03:01)
pgsql: Update TODO with lost change, mostly completed items and Bruce Momjian (03:00)
pgsql: Batch of TODO updates, mostly completed item marking and Bruce Momjian (02:57)
27 August 2007
pgbouncer - pgbouncer: asciidoc manpages from Dimitri Fontaine. User Mkz (21:45)
Re: pgsql: Fix brain fade in DefineIndex(): it was continuing to access the Andrew Dunstan (16:12)
pgsql: Exclude tsearch2 contrib tests in regression tests, pending Magnus Hagander (12:10)
pgsql: Install stopword files Magnus Hagander (10:51)
pgsql: Fix generation of snowball_create.sql on msvc builds. Magnus Hagander (10:29)
pgsql: Fix a couple of misbehaviors rooted in the fact that the default Tom Lane (03:36)
pgsql: Remove the 'not in' operator (!!=). Tom Lane (01:39)
pgsql: Require SELECT privilege on a table to do dblink_get_pkey(). Tom Lane (01:24)
pgsql: Restrict pg_relation_size to relation owner, pg_database_size to Tom Lane (01:19)
pgsql: Make currtid() functions require SELECT privileges on the target Tom Lane (00:57)
pgsql: Restrict pgrowlocks function to superusers. Tom Lane (00:13)
26 August 2007
pgsql: Clean up usage of some deprecated APIs, particularly Tom Lane (23:36)
pgsql: Code review for btreefuncs additions: restrict to superusers to Tom Lane (23:22)
pgsql: Make ARRAY(SELECT ...) return an empty array, rather than a NULL, Tom Lane (21:44)
25 August 2007
pgsql: Fix brain fade in DefineIndex(): it was continuing to access the Tom Lane (19:08)
pgsql: Fix brain fade in DefineIndex(): it was continuing to access the Tom Lane (19:08)
pgsql: Fix brain fade in DefineIndex(): it was continuing to access the Tom Lane (19:08)
pgsql: Fix brain fade in DefineIndex(): it was continuing to access the Tom Lane (19:08)
pgsql: Fix brain fade in DefineIndex(): it was continuing to access the Tom Lane (19:08)
pgsql: Simplify implementation of ts_debug() function --- use a join Tom Lane (17:47)
pgsql: The upper limit for -c option of pgbench is now obtained from Tatsuo Ishii (09:21)
pgsql: Some more tsearch docs work --- sync names with CVS-tip reality, Tom Lane (06:27)
pgsql: Fix synonym-dict breakage introduced in last patch :-(. Tom Lane (02:29)
pgsql: Rename built-in Snowball stemmer dictionaries to be english_stem, Tom Lane (01:06)
pgsql: Cleanup for some problems in tsearch patch: - ispell Tom Lane (00:04)
24 August 2007
pgbuildfarm - client-code: print a headline with time/animal/branch in User Andrewd (21:27)
pgsnmpd - pgsnmpd: - Added MIB tables for pg_constraint through User Eggyknap (16:17)
pgcheck - pokus: c function, which check indexes of given relation User Machr2 (12:40)
pgcheck - pokus: c function, which checks the validity of pages in given User Machr2 (12:39)
pgcheck - pokus: c function, which compares number of valid items in User Machr2 (12:38)
pgcheck - pokus: New Directory User Machr2 (12:10)
pgcheck - pokus: New Directory User Machr2 (12:07)
plproxy - plproxy: add client_encoding= to connect string User Mkz (11:31)
23 August 2007
pgsql: Fix combo_decrypt() to throw an error for zero-length input when Tom Lane (16:16)
pgsql: Fix combo_decrypt() to throw an error for zero-length input when Tom Lane (16:16)
pgsql: Fix combo_decrypt() to throw an error for zero-length input when Tom Lane (16:16)
pgsql: Fix combo_decrypt() to throw an error for zero-length input when Tom Lane (16:16)
pgsql: Fix combo_decrypt() to throw an error for zero-length input when Tom Lane (16:15)
plproxy - plproxy: remove generated files from cvs User Mkz (14:40)
pgbuildfarm - client-code: Only complain about unlimit failure if we are User Andrewd (12:29)
pgsnmpd - pgsnmpd: Fix up some MIB syntax Add header and footer files User Eggyknap (12:29)
pgloader - pgloader: * Support for datestyle setting * Support for User Dim (10:38)
pgsnmpd - pgsnmpd: MIB chunk for pg_am table User Eggyknap (02:34)
pgsql: Reduce memory requirements for writing CSVlogs, so it will work Andrew Dunstan (01:24)
pgsql: unbreak ECPG tests for VPATH builds. Andrew Dunstan (00:38)
pgsql: Fix typo in FAQ_DEV. Bruce Momjian (00:10)
pgsql: Add book to FAQ_DEV: Transactional Information Systems by Bruce Momjian (00:09)
22 August 2007
pgsql: Fix possible core dump from pgbench -d option. Tom Lane (23:03)
pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY Tom Lane (22:30)
Re: pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by Teodor Sigaev (12:20)
pgsql: More cleaning up and removed some duplicates. Michael Meskes (08:21)
pgsql: Propagate Magnus' fix for Windows snowball build into Tom Lane (06:34)
pgsql: Fix cut-n-paste-o. Tom Lane (06:26)
pgsql: Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. Tom Lane (06:12)
temporal - temporal: Imported Sources User Jdavis (05:19)
pgsql: Remove option to change parser of an existing text search Tom Lane (05:14)
pgsql: Text search doc updates --- first cut at syncing the existing Tom Lane (04:45)
pgsql: Whoops, missed updating dsynonym_init for new dictionary Tom Lane (04:13)
pgsnmpd - pgsnmpd: Add MIB stuff for pg_aggregate, move pg_class and User Eggyknap (04:09)
pgsnmpd - pgsnmpd: New Directory User Eggyknap (04:08)
pgsnmpd - pgsnmpd: Fix MIB writer so it works well enough, create User Eggyknap (04:01)
pgsql: Make \dFt and \dFt+ do something different --- omitting the Tom Lane (02:25)
pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by Tom Lane (01:39)
psqlodbc - psqlodbc: missing break.. User H-saito (01:18)
psqlodbc - psqlodbc: Oops, typo.. User H-saito (01:15)
psqlodbc - psqlodbc: comment and code condition correction. User H-saito (01:12)
21 August 2007
pgsql: Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the Tom Lane (21:24)
pgsql: First rough cut at text search documentation: bare bones Tom Lane (21:08)
pgsql: Exclude snowball/libstemmer/ files from the set processed by Tom Lane (16:08)
pgsql: Uppercase keywords in regression tsearch test scripts. Bruce Momjian (15:41)
pgsql: Avoid using TEXT as a Bison symbol, since this provokes warnings Tom Lane (15:13)
pgsql: Remove tabs from SGML files. Bruce Momjian (15:13)
pgsql: Build snowball DLL for tsearch-in-core. Magnus Hagander (15:10)
pgsql: Don't define BUILDING_DLL for snowball lib. Magnus Hagander (13:32)
psqlodbc - psqlodbc: Standard correction and a multibye condition User H-saito (06:56)
pgsql: Remove extraneous semicolon --- buildfarm member bear, for one, Tom Lane (06:34)
psqlodbc - psqlodbc: SHIFT-JIS-2004 Japanese, standard JIS X 0213. User H-saito (05:23)
psqlodbc - psqlodbc: additional document. User H-saito (05:19)
pgsql: Fix cash_mul_int4 and cash_div_int4 for overenthusiastic Tom Lane (03:56)
pgsql: Fix money type's send/receive functions to conform to recent Tom Lane (03:14)
pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it Tom Lane (02:40)
pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it Tom Lane (02:40)
pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it Tom Lane (02:40)
pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it Tom Lane (02:40)
pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it Tom Lane (02:40)
pgsql: Fix potential access-off-the-end-of-memory in varbit_out(): it Tom Lane (02:40)
pgsql: Suppress uninitialized-variable warning. Tom Lane (01:47)
pgsql: Fix a small 64-bit problem in tsearch patch. Tom Lane (01:45)
pgsql: contrib/tsearch2 now fails its regression test because of Tom Lane (01:12)
pgsql: Tsearch2 functionality migrates to core. Tom Lane (01:11)
pgsql: New Directory Tom Lane (01:01)
pgsql: New Directory Tom Lane (01:00)
pgsql: New Directory Tom Lane (01:00)
pgsql: New Directory Tom Lane (01:00)
pgsql: New Directory Tom Lane (00:56)
pgsql: New Directory Tom Lane (00:56)
pgsql: New Directory Tom Lane (00:56)
pgsql: New Directory Tom Lane (00:56)
20 August 2007
pgsql: Add configure option --with-system-tzdata to use operating system Peter Eisentraut (08:53)
pginstaller - pginst: Add missing reindexdb.exe, per Euler Taveira de User Dpage (08:16)
pginstaller - pginst: Add missing reindexdb.exe, per Euler Taveira de User Dpage (08:14)
pginstaller - pginst: Add missing reindexdb.exe, per Euler Taveira de User Dpage (08:13)
19 August 2007
pgsql: Done: < * Allow server log information to be output as INSERT Bruce Momjian (02:36)
pgsql: Provide for logfiles in machine readable CSV format. Andrew Dunstan (01:41)
18 August 2007
pllolcode - tmp: Add a bunch of playground files to mess with until I User Eggyknap (01:25)