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