Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2006-05 Thread Index (1/3)
Last updated: Wed Jan 18 01:52:04 2012
401 messages
- [no subject] Unknown (Wed 18 01:52)
- pgsql: Got tired of waiting for spoonbill's compiler to get fixed. Tom Lane (Thu 01 02:40)
- pgsql: Respond to Jeremy Drake's original gripe that \copy needs to Tom Lane (Thu 01 01:51)
- bizgres - bizgres: Fixes and Enhancements: Added clearer logging to SQl User Nwakefield (Thu 01 01:12)
- pgsql: Fix up hack to suppress escape_string_warning so that it actually Tom Lane (Thu 01 00:15)
- pgsql: Fix example of how to escape data in psql backslash commands. Tom Lane (Wed 31 22:34)
- pgsql: Fix seriously broken patch for psql '' ... Tom Lane (Wed 31 22:11)
- pgsql: Make PG_MODULE_MAGIC required in shared libraries that are loaded Tom Lane (Wed 31 20:58)
- bizgres - bizgres: Updated, now works. User Llonergan (Wed 31 16:47)
- pgsql: fix comparison with SPI_processed Teodor Sigaev (Wed 31 14:53)
- pgsql: Add thesaurus dictionary which can replace N>0 lexemes by M>0 Teodor Sigaev (Wed 31 14:05)
- pgsql: Recommend '' for literal ', rather than \', in psql Bruce Momjian (Wed 31 11:47)
- pgsql: Support '' for literal ' in psql single-quote strings, Bruce Momjian (Wed 31 11:35)
- pgsql: Escape processing patch: o turns off Bruce Momjian (Wed 31 11:02)
- pgsql: Update cvs command example to show diff -rBASE. Bruce Momjian (Wed 31 10:24)
- pgsql: Somehow a ";" got lost which changed the logic. Michael Meskes (Wed 31 08:12)
- pgsql: Magic blocks don't do us any good unless we use 'em ... Tom Lane (Tue 30 22:12)
- pgsql: Un-DOS-ify newly added files. Tom Lane (Tue 30 21:34)
- pgsql: Code review for magic-block patch. Tom Lane (Tue 30 21:21)
- pgsql: Code review for EXPLAIN patch. Tom Lane (Tue 30 19:24)
- bizgres - bizgres: Fixed. User Nwakefield (Tue 30 17:46)
- pgsql: PostmasterIsAlive test really ought to be in the inner loop for Tom Lane (Tue 30 17:08)
- bizgres - bizgres: BG-16 User Agoldshuv (Tue 30 16:52)
- bizgres - bizgres: BG-23 User Agoldshuv (Tue 30 16:39)
- pgsql: Remove pqsignalinquire(), which is unused and has portability Tom Lane (Tue 30 15:58)
- pgsql: Update ppport.h to not cause warnings with newest Perl versions. Tom Lane (Tue 30 15:48)
- pgsql: Add pgmagic header block to store compile-time constants: It now Bruce Momjian (Tue 30 14:09)
- protopg - protopg: todo -- User Sndev (Tue 30 14:06)
- protopg - protopg: * Adding grammar for the identifier of the form User Sndev (Tue 30 14:03)
- pgsql: Make EXPLAIN sampling smarter, to avoid excessive sampling delay. Bruce Momjian (Tue 30 14:02)
- pgsql: Clarify the HINT for 'checkpoint request failed', per recent Tom Lane (Tue 30 13:59)
- pgsql: Emit warnings for unknown configure options. Bruce Momjian (Tue 30 13:52)
- pgsql: Revert patch, needs more work: Bruce Momjian (Tue 30 13:41)
- pgsql: Move conversion dependency patch to the proper branch, out of Bruce Momjian (Tue 30 13:36)
- pgsql: Prevent multiple archivers from starting. Bruce Momjian (Tue 30 13:30)
- pgsql: Add /contrib/adminpack to contrib/Makefile, do case-folding Bruce Momjian (Tue 30 13:26)
- pgsql: Fix printf mask for SizeVfdCache Qingqing Zhou Bruce Momjian (Tue 30 13:05)
- pgsql: Re-defines SHA2 symbols so that they would not conflict with Bruce Momjian (Tue 30 12:56)
- pgsql: Add "inline" compile fix for MSVC/BCC: #define inline __inline Bruce Momjian (Tue 30 12:43)
- pgsql: Backpatch documentation additions for PL language choice and Bruce Momjian (Tue 30 12:32)
- pgsql: Re-add btree_gist description. Bruce Momjian (Tue 30 12:27)
- pgsql: Add Pgadmin administration functions to /contrib/adminpack. Bruce Momjian (Tue 30 12:07)
- pgsql: Add dynamic record inspection to PL/PgSQL, useful for generic Bruce Momjian (Tue 30 12:03)
- pgsql: Back out patch, wrong previous commit message. Bruce Momjian (Tue 30 11:58)
- pgsql: Add regexp_replace() to string functions section. Bruce Momjian (Tue 30 11:55)
- pgsql: Update PL documentation: An article at WebProNews quoted from Bruce Momjian (Tue 30 11:40)
- pgsql: Add item: > * Consider GnuTLS if OpenSSL license becomes a Bruce Momjian (Tue 30 10:21)
- pgsql: Fix ancient misdescription of namegt/namege in comment. Tom Lane (Tue 30 05:23)
- pgsql: Patch reverted because of random buildfarm failures: Bruce Momjian (Tue 30 02:35)
- python - ctl: Extend get_parameters to take no arguments and an James William Pye (Tue 30 00:50)
- pgsql: Add: > o Allow timezone names in SQL strings, '2006-05-24 21:11 Bruce Momjian (Mon 29 23:29)
- pgsql: Add PQclear() calls, for completeness (exits shortly anyway). Bruce Momjian (Mon 29 19:52)
- pgsql: Make plperl's $_TD trigger data a global rather than a lexical Andrew Dunstan (Mon 29 13:51)
- pgsql: Som improve page split in multicolumn GiST index. Teodor Sigaev (Mon 29 12:50)
- pgsql: Correct cheking in findParents(). Teodor Sigaev (Mon 29 08:39)
- python - ctl: Initialize the control attribute properly. James William Pye (Mon 29 00:03)
- pgsql: enlargePQExpBuffer, alone among the functions exported by Tom Lane (Sun 28 22:42)
- pgsql: Fix up pg_dump to do string escaping fully correctly for client Tom Lane (Sun 28 21:14)
- pgsql: Don't call PQclear until the struct is really no longer going to Alvaro Herrera (Sun 28 17:23)
- bizgres - bizgres: Enhancement: Added code to automatically create the User Nwakefield (Sun 28 16:14)
- pgsql: fix typo Andrew Dunstan (Sun 28 03:12)
- pgsql: TG_table_name and TG_table_schema for plpgsql, plus docs and Andrew Dunstan (Sun 28 03:03)
- python - rc: Mark as version 0.2. James William Pye (Sun 28 03:02)
- pgsql: Remove traces of otherwise unused RELKIND_SPECIAL symbol. Alvaro Herrera (Sun 28 02:27)
- pgfouine - www: added local0.none User Gsmet (Sat 27 21:34)
- pgfouine - pgfouine: fixed a bug when there is no query in the log file User Gsmet (Sat 27 21:29)
- pgsql: TG_table_name and TG_table_schema for pl/tcl, plus regression Andrew Dunstan (Sat 27 20:24)
- pgsql: Revert ill-considered change to plpgsql: it should not rely on Tom Lane (Sat 27 19:46)
- pgsql: Fix initdb to properly escape quotes and backslashes in the Tom Lane (Sat 27 18:07)
- pgsql: Re-introduce the yylex filter function formerly used to support Tom Lane (Sat 27 17:38)
- psqlodbc - psqlodbc: 1.Fix a crash on SQLDisconnect. User Hinoue (Sat 27 14:07)
- pgsql: Looks like the new plpython regression test fails on older Andrew Dunstan (Sat 27 12:39)
- pgsql: Use E'' strings internally only when standard_conforming_strings Bruce Momjian (Fri 26 23:49)
- pgsql: Further hacking on performance of COPY OUT. Tom Lane (Fri 26 22:50)
- pgaccess - pgaccess: allow dropping a rule from the main window User Cmaj (Fri 26 22:34)
- pgsql: Support binary COPY through psql. Tom Lane (Fri 26 19:51)
- pgsql: Update AIX FAQ. Bruce Momjian (Fri 26 19:48)
- pgsql: Add table_name and table_schema to plpython trigger data, plus Andrew Dunstan (Fri 26 19:23)
- bizgres - bizgres: Enhancements: Added support for bad record logging in User Nwakefield (Fri 26 18:45)
- pgsql: Add table_name and table_schema to plperl trigger data. Andrew Dunstan (Fri 26 17:34)
- bizgres - bizgres: Enhancement/Fix export {VAR} = {VALUES} does't work User Nwakefield (Fri 26 16:59)
- pgsql: Fix findParents() in case of multiple levels to find. Teodor Sigaev (Fri 26 08:01)
- protopg - protopg: setting Todo revision number. User Sndev (Thu 25 19:20)
- protopg - protopg: todo ++ User Sndev (Thu 25 19:20)
- pgsql: Reduce per-character overhead in COPY OUT by combining calls to Tom Lane (Thu 25 18:42)
- protopg - protopg: --- User Sndev (Thu 25 18:40)
- protopg - protopg: * making "create synonym" to accept identifiers of User Sndev (Thu 25 18:17)
- protopg - protopg: * Adding support for "CREATE SYNONYM". User Sndev (Thu 25 18:04)
- pgestraier - pgestraier: subversion revision 58 commited to CVS User Dpavlin (Thu 25 17:51)
- pgestraier - pgestraier: example how to return hints (which require User Dpavlin (Thu 25 17:50)
- protopg - protopg: oopppss, forgot to add one parameter for snprintf :) User Sndev (Thu 25 17:06)
- protopg - protopg: I like to have Todo just to start with a capital User Sndev (Thu 25 16:40)
- protopg - protopg: Added new grammar file, that accept oracle commands User Sndev (Thu 25 16:35)
- protopg - protopg: Nothing special, just increasing the number User Sndev (Thu 25 15:58)
- pgsql: Fix pg_restore to process BLOB COMMENT entries correctly; they Tom Lane (Wed 24 21:20)
- python - ctl: Mark as 0.2. James William Pye (Wed 24 18:30)
- python - ctl: Add HBA configuration management interfaces. James William Pye (Wed 24 18:29)
- pgsql: Remove pg_attribute detail, add URL < pg_attribute.attislocal Bruce Momjian (Wed 24 18:12)
- pgsql: * Add support NULL to GiST. Teodor Sigaev (Wed 24 11:01)
- bizgres - bizgres: Emergency bug fix, export crashing due to bug User Nwakefield (Tue 23 23:38)
- pgsql: Remove trailing blank line from exports.txt. Bruce Momjian (Tue 23 22:14)
- pgsql: Add PQisthreadsafe() to libpq, to allow library applications to Bruce Momjian (Tue 23 22:13)
- pgsql: Tweak writetup_heap/readtup_heap to avoid storing the tuple Tom Lane (Tue 23 21:38)
- pgsql: Update text: > This allows tables to be added/removed from an Bruce Momjian (Tue 23 20:59)
- pgsql: Add: > o Add ALTER TABLE tab ADD/DROP INHERITS parent > > Bruce Momjian (Tue 23 20:58)
- pgfouine - www: added google-analytics markers User Gsmet (Tue 23 20:24)
- pgsql: Rename in release notes: Mac -> OS/X, Intel to x86: Fix for Bruce Momjian (Tue 23 20:21)
- protopg - protopg: Rewritting a little bit select statement grammar. User Sndev (Tue 23 19:38)
- protopg - protopg: ooooppppsss, forgot to add ora_scanner.c into ignore User Sndev (Tue 23 19:34)
- protopg - protopg: Adding a .cvsignore. User Sndev (Tue 23 19:32)
- pgsql: Avoid duplicate definition of LOCALEDIR in pg_config.h, already Bruce Momjian (Tue 23 19:28)
- bizgres - bizgres: Updated the readme to include information about User Nwakefield (Tue 23 18:27)
- dbsamples - pagila: Keep rating as text to show off check constraints User Xzilla (Tue 23 17:59)
- bizgres - bizgres: Updated jars - previous update failed User Nwakefield (Tue 23 17:13)
- bizgres - bizgres: Enhancement. Added the RegExExtractTransformation, User Nwakefield (Tue 23 17:11)
- pgsql: Klugy fix for bug #2447: we can't expand a whole-row reference to Tom Lane (Tue 23 17:09)
- bizgres - bizgres: Fixed: Bug found that caused XML to be double escaped User Nwakefield (Tue 23 16:46)
- python - ctl: Add 'selector' keyword for arbitrary filtering. James William Pye (Tue 23 15:54)
- pgsql: New wording, "What is the upgrade process for PostgreSQL?" Bruce Momjian (Tue 23 15:51)
- pgsql: Update heading for upgrades. Bruce Momjian (Tue 23 15:48)
- pgsql: Add mention that everyone should upgrade to minor releases. Bruce Momjian (Tue 23 15:22)
- pgsql: Remove CXT_printf/CXT1_printf macros. Tom Lane (Tue 23 15:22)
- python - ctl: Add cluster interface. James William Pye (Tue 23 14:52)
- wikipedia - wikipgedia: backporting mediawiki 1.6.6 security fix Sven Klemm (Tue 23 11:57)
- bizgres - bizgres: Enhancement Improved logging for batch retry User Nwakefield (Mon 22 23:03)
- bizgres - bizgres: New Directory User Nwakefield (Mon 22 23:03)
- pgsql: Make "trigger" section: > * Referential Integrity > > o Add Bruce Momjian (Mon 22 20:39)
- pgsql: Update Japanese FAQ. Bruce Momjian (Mon 22 14:13)
- pgsql: Change \; to ; in RULE, \; unnecessary. Bruce Momjian (Mon 22 14:08)
- pgsql: Add strerror to pg_dump error messages where missing. Peter Eisentraut (Mon 22 11:21)
- pginstaller - pginst: Fix a changed filename User Dpage (Mon 22 08:58)
- pginstaller - pginst: Update for 8.1.4 User Dpage (Mon 22 08:22)
- pgfouine - www: added the link to the ebuild again User Gsmet (Mon 22 07:48)
- pginstaller - pginst: Prep for 8.0.8 User Dpage (Mon 22 07:42)
- pgsql: Costmetic fix for bug template version stamp. Bruce Momjian (Mon 22 01:34)
- pgsql: Stamp release 7.3.15. Tom Lane (Sun 21 21:54)
- pgsql: Stamp release 7.4.13. Tom Lane (Sun 21 21:54)
- pgsql: Stamp release 8.0.8. Tom Lane (Sun 21 21:53)
- pgsql: Stamp release 8.1.4. Tom Lane (Sun 21 21:53)
- pgsql: Update release notes for upcoming releases. Tom Lane (Sun 21 21:49)
- psqlodbc - psqlodbc: Fix an Access Violation bug. User Hinoue (Sun 21 21:38)
- pgsql: Fix missed \' to '' conversion. Tom Lane (Sun 21 21:13)
- pgsql: Remove mention of pg_upgrade in release checklist. Bruce Momjian (Sun 21 20:29)
- pgsql: Stamp releases 7.3.15, 7.4.13, and 8.0.8. Bruce Momjian (Sun 21 20:28)
- pgsql: Fix errors in fortuna PRNG reseeding logic that could cause a Tom Lane (Sun 21 20:22)
- pgsql: Modify libpq's string-escaping routines to be aware of encoding Tom Lane (Sun 21 20:19)
- pgsql: Add a new GUC parameter backslash_quote, which determines whether Tom Lane (Sun 21 20:10)
Mail converted by MHonArc