Mailing lists [pgsql-committers]
- pgsql: have pg_regress fall back on testing with the canonical results [email protected] (Andrew Dunstan)
- pgsql: Remove extra argument to printf(). [email protected] (Bruce Momjian)
- pgsql: Allow multiple -n (schema) and -t (table) pg_dump options, and [email protected] (Bruce Momjian)
- pgsql: Remove TODO.detail/pg_dump. [email protected] (Bruce Momjian)
- pgsql: Done: < o %Allow pg_dump to use multiple -t and -n switches [email protected] (Bruce Momjian)
- pgsql: Add pg_dump -X no-data-for-failed-tables option to suppress [email protected] (Bruce Momjian)
- pgsql: Add support for loadable modules to allocated shared memory and [email protected] (Bruce Momjian)
- pgsql: Editorialize a bit on the recent patch, reverting to the original [email protected] (Alvaro Herrera)
- pgsql: Fix bug I introduced while cleaning up pg_dump -t/-n patch. [email protected] (Bruce Momjian)
- pgsql: Add support for multi-row VALUES clauses as part of INSERT [email protected] (Joe Conway)
- pgsql: Done: o -Allow INSERT INTO tab (col1, ..) VALUES (val1, [email protected] (Bruce Momjian)
- pgfouine - pgfouine: [vacuum] fixed a bug in database/schema filter [email protected] (User Gsmet)
- xlogviewer - xlogdump: [email protected] (User Diogob)
- pgsql: Add: > o In rules, allow VALUES() to contain a mixture of 'old' [email protected] (Bruce Momjian)
- pgsql: Update: < o Add COPY TO STDIN / STDOUT handling > o Add COPY [email protected] (Bruce Momjian)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: ynced parser and keyword list. [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: Removed old test files [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: One more file to remove [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: Some more regression test files [email protected] (Michael Meskes)
- pgsql: Add a HINT per suggestion from Michael Glaesemann. [email protected] (Tom Lane)
- pgsql: New Directory [email protected] (Michael Meskes)
- pgsql: Hopefully that's it. [email protected] (Michael Meskes)
- pgsql: Wups, got the test for contain_vars_of_level-not-needed wrong in [email protected] (Tom Lane)
- pgsql: And finally the Makefiles [email protected] (Michael Meskes)
- pgsql: Fix documentation error: GRANT/REVOKE for roles only accept role [email protected] (Tom Lane)
- pgsql: Fix documentation error: GRANT/REVOKE for roles only accept role [email protected] (Tom Lane)
- pgsql: Arrange for ValuesScan to keep per-sublist expression eval state [email protected] (Tom Lane)
- pgsql: remove extraneous space after -L flag. [email protected] (Andrew Dunstan)
- nagiosplugins - nagiosplugins: Initial Checkin of Code. [email protected] (User Twasson)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- nagiosplugins - nagiosplugins: Adding a README and a waiting query check [email protected] (User Twasson)
- pgsql: Fix logic to prevent pg_dump from dumping system schemas; bug [email protected] (Bruce Momjian)
- pgsql: Move 'ddl' right after 'none' in postgresql.conf. [email protected] (Bruce Momjian)
- pgfouine - pgfouine: * [vacuum] added the duration information * [email protected] (User Gsmet)
- pgfouine - pgfouine: fixed a bug in duration detection for index cleanup [email protected] (User Gsmet)
- npgsql - Npgsql: 2006-08-02 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- pgaccess - pgaccess: allow editing of tables with oids in the tablelist [email protected] (User Cmaj)
-
pgsql: Applied test suite update by Joachim Wieland
. [email protected] (Michael Meskes) - pgsql: Removed compiler warnings [email protected] (Michael Meskes)
- pgsql: A few regression tests for VALUES, from Gavin Sherry. [email protected] (Tom Lane)
- pgaccess - pgaccess: trim right semi-colon from views before running [email protected] (User Cmaj)
- pgaccess - pgaccess: clean out debug line [email protected] (User Cmaj)
- pgaccess - pgaccess: allowing open of views from main window [email protected] (User Cmaj)
- pgsql: Add missing pgstat_count_index_scan(), per Andreas Seltenreich. [email protected] (Tom Lane)
- pgsql: Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as [email protected] (Tom Lane)
- pgsql: Remove use of a regex character class in resultmap (for freebsd [email protected] (Tom Lane)
- pgsql: Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations [email protected] (Tom Lane)
- pgfouine - pgfouine: * [vacuum] improved the layout * [vacuum] fixed the [email protected] (User Gsmet)
- bizgres - bizgres: Enhancements to support Web services bridge [email protected] (User Dnguyen)
- pgsql: Add some basic tests of GUC behavior. [email protected] (Tom Lane)
- pgsql: Add URL for terminate backend test: > [email protected] (Bruce Momjian)
- pgsql: Add missing ecpg function prototype needed when in threaded mode [email protected] (Bruce Momjian)
- pgsql: Slight wording improvement in documentation. [email protected] (Bruce Momjian)
- pgsql: Regression test updates and fixes [email protected] (Michael Meskes)
- webtranslator - l10n: Second commit, uff! Lots of changes was added, [email protected] (User Mario__)
- pgsql: Teach eval_const_expressions to simplify BooleanTest nodes that [email protected] (Tom Lane)
- pgsql: 'make clean' must remove the create subdirectories results/ and [email protected] (Tom Lane)
- pgsql: Fix inadequate quoting in test for AIX xlc. [email protected] (Tom Lane)
- edb-debugger - workstation: New Directory [email protected] (User Korryd)
- pgsql: Fix missing 'static' keywords --- some compilers gripe about [email protected] (Tom Lane)
- pgsql: Remove redeclaration of struct sqlca_t --- unnecessary and [email protected] (Tom Lane)
- pgsql: Fix bug in new pg_dump -T/-N handling that was dumping system [email protected] (Bruce Momjian)
- pgsql: Improve logging of protocol-level prepared statements. [email protected] (Bruce Momjian)
- pgsql: #ifdef fix for MSVC builds of libpq. [email protected] (Bruce Momjian)
- edb-debugger - workstation: Adding tracer and profiler plugins [email protected] (User Korryd)
- pgsql: Fix domain_in() bug exhibited by Darcy Buskermolen. [email protected] (Tom Lane)
- pgsql: Add some blank lines for formatting. [email protected] (Bruce Momjian)
- pgsql: Teach predicate_refuted_by() how to do proofs involving [email protected] (Tom Lane)
- pgsql: Extend relation_excluded_by_constraints() to check for mutually [email protected] (Tom Lane)
- pgsql: Fix references to the Options section in the pgcrypto [email protected] (Neil Conway)
- pgsql: Fix references to the Options section in the pgcrypto [email protected] (Neil Conway)
-
npgsql - Npgsql: 2006-08-04 Josh Cooley
[email protected] (User Jbcooley) -
npgsql - Npgsql: 2006-08-05 Josh Cooley
[email protected] (User Jbcooley) - pgsql: Two more changes to regression tests to fix two differences in [email protected] (Michael Meskes)
- pgsql: Fix inheritance_planner() to delete dummy subplans from its [email protected] (Tom Lane)
- xlogviewer - xlogdump: [email protected] (User Diogob)
- pgsql: Use better named loop variable for large loop, rather than 'i'. [email protected] (Bruce Momjian)
- pgsql: Add support for forcing a switch to a new xlog file; cause such a [email protected] (Tom Lane)
- pgsql: Tweak sanity_check regression test to display more tables (viz, [email protected] (Tom Lane)
- python - pq: Improve interrupt safety. [email protected] (James William Pye)
- python - fe: Use new pq/pqueue APIs and improve interrupt safety. [email protected] (James William Pye)
- pgfouine - www: New Directory [email protected] (User Gsmet)
- pgfouine - www: preparing the website for 0.7 release [email protected] (User Gsmet)
- edb-debugger - workstation: Hiroshi-san's first internationalization [email protected] (User Korryd)
- python - pq: Fix BindingsAndExecutings. [email protected] (James William Pye)
- python - pq: When a TransitionError occurs, terminate the transaction. [email protected] (James William Pye)
- python - ip: Add AbortTransaction exception to abstract module. [email protected] (James William Pye)
- python - fe: Close connection on fatal errors. [email protected] (James William Pye)
- python - ip: Set GTX as a builtin instead of filling it in as a local. [email protected] (James William Pye)
- pgsql: Joachim fixed some bugs in numeric handling in pgtypeslib. [email protected] (Michael Meskes)
- pgestraier - pgestraier: added pgest_trigger function which allows [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 61 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: New Directory [email protected] (User Dpavlin)
- pgestraier - pgestraier: script to create pgest index on PostgreSQL [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 62 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: improved documentation, now this project is [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 63 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: drop triggers at beginning, work inside [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 64 commited to CVS [email protected] (User Dpavlin)
- Re: pgsql: Add support for forcing a switch to a new Simon Riggs
- pgsql: Make recovery from WAL be restartable, by executing a [email protected] (Tom Lane)
- pgestraier - pgestraier: print example SQL search query at end [email protected] (User Dpavlin)
- pgestraier - pgestraier: don't change encoding when inserting in [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 65 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: added chunk of documentation and ability to [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 66 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 67 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 68 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: auto-discover primary key (if it's single [email protected] (User Dpavlin)
- pgestraier - pgestraier: single-line progress bar (if it fits), only [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 69 commited to CVS [email protected] (User Dpavlin)
- pgsql: fix bug about modifying value in shared buffer, what was a reason [email protected] (Teodor Sigaev)
- pgsql: fix bug about modifying value in shared buffer, what was a reason [email protected] (Teodor Sigaev)
- pgsql: fix bug about modifying value in shared buffer, what was a reason [email protected] (Teodor Sigaev)
- pgsql: On some platforms, pg_usleep isn't interruptible by signals; fix [email protected] (Tom Lane)
- pgsql: fix bug about modifying value in shared buffer, what was a reason [email protected] (Teodor Sigaev)
- pgsql: fix bug about modifying value in shared buffer, what was a reason [email protected] (Teodor Sigaev)
- pgsql: Back-port HEAD's configure fixes to select appropriate compiler [email protected] (Tom Lane)
- pgsql: Back-port HEAD's configure fixes to select appropriate compiler [email protected] (Tom Lane)
- pgestraier - pgestraier: finish (hopefully) documentation. [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 70 commited to CVS [email protected] (User Dpavlin)
- pgsql: Put back another improperly-removed #include. [email protected] (Tom Lane)
- pgfouine - pgfouine: tsung support [email protected] (User Gsmet)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgfouine - www: preparing the website for 0.7 release [email protected] (User Gsmet)
- pgfouine - www: fixed a minor css issue [email protected] (User Gsmet)
- pgestraier - pgestraier: tutorial is very short, thanks to helper script [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 71 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: hush compiler warning [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 72 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: hush size_t warning [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 73 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: turn debug off [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 74 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: minor modificaton to cross-link documentation [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 75 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: re-generate documentation on cvs target [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 76 commited to CVS [email protected] (User Dpavlin)
- pgsql: For protocol-level prepare/bind/execute: o print user name for [email protected] (Bruce Momjian)
- pgsql: Done: < * Allow protocol-level BIND parameter values to be [email protected] (Bruce Momjian)
- python - ip: Wrong finally block. [email protected] (James William Pye)
- webtranslator - l10n: More things added to TODO section. [email protected] (User Mario__)
- pgestraier - pgestraier: try unique index if primary key doesn't exits [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 77 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 78 commited to CVS [email protected] (User Dpavlin)
- pgestraier - pgestraier: delete just existing triggers [email protected] (User Dpavlin)
- pgestraier - pgestraier: update trigger now uses est_node_edit_doc (as [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 79 commited to CVS [email protected] (User Dpavlin)
- pgsql: Made parser check for valid copy to/from stdin/stdout [email protected] (Michael Meskes)
- pgsql: Clarified COPY FROM STDIN in ecpg todo [email protected] (Michael Meskes)
- pgestraier - pgestraier: bugfix: offset implementation didn't return all [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 80 commited to CVS [email protected] (User Dpavlin)
- pgsql: Cleaned up log output a little bit more. [email protected] (Michael Meskes)
- pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni [email protected] (Teodor Sigaev)
- pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni [email protected] (Teodor Sigaev)
- pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni [email protected] (Teodor Sigaev)
- pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni [email protected] (Teodor Sigaev)
- pgsql: Fix bug introduced by last patch, thanks again to Mario Weilguni [email protected] (Teodor Sigaev)
- pgsql: Done: < o Automatically force archiving of partially-filled [email protected] (Bruce Momjian)
- pgsql: Fix definition of "errcode" for MSVC. [email protected] (Bruce Momjian)
- pgsql: Add package item: < o Add Oracle-style packages > o Add [email protected] (Bruce Momjian)
- pgsql: Add detail on packages: > > A package would be a schema [email protected] (Bruce Momjian)
- pgsql: Reverse order of performance guides so powerpostgresql is first. [email protected] (Bruce Momjian)
- pgsql: Add a feature for automatic initialization and finalization of [email protected] (Tom Lane)
- pgsql: Fix 'make clean' for change of regression.diffs file name. [email protected] (Tom Lane)
- pgfouine - www: New Directory [email protected] (User Gsmet)
- pgfouine - www: preparing the website for 0.7 release [email protected] (User Gsmet)
- pgfouine - pgfouine: fixed unit tests [email protected] (User Gsmet)
- pgfouine - pgfouine: bump version [email protected] (User Gsmet)
- pgsql: Update: < o COPY FROM STDIN not implemented because not useful? [email protected] (Bruce Momjian)
- pgsql: Fix win32.mak for config cleanup. [email protected] (Bruce Momjian)
- pgsql: Update packages: < private functions, and initialization [email protected] (Bruce Momjian)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Update packages description: < A package would be a schema [email protected] (Bruce Momjian)
- pgsql: Suppress MSVC warnings about weak functions by using [email protected] (Bruce Momjian)
- pgsql: Fixed error handling in numeric conversion (Joachim). [email protected] (Michael Meskes)
- Re: pgsql: Add a feature for automatic initialization Teodor Sigaev
- pgsql: Fixed some memory bugs that somehow reappeared. [email protected] (Michael Meskes)
- Re: pgsql: Add a feature for automatic initialization and finalization of Tom Lane
- npgsql - Npgsql: 2006-08-09 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- pgsql: Update packages: < A package would be a schema with [email protected] (Bruce Momjian)
- pgsql: Add TODO items we don't want (Idea from Josh Berkus) > > > [email protected] (Bruce Momjian)
- pgsql: Add URL: > [email protected] (Bruce Momjian)
- pgestraier - pgestraier: finished see also, with note about queryies [email protected] (User Dpavlin)
- pgestraier - pgestraier: subversion revision 81 commited to CVS [email protected] (User Dpavlin)
- pgsql: Formatting improvement. [email protected] (Bruce Momjian)
- pgsql: Fix statement_timeout on Win32 so that it properly treats [email protected] (Bruce Momjian)
- pgsql: Fix statement_timeout on Win32 so that it properly treats [email protected] (Bruce Momjian)
- pgsql: Add URL for typmod: > [email protected] (Bruce Momjian)
- pgsql: On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms [email protected] (Bruce Momjian)
- pgsql: On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms [email protected] (Bruce Momjian)
- pgsql: Round microseconds on setitimer upwards. [email protected] (Bruce Momjian)
- pgsql: Round microseconds on setitimer upwards. [email protected] (Bruce Momjian)
- pgfouine - pgfouine: test if we can find FSM information (pg 8.0) [email protected] (User Gsmet)
- pgfouine - pgfouine: no need for sorttable.js here [email protected] (User Gsmet)
- pgfouine - pgfouine: minor fixes [email protected] (User Gsmet)
- pgfouine - pgfouine: minor fixes [email protected] (User Gsmet)
- bizgres - bizgres: Enhancement - Added zip support to file reader [email protected] (User Nwakefield)
- pgfouine - pgfouine: cosmetic fixes [email protected] (User Gsmet)
- pgfouine - pgfouine: finally it's better to initialize them to 0 instead [email protected] (User Gsmet)
- pgfouine - www: minor fixes and cleanup of the tutorial [email protected] (User Gsmet)
- pgsql: Fix inadequate makefile-fu in ecpg regression tests. [email protected] (Tom Lane)
- pgfouine - pgfouine: fixed a CSS conflict [email protected] (User Gsmet)
- pgsql: Fix display of log duration so it is milliseconds.microseconds [email protected] (Bruce Momjian)
- pgsql: Move "#define inline __inline" from port/win32.h to c.h because [email protected] (Bruce Momjian)
- pgsql: Move "#define inline __inline" from port/win32.h to c.h because [email protected] (Bruce Momjian)
- pgsql: Return inline to win32.h because code was OK, but keep additional [email protected] (Bruce Momjian)
- pgsql: Move Win32 inline define to win32.h so it is found, rather than [email protected] (Bruce Momjian)
- Re: pgsql: Move "#define inline __inline" from port/win32.h to c.h because Tom Lane
- pgsql: Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged [email protected] (Tom Lane)
- Re: [HACKERS] pgsql: Move "#define inline __inline" Bruce Momjian
- pgfouine - www: last fixes for 0.7 [email protected] (User Gsmet)
- pgfouine - www: updated samples with latest fixes [email protected] (User Gsmet)
- pgfouine - www: updated sample reports with the latest fixes [email protected] (User Gsmet)
- pgfouine - pgfouine: updated RPM packaging for 0.7 fixed release date to [email protected] (User Gsmet)
- pgfouine - pgfouine: updated RPM packaging for 0.7 [email protected] (User Gsmet)
- pgfouine - pgfouine: improved usage [email protected] (User Gsmet)
- pgfouine - pgfouine: updated RPM packaging for 0.7 [email protected] (User Gsmet)
- pgfouine - pgfouine: minor cosmetic fix [email protected] (User Gsmet)
- pgfouine - pgfouine: updated THANKS [email protected] (User Gsmet)
- pgfouine - www: badly encoded urls prevent from validating xhtml 1.0 [email protected] (User Gsmet)
- pgfouine - pgfouine: fixed XHTML validation problems [email protected] (User Gsmet)
- dblink-tds - dblink_tds: [email protected] (User Diogob)
- dblink-tds - dblink_tds: [email protected] (User Diogob)
- pgsql: Add URLs < * Allow encoding on a per-column basis > * Allow [email protected] (Bruce Momjian)
- bizgres - bizgres: Enhancement: Added 2 Writer components 1. [email protected] (User Nwakefield)
- bizgres - bizgres: [email protected] (User Nwakefield)
- pgsql: Update for company URL. [email protected] (Bruce Momjian)
- pgsql: Fix typo. [email protected] (Alvaro Herrera)
- pgsql: Add Neil's presentation to FAQ_DEV. [email protected] (Bruce Momjian)
- pgsql: Make the psql line counter 64-bit so it can handle files > 4gig [email protected] (Bruce Momjian)
- pgsql: plperl: Allow conversion from perl to postgresql array in OUT [email protected] (Bruce Momjian)
- pgsql: Refactor GUC set_config_option function: The main reason for [email protected] (Bruce Momjian)
- pgsql: Allow commenting of variables in postgresql.conf to restore them [email protected] (Bruce Momjian)
- pgsql: Revert undesired FAQ_DEV change. [email protected] (Bruce Momjian)
- pgsql: Done: < o %Allow commenting of variables in postgresql.conf to [email protected] (Bruce Momjian)
- pgsql: Set Win32 server-size socket buffer to 32k, for performance [email protected] (Bruce Momjian)
- Re: pgsql: Add Neil's presentation to FAQ_DEV. Neil Conway
- pgsql: Add INSERT/UPDATE/DELETE RETURNING, with basic docs and [email protected] (Tom Lane)
- pgsql: Fix wording, per Neil. [email protected] (Bruce Momjian)
- pgsql: Done: < o Allow INSERT/UPDATE ... [email protected] (Bruce Momjian)
- pgsql: Back out patch that allowed commented guc variables to return to [email protected] (Bruce Momjian)
- pgsql: Back out patch to reorganize guc processing. [email protected] (Bruce Momjian)
- pgsql: Back out patch for plperl to handle OUT paramaters into arrays [email protected] (Bruce Momjian)
- Re: pgsql: Add Neil's presentation to FAQ_DEV. Bruce Momjian
- npgsql - Npgsql: 2006-08-12 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- npgsql - Npgsql: 2006-08-12 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- pgsql: Remove ancient, obsolete comment. [email protected] (Tom Lane)
- pgsql: Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; [email protected] (Tom Lane)
- pgsql: Re-apply guc cleanup patch, with memory allocation bugs fixed. [email protected] (Bruce Momjian)
- pgsql: Recommit patch to allow commented GUC variables to return to [email protected] (Bruce Momjian)
- pgsql: Re-apply plperl patch that allows OUT parameters to be placed [email protected] (Bruce Momjian)
- pgsql: Applied patch for VPATH builds by Alvaro Herrera [email protected] (Michael Meskes)
- xlogviewer - xlogdump: [email protected] (User Diogob)
- xlogviewer - xlogdump: [email protected] (User Diogob)
- pgsql: Fix recent guc comment-to-default patch for custom variables. [email protected] (Bruce Momjian)
- xlogviewer - xlogdump: [email protected] (User Diogob)
- pgsql: Back out plperl OUT hash/array parameter patch, again. [email protected] (Bruce Momjian)
- pgsql: Original coding of 'returning' regression test inadvertently [email protected] (Tom Lane)
- pgsql: Extend 'guc' regression test to check manipulations of datestyle [email protected] (Tom Lane)
- pgsql: If test postmaster fails to start within 60 seconds, try to kill [email protected] (Tom Lane)
- python - ip: Provide a means for passing args and kw to connection [email protected] (James William Pye)
- python - fe: Add a --pq-trace option for logging protocol communication. [email protected] (James William Pye)
- pgsql: Cause psql to report both the returned data and the command [email protected] (Tom Lane)
- pgsql: Fix core dump in duration logging for a V3-protocol Execute [email protected] (Tom Lane)
- pgsql: Fix core dump in duration logging for a V3-protocol Execute [email protected] (Tom Lane)
-
npgsql - Npgsql: 2006-08-13 Josh Cooley
[email protected] (User Jbcooley) - pgsql: Get rid of "lookahead" functionality in plpgsql's yylex() [email protected] (Tom Lane)
- pgsql: Get rid of "lookahead" functionality in plpgsql's yylex() [email protected] (Tom Lane)
- pgsql: Revert (again) GUC patch to return commented fields to their [email protected] (Bruce Momjian)
- plscheme - plscheme: Imported Sources [email protected] (User Knt)
- plscheme - plscheme: README file imported. [email protected] (User Knt)
- pgsql: Remove hash_destroy calls in hash_create's failure paths. [email protected] (Tom Lane)
- edb-debugger - workstation: Hiroshi-san's second patch (correcting my [email protected] (User Korryd)
- pgsql: When executing a list of queries derived from rule expansion, [email protected] (Tom Lane)
- edb-debugger - workstation: Hiroshi-san's third patch, making VC++ a [email protected] (User Korryd)
- edb-debugger - workstation: New Directory [email protected] (User Korryd)
- edb-debugger - workstation: New Directory [email protected] (User Korryd)
- edb-debugger - workstation: Hiroshi-san's fourth patch, adding gettext [email protected] (User Korryd)
- npgsql - Npgsql: 2006-08-14 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- npgsql - Npgsql: 2006-08-14 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- npgsql - Npgsql: 2006-08-14 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- npgsql - Npgsql: 2006-08-14 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- pgbuildfarm - client-code: fix buglet of missing log directory found by [email protected] (User Andrewd)
- pgsql: Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount [email protected] (Tom Lane)
- xlogviewer - xlogdump: [email protected] (User Diogob)
- pgsql: Fix oversight in initial implementation of PORTAL_ONE_RETURNING [email protected] (Tom Lane)
- pgsql: Cause '*' and 'foo.*' notations to mark the referenced RTE(s) as [email protected] (Tom Lane)
- pgsql: Added lots of SoC stuff made by Joachim. [email protected] (Michael Meskes)
- pgsql: Sorry, forgot the new files. [email protected] (Michael Meskes)
- plscheme - plscheme: Fixed empty argument list handling and garbage [email protected] (User Knt)
- pgsql: Fixed a typo and made two mallocs Coverity friendly. [email protected] (Michael Meskes)
- pgsql: Fix pgbench to handle empty lines in script files as documented. [email protected] (Tatsuo Ishii)
- pgsql: Add server support for "plugin" libraries that can be used for [email protected] (Tom Lane)
- pgsql: Add hooks to allow debugging and performance measurement plugins [email protected] (Tom Lane)
- pgsql: Add a hack so that get_type_io_data() can work from bootstrap.c's [email protected] (Tom Lane)
- psqlodbc - psqlodbc: Fix a bug in SQLSetPos under UseDeclare/Fetch mode. [email protected] (User Hinoue)
- pgsql: Seems some C compilers think 'restrict' is a fully reserved word. [email protected] (Tom Lane)
- webtranslator - l10n: - Find the TODOs in views.py file if you please [email protected] (User Mario__)
- pgsql: Put probes.o file in right directory, fixes dtrace compilation [email protected] (Peter Eisentraut)
- pgsql: Add: > * Add support for arrays of domains [email protected] (Bruce Momjian)
- pgfouine - www: updated sample reports updated webpages added the [email protected] (User Gsmet)
- pgfouine - pgfouine: minor cosmetic fix [email protected] (User Gsmet)
- pgfouine - pgfouine: updated ChangeLog before the release [email protected] (User Gsmet)
- Re: pgsql: Add: > * Add support for arrays of domains David Fetter
- pgfouine - www: links for 0.7 download [email protected] (User Gsmet)
- pgfouine - pgfouine: fixed elapsed time calculation. [email protected] (User Gsmet)
- pgfouine - pgfouine: updated the description of the RPM [email protected] (User Gsmet)
- pgsql: Add: > * Support a data type with specific enumerated values [email protected] (Bruce Momjian)
- pgfouine - www: fixed the stdin example thanks to Sebastian Krohn [email protected] (User Gsmet)
- pgsql: Add: < * Add support for arrays of domains > o Add support for [email protected] (Bruce Momjian)
- Re: pgsql: Add: > * Add support for arrays of domains Bruce Momjian
- pgfouine - pgfouine: applied patch to RPM spec file by Devrim Gunduz [email protected] (User Gsmet)
- plscheme - plscheme: Introduce argument modes (INOUT/OUT) functionality. [email protected] (User Knt)
- pgfouine - www: updated RPM [email protected] (User Gsmet)
- pgsql: Teach convert_subquery_pathkeys() to handle the case where the [email protected] (Tom Lane)
- pgsql: Fix an oversight in mergejoin planning: the planner would reject [email protected] (Tom Lane)
- pgsql: Produce a clean failure in configure when dtrace is selected but [email protected] (Peter Eisentraut)
- xlogviewer - xlogdump: [email protected] (User Diogob)
- bizgres - bizgres: Merge of PostgreSQL 8.1.4 code. [email protected] (User Sdanforth)
- pgsql: Implement archive_timeout feature to force xlog file switches to [email protected] (Tom Lane)
- Re: pgsql: Update WIN32 quoting roles documentation. Magnus Hagander
- plscheme - plscheme: Fixed previously mentioned write-past-chunk bug. [email protected] (User Knt)
- plscheme - htdocs: Imported Sources [email protected] (User Knt)
- plscheme - plscheme: Stick with the new heap_form_tuple(). [email protected] (User Knt)
- pgsql: Update Win32 CMD quoting rules information location, CMD /?, from [email protected] (Bruce Momjian)
- Re: pgsql: Update WIN32 quoting roles documentation. Bruce Momjian
- pgsql: Mention only Windows 2000SP4 works. [email protected] (Bruce Momjian)
- pgsql: Changed lexer to no longer use the default rule. [email protected] (Michael Meskes)
- pgsql: Applied the connect patch from HEAD. [email protected] (Michael Meskes)
- pgsql: Applied the connect patch from HEAD [email protected] (Michael Meskes)
- pgsql: Now that we've rearranged relation open to get a lock before [email protected] (Tom Lane)
- pgsql: Update Win2000SP4 mention. [email protected] (Bruce Momjian)
- pgsql: Add space before SP4. [email protected] (Bruce Momjian)
- pgsql: Fixed a buffer overrun that was masked on Linux systems. [email protected] (Michael Meskes)
- pgsql: Backported buffer overrun from HEAD [email protected] (Michael Meskes)
- pgsql: Backported buffer overrun fix from HEAD [email protected] (Michael Meskes)
- pgsql: Add PQdescribePrepared, PQdescribePortal, and related functions [email protected] (Tom Lane)
- pgsql: Add installcheck-parallel target to top level makefiles. [email protected] (Andrew Dunstan)
- pgsql: Add installcheck-parallel target to top level makefiles. [email protected] (Andrew Dunstan)
- pgsql: Add installcheck-parallel target to top level makefiles. [email protected] (Andrew Dunstan)
- bizgres - bizgres: Added whitespace to test commit. [email protected] (User Sdanforth)
- bizgres - bizgres: Initial commit for resource scheduling (aka statement [email protected] (User Markir)
- bizgres - bizgres: New Directory [email protected] (User Markir)
- pgsql: Add a 'waiting' column to pg_stat_activity to carry the same [email protected] (Tom Lane)
- pgsql: Suppress subquery pullup/pushdown when a subquery contains [email protected] (Tom Lane)
- plscheme - plscheme: There's no point in keeping a seperate fork for [email protected] (User Knt)
- plscheme - htdocs: Added a features listing. [email protected] (User Knt)
- plscheme - plscheme: Added $Id$ RCS. [email protected] (User Knt)
- plscheme - plscheme: Added $Id$ RCS. [email protected] (User Knt)
- plscheme - htdocs: Added $Id$ RCS. [email protected] (User Knt)
- pgsql: More SoC stuff [email protected] (Michael Meskes)
- pgsql: Added another test [email protected] (Michael Meskes)
- pgfouine - pgfouine: fixed detection of malformed log files [email protected] (User Gsmet)
- fulldisjunction - fd: New Directory [email protected] (User Pgstudy)
- fulldisjunction - fd: Added usecase. [email protected] (User Pgstudy)
- fulldisjunction - fd: Added usecase. [email protected] (User Pgstudy)
- fulldisjunction - fd: Added usecase. [email protected] (User Pgstudy)
- bizgres - bizgres: New Directory [email protected] (User Markir)
- bizgres - bizgres: Add contrib module pg_kill discussed previously but [email protected] (User Markir)
- bizgres - bizgres: Fix warning from pg_terminate_backend.c during [email protected] (User Markir)
- pgsql: Fixed a few trivial memory leaks reported by Coverity just to [email protected] (Michael Meskes)
- pgsql: Fix DROP OWNED BY to correctly consider the implicitly-deleted [email protected] (Alvaro Herrera)
- pgsql: Fix all known problems with pg_dump's handling of serial [email protected] (Tom Lane)
- bizgres - bizgres: Adopt a more coherent layout for this file. [email protected] (User Markir)
- pgsql: Fixed a few memory leaks. [email protected] (Michael Meskes)
- pgsql: Remove items, not needed anymore: < * %Disallow changing DEFAULT [email protected] (Bruce Momjian)
- pgsql: Done: < o Add a function to support Parse/DescribeStatement [email protected] (Bruce Momjian)
- pgsql: Make the server track an 'XID epoch', that is, maintain [email protected] (Tom Lane)
- pgsql: Remove obsolete tip about casting bool to int, per Taiki [email protected] (Tom Lane)
- pgsql: Remove obsolete tip about casting bool to int, per Taiki [email protected] (Tom Lane)
- pgsql: Minor code rearrangement to save a few cycles in RI_FKey_check [email protected] (Tom Lane)
- pgsql: Fix encrypted-LDAP support so that it doesn't cause the server to [email protected] (Tom Lane)
- npgsql - Npgsql: 2006-08-21 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- pgsql: Add space between Win2000 and SP4. [email protected] (Bruce Momjian)
- pgsql: Generalize width_bucket() documentation because b1/b2 can be [email protected] (Bruce Momjian)
- pgsql: Ooops, ldap fix for win32 broke the non-win32 case. [email protected] (Tom Lane)
- npgsql - Npgsql: 2006-08-22 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- pgsql: Add hint for "invalid byte sequence for encoding" error message, [email protected] (Bruce Momjian)
- pgsql: Add hint for "invalid byte sequence for encoding" error message, [email protected] (Bruce Momjian)
- pgsql: Add info for get_* functions: > > These would be for [email protected] (Bruce Momjian)
- Re: pgsql: Ooops, ldap fix for win32 broke the non-win32 case. Magnus Hagander
- pgsql: In new "invalid byte sequence" error hint, call it "error", not [email protected] (Bruce Momjian)
- pgsql: In new "invalid byte sequence" error hint, call it "error", not [email protected] (Bruce Momjian)
- pgsql: Descriptor values were quoted twice. [email protected] (Michael Meskes)
- xlogviewer - xlogdump: update decoding [email protected] (User Diogob)
- psqlodbc - psqlodbc: publication of a release note. [email protected] (User H-saito)
- pgsql: Update COPY/VIEW item: < o Allow COPY to output from SELECT > [email protected] (Bruce Momjian)
- pgsql: Replaced double-quote-fix with a hopefully better version. [email protected] (Michael Meskes)
- Re: pgsql: Replaced double-quote-fix with a hopefully Stefan Kaltenbrunner
- pgsql: Argh, forgot the new file yet again. [email protected] (Michael Meskes)
- pgsql: Used autoconf 2.59 this time. [email protected] (Michael Meskes)
- pgsql: Somehow my version compiled but the change didn't make it to CVS. [email protected] (Michael Meskes)
- Re: pgsql: Replaced double-quote-fix with a hopefully better version. Michael Meskes
- pgsql: Add "AS" item: < * All backends running as threads in a single [email protected] (Bruce Momjian)
- pgsql: Optimize the case where a btree indexscan has current and mark [email protected] (Tom Lane)
- pgsql: Update XML2 documentation for xpath_table(). [email protected] (Bruce Momjian)
- pgsql: Add some debug logging code to AllocateFile's failure path to log [email protected] (Tom Lane)
- psqlodbc - psqlodbc: make up for a deficiency. [email protected] (User H-saito)
- pgsql: Need more defines in ecpg_config.h, patch sent by Rocco Altier [email protected] (Michael Meskes)
- pgsql: Fixed of by one variable size. [email protected] (Michael Meskes)
- pgsql: Needed more stuff from c.h. [email protected] (Michael Meskes)
- pgsql: Synced parser [email protected] (Michael Meskes)
- psqlodbc - psqlodbc: The version is now 8.2.0.7. [email protected] (User Hinoue)
- psqlodbc - psqlodbc: additional of a document. [email protected] (User H-saito)
- psqlodbc - psqlodbc: Add a missing def file. [email protected] (User Hinoue)
- pgsql: Add: > * Allow inlining of set-returning functions [email protected] (Bruce Momjian)
- psqlodbc - psqlodbc: guide message was corrected. [email protected] (User H-saito)
- pgsql: Fix compare bug for tsvector: problem was in aligment. [email protected] (Teodor Sigaev)
- pgsql: Fix compare bug for tsvector: problem was in aligment. [email protected] (Teodor Sigaev)
- psqlodbc - psqlodbc: Fixed dllname of win32 ANSI: psqlodbca Unicode: [email protected] (User H-saito)
- npgsql - Npgsql: 2006-08-25 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- pgsql: Add the ability to create indexes 'concurrently', that is, [email protected] (Tom Lane)
- pgsql: Fix regression tests: after changing comparing function order is [email protected] (Teodor Sigaev)
- pgsql: Fix regression tests: after changing comparing function order is [email protected] (Teodor Sigaev)
- pgbuildfarm - client-code: add step for ECPG tests for HEAD and branches [email protected] (User Andrewd)
- pgsql: Add 'feedback' section heading to xml2. [email protected] (Bruce Momjian)
- pgsql: Add: < > * Implement SQL:2003 window functions [email protected] (Bruce Momjian)
- pgsql: Add blank line.> [email protected] (Bruce Momjian)
- pgsql: Add blank line. [email protected] (Bruce Momjian)
- pgsql: Changed double output. [email protected] (Michael Meskes)
- psqlodbc - psqlodbc: . Fix a select() blocking bug in *nix environment. [email protected] (User Hinoue)
- psqlodbc - psqlodbc: Adjustment of the order of a definition. [email protected] (User H-saito)
- webtranslator - l10n: I started to write the file's locks, when a [email protected] (User Mario__)
- snapshot - src: FIX: [#1000716] database name is hardcoded Now we have [email protected] (User Cunha17)
- snapshot - root: Meaningful messages on "./Makefile.sh clean" [email protected] (User Cunha17)
- pgsql: Make saveHistory work properly on OS X when HISTFILE is set to [email protected] (Tom Lane)
- pgsql: - Enabled single-quoted connection targets. [email protected] (Michael Meskes)
- pgfouine - pgfouine: cleanup [email protected] (User Gsmet)
- pgfouine - pgfouine: cleanup [email protected] (User Gsmet)
- pgbuildfarm - client-code: add time string to verbose traces [email protected] (User Andrewd)
- pgsql: Move xact.c's partial support for Lists of TransactionIds into [email protected] (Tom Lane)
- pgsql: Add a function GetLockConflicts() to lock.c to report xacts [email protected] (Tom Lane)
- pgsql: Add some notes about why it's not a bug that RI_FKey_check calls [email protected] (Tom Lane)
- pgsql: Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. [email protected] (Tom Lane)
- bizgres - bizgres: Add primitive deadlock detection code. [email protected] (User Markir)
- pgsql: Turn autovacuum on by default. [email protected] (Peter Eisentraut)
- npgsql - Npgsql: 2006-08-28 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- npgsql - Npgsql: 2006-08-28 Francisco Figueiredo Jr. [email protected] (User Fxjr)
- orafce - orafce: table is protected via rules [email protected] (User Okbob)
- pgsql: Tweak trivial_subqueryscan() to consider a SubqueryScan's [email protected] (Tom Lane)
- orafce - orafce: updated for 8.2 .. [email protected] (User Okbob)
- orafce - orafce: small correctures [email protected] (User Okbob)
- pgsql: Partial fix for ecpg's VPATH problems. [email protected] (Tom Lane)
- pgfouine - pgfouine: added a TODO [email protected] (User Gsmet)
- pgfouine - pgfouine: added support for prepared statements (including [email protected] (User Gsmet)
- pgsql: Fix pgstat_report_waiting() to not dump core if called before [email protected] (Tom Lane)
- pgsql: Update: < * Allow DEFERRABLE UNIQUE constraints? > * Allow [email protected] (Bruce Momjian)
- pgsql: Move to referential integrity section: > o Allow DEFERRABLE and [email protected] (Bruce Momjian)
- pgsql: Add URL: > [email protected] (Bruce Momjian)
- pgsql: Now bind displays prepare as detail, and execute displays prepare [email protected] (Bruce Momjian)
- pgsql: Only call log_after_parse() if necessary. [email protected] (Bruce Momjian)
- npgsql - Npgsql: Fixed empty result check. [email protected] (User H-saito)
- pgsql: Revert change to turn autovacuum on by default. [email protected] (Peter Eisentraut)
- pgsql: Fixed parser and library to allow empty database names. [email protected] (Michael Meskes)
- pgsql: Removed debug option from pg_regress call. [email protected] (Michael Meskes)
- psqlodbc - psqlodbc: Add some missing files. [email protected] (User Dpage)
- pgsql: Second try committing the path changes. [email protected] (Michael Meskes)
- pgsql: Fix incorrect length of lexemes in silly_cmp_tsvector() [email protected] (Teodor Sigaev)
- pgsql: Fix incorrect length of lexemes in silly_cmp_tsvector() [email protected] (Teodor Sigaev)
- pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a [email protected] (Teodor Sigaev)
- pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a [email protected] (Teodor Sigaev)
- pgsql: Add description of tsvector type layout [email protected] (Teodor Sigaev)
- pgsql: Add description of tsvector type layout [email protected] (Teodor Sigaev)
- pgsql: Fix BUG #2594: Gin Indexes cause server to crash when it builds [email protected] (Teodor Sigaev)
- pgsql: Invent an assign-hook mechanism for psql variables similar to the [email protected] (Tom Lane)
- pgsql: Fix mistyping [email protected] (Teodor Sigaev)
- pgsql: Fix mistyping [email protected] (Teodor Sigaev)
- pgsql: Fix mistyping [email protected] (Teodor Sigaev)
- pgsql: Fix mistyping [email protected] (Teodor Sigaev)
- pgsql: Add autovacuum item: > o Turn on by default [email protected] (Bruce Momjian)
- pgfouine - www: pgFouine is now in Debian. [email protected] (User Gsmet)
- nagiosplugins - nagiosplugins: Added an INSTALL file since there were a [email protected] (User Twasson)
- psqlodbc - psqlodbc: Initial value has set MSDTC=no of VC6. [email protected] (User H-saito)
- pgsql: Separate prepared statement and bind parameters with comma. [email protected] (Bruce Momjian)
- pgsql: Create a FETCH_COUNT parameter that causes psql to execute [email protected] (Tom Lane)
- pgsql: Dept. [email protected] (Tom Lane)
- bizgres - bizgres: init coder [email protected] (User Dnguyen)
- bizgres - bizgres: init code [email protected] (User Dnguyen)
- bizgres - bizgres: updates [email protected] (User Dnguyen)
- psqlodbc - psqlodbc: Fixed syntax error. [email protected] (User H-saito)
- pginstaller - pginst: Update for PostGIS changes [email protected] (User Dpage)
- pginstaller - pginst: Update for latest pgAdmin, and add contrib [email protected] (User Dpage)
- psqlodbc - psqlodbc: Fix compilation errors in debug mode. [email protected] (User Hinoue)
- psqlodbc - psqlodbc: Improve connection error message in case of invalid [email protected] (User Hinoue)
- press - pr: New Directory [email protected] (User Aglio)
- press - pr: New Directory [email protected] (User Aglio)
- press - pr: Added first draft of 8.2 release [email protected] (User Aglio)
- press - pr: Vote for NY, minor formatting. [email protected] (User Turnstep)
- press - pr: Change "Generic" to "Generalized" [email protected] (User Turnstep)
- press - pr: PITR 8.0 not 8.1. [email protected] (User Turnstep)
- pgsql: Fix things so that fopen's, not only open's, pass [email protected] (Tom Lane)
- pgsql: Update logging of prepare/execute syntax, per comments from [email protected] (Bruce Momjian)
- press - pr: Mention pg_dump, per Chris Browne. [email protected] (User Turnstep)
- pgsql: Extend COPY to support COPY (SELECT ...) TO ... [email protected] (Tom Lane)
- pgsql: Done: < Last updated: Tue Aug 29 12:21:52 EDT 2006 > Last [email protected] (Bruce Momjian)
- pgsql: Correct attibution: COPY SELECT work done by Zoltan Boszormenyi [email protected] (Bruce Momjian)
- Re: pgsql: Correct attibution: COPY SELECT work done by Zoltan Boszormenyi Alvaro Herrera
- pgsql: Attibution addition: Add Karel Zak also for COPY SELECT. [email protected] (Bruce Momjian)
- Re: pgsql: Correct attibution: COPY SELECT work Bruce Momjian
- webtranslator - l10n: Some important things were finished as: - the [email protected] (User Mario__)
- webtranslator - l10n: New template file added! [email protected] (User Mario__)
- psqlodbc - psqlodbc: Explicitly cast the strchr() return value to stop [email protected] (User Dpage)
- psqlodbc - psqlodbc: Prep for 08.02.0100 release [email protected] (User Dpage)
- psqlodbc - psqlodbc: Don't build odbcapi25w on *nix [email protected] (User Dpage)
- psqlodbc - psqlodbc: Seperate driver names for Unicode/ANSI (again\!) [email protected] (User Dpage)
- psqlodbc - psqlodbc: Add missing \ [email protected] (User Dpage)
- pgsql: Repair interpretation of GB as MB. [email protected] (Peter Eisentraut)
- xlogviewer - xlogdump: correction of truncated tables translation [email protected] (User Diogob)
- xlogviewer - xlogdump: New Directory [email protected] (User Diogob)
- xlogviewer - xlogdump: docs now in CVS [email protected] (User Diogob)
- xlogviewer - xlogdump: help function [email protected] (User Diogob)
- pgfouine - pgfouine: fixed a bug in history listener: queries were not [email protected] (User Gsmet)
- pgfouine - pgfouine: added a replace method to RegExp [email protected] (User Gsmet)
- pgfouine - pgfouine: Prepared statements support round 2 [email protected] (User Gsmet)
- pgfouine - pgfouine: Prepared statements support round 2 [email protected] (User Gsmet)
- pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that [email protected] (Tom Lane)
- pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that [email protected] (Tom Lane)
- pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that [email protected] (Tom Lane)
- pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that [email protected] (Tom Lane)
- pgfouine - pgfouine: Prepared statements support round 2 [email protected] (User Gsmet)
- pgfouine - pgfouine: Prepared statements support round 2 [email protected] (User Gsmet)
- pgfouine - pgfouine: Prepared statements support round 2 [email protected] (User Gsmet)
- pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that [email protected] (Tom Lane)
- press - pr: Add in latest "externals" paragraph from list, fix spelling, [email protected] (User Turnstep)
- bizgres - bizgres: Add administration commands for resource queues. [email protected] (User Markir)
- bizgres - bizgres: Add commands to administer resource queues [email protected] (User Markir)
- webtranslator - l10n: New Directory [email protected] (User Mario__)
- webtranslator - l10n: pot files were added [email protected] (User Mario__)