Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2006-03 Thread Index (1/2)
Last updated: Fri Mar 28 04:21:06 2008
357 messages
- pgsql: Remove the 'slow' path for btree index build, which built the Tom Lane
- bizgres - bizgres: Parameter inheritance was inconsistent across job User Nwakefield
- pgsql: Clean up WAL/buffer interactions as per my recent proposal. Tom Lane
- bizgres - bizgres: Introduce patch Release-0_9_GA User Ksrikanth
- pgaccess - pgaccess: putting pgmonitor back in User Cmaj
- pgaccess - pgaccess: upgrading to pgintcl-3.0.0, lots of housekeeping User Cmaj
- bizgres - bizgres: Introduce patch Release-0_9_2-1 User Ksrikanth
- pgaccess - pgaccess: New Directory User Cmaj
- bizgres - bizgres: Backing out the latest bitmap patch - Ayush User Aparashar
- bizgres - bizgres: Introduce release Release-0_9_2 User Ksrikanth
- bizgres - bizgres: Change work_mem and shared_buffers defaults for User Llonergan
- pgaccess - pgaccess: removed OID dependency for form User Cmaj
- pgsql: Improve gist XLOG code to follow the coding rules needed to Tom Lane
- pgsql: Suppress attempts to report dropped tables to the stats collector Tom Lane
- python - fe: Don't close the connection on __del__. James William Pye
- bizgres - bizgres: Fixing Version Put Postgres at the begining. User Ksrikanth
- bizgres - bizgres: update 0.9 release User Ksrikanth
- pgsql: Fix bad SQL, per Stefan Kaltenbrunner. Andrew Dunstan
- pgsql: Clean up and document the API for XLogOpenRelation and Tom Lane
- pgfouine - www: added the gentoo ebuild link User Gsmet
- pgsql: TablespaceCreateDbspace should function normally even on Tom Lane
- python - be: Do cleanup on only commit and abort. James William Pye
- pgsql: Disable full_page_writes, because turning it off risks causing Tom Lane
- pgloader - pgloader: This new version allows importing data from all User Jpargudo
- pgsql: Repair longstanding error in btree xlog replay: XLogReadBuffer Tom Lane
- bizgres - bizgres: File Modified :path.sh BUG BG-4 Fix : Use BIZHOME to User Ksrikanth
- bizgres - bizgres: Introduce release Release-0_9_1 User Ksrikanth
- wikipedia - wikipgedia: backporting security fix from mediawiki 1.5.8 Sven Klemm
- pgfouine - pgfouine: notice-- with php 5.1 User Gsmet
- pgfouine - pgfouine: fixed a reference problem User Gsmet
- pgfouine - pgfouine: added a new line to ignore User Gsmet
- pginstaller - web: Fix URL per Phil Rhodes User Dpage
- pgfouine - pgfouine: improved errors report User Gsmet
- pgfouine - www: minor fixes User Gsmet
- pgfouine - www: updated the website for 0.5 release User Gsmet
- bizgres - bizgres: Assertion issues with shrink_memtuples solved. User Aparashar
- pgfouine - pgfouine: let's release 0.5 User Gsmet
- pgfouine - pgfouine: better to use H instead of h User Gsmet
- pgaccess - pgaccess: removed usage of OID from queries User Cmaj
- pgfouine - pgfouine: let's set a higher memory limit even if it's often User Gsmet
- pgfouine - pgfouine: removed html from text output User Gsmet
- pgfouine - pgfouine: fixed a bug in the all queries graph User Gsmet
- pgfouine - pgfouine: help++ User Gsmet
- pgfouine - pgfouine: let's ignore autovacuum log lines User Gsmet
- pgfouine - pgfouine: added getSubQueries for unit testing User Gsmet
- pgfouine - pgfouine: removed an empty line at the end of the file User Gsmet
- pgfouine - pgfouine: removed empty test cases User Gsmet
- pgfouine - pgfouine: updated test cases User Gsmet
- pgfouine - pgfouine: new test User Gsmet
- pgfouine - pgfouine: added a html hourly report User Gsmet
- pgfouine - pgfouine: fixed a bug in an error message User Gsmet
- pgfouine - pgfouine: added a toc User Gsmet
- pgfouine - pgfouine: improved date detection again should be ok now User Gsmet
- pgfouine - pgfouine: removed getConfig/setConfig to use constants User Gsmet
- pgfouine - pgfouine: fixed a minor bug on NULL values User Gsmet
- bizgres - bizgres: Introduce release Release-0_9_0 User Ksrikanth
- pgsql: Comments in IndexBuildHeapScan describe the indexing of Tom Lane
- bizgres - bizgres: Includes: 1. User Aparashar
- bizgres - bizgres: Tagged version string. User Llonergan
- pgstatic - pgstatic: New Directory User Chriskl
- pgstatic - pgstatic: Imported Sources User Chriskl
- pgsql: Arrange to emit a description of the current XLOG record as error Tom Lane
- pgfouine - pgfouine: added the ability to read log file from stdin User Gsmet
- pgfouine - pgfouine: added microsecond unit User Gsmet
- pgfouine - pgfouine: authorized longer command number User Gsmet
- pgfouine - pgfouine: removed an unused regexp added us (microsecond) as User Gsmet
- bizgres - bizgres: Latest improvements from Simon for memory management User Aparashar
- npgsql - Npgsql: 2006-03-23 Francisco Figueiredo Jr. User Fxjr
- python - fe: Add more tests to testArray. James William Pye
- python - typ: Fix handling of empty arrays. James William Pye
- pgsql: Fix plpgsql to pass only one copy of any given plpgsql variable Tom Lane
- bizgres - bizgres: added suport for moving and deleting the source file User Nwakefield
- pgsql: Add error location info to ResTarget parse nodes. Tom Lane
- psqlodbc - psqlodbc: I have noticed the commit leak... User H-saito
- python - fe: Asyncs can occur while waiting for Ready. James William Pye
- bizgres - bizgres: Tom Lane, Simon Riggs 1. User Aparashar
- bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out User Aparashar
- pgsql: Improve performance of our private version of qsort. Tom Lane
- pgsql: Minor refactoring: initialize_SSL() only returns 0, so it should Neil Conway
- pgsql: Merge the loading of shared object descriptions with regular Alvaro Herrera
- pgsql: Fix psql history handling: > 1) Fix the problems with the \s Bruce Momjian
- orafce - orafce: dbms_alert skeleton User Okbob
- python - ip: Don't forget to include the Connector's interfaces. James William Pye
- pgsql: Update comment that pgNotify.be_pid is pid of the notifying Bruce Momjian
- orafce - orafce: dbms_pipe completed User Okbob
- python - fe: Don't send sync if the transaction is Querying or Function. James William Pye
- python - pq: Let the user handle the following Ready message. James William Pye
- python - fe: Fix break from string to list use in connection dictionary. James William Pye
- python - ex: Use the codename for the package name. James William Pye
- python - ip: Content update. James William Pye
- python - fe: Use AbortTransaction.returning in Transact. James William Pye
- python - ex: Give AbortTransaction the ability to return an object. James William Pye
- python - fe: Use sorted items as key. James William Pye
- pgsql: Fix a few places that were checking for the return value of Neil Conway
- python - ip: Implement some common code in Connector and Fitting James William Pye
- python - fe: Use Green Trunk's new base functionality in Connectors and James William Pye
- python - ip: New Directory James William Pye
- pgsql: Adjust join_1.out to match Windows behavior for new mergejoin Tom Lane
- pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does Neil Conway
- psqlodbc - psqlodbc: Fix page tag of a dialog. User H-saito
- python - ip: Add Transaction descriptor. James William Pye
- autodoc - autodoc: Do not prepare() the statistics query if it is not User Rbt
- pgsql: Fix bug introduced into mergejoin logic by performance Tom Lane
- pgsql: Document long names for format options (plain, tar, custom). Peter Eisentraut
- pgsql: Fixed bug 2330: Wrong error code in case of a duplicate key Michael Meskes
- orafce - orafce: very young dbms_pipe implemention User Okbob
- pgsql: Fix invalid use of #if within a macro, per Laurenz Albe. Tom Lane
- pgsql: Clean up representation of function RTEs for functions returning Tom Lane
- psqlodbc - psqlodbc: There was a problem by SSLMODE. User H-saito
- pgsql: Fix typo in pgcvslog, used == instead of =. Bruce Momjian
- python - be: Fix off by one error in indent. James William Pye
- pgaccess - pgaccess: fix picture handling after recent changes, add User Cmaj
- pgsql: It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 Tom Lane
- pgsql: Missed this file in previous commit :-( Tom Lane
- pgsql: Improve parser so that we can show an error cursor position for Tom Lane
- pgfouine - www: s/2005/2006 again User Gsmet
- pgfouine - www: s/2005/2006 User Gsmet
- orafce - orafce: plvstr completed. User Okbob
- orafce - orafce: some parts of plvstr and plvchr was implemented User Okbob
- pgaccess - pgaccess: display saved filter and order by clauses User Cmaj
- pgaccess - pgaccess: drop OID from reports, add filter and order by to User Cmaj
- pgsql: Fix a number of syntax errors in contrib modules' uninstall Neil Conway
- pgfouine - pgfouine: fixed syslog date detection (problem with php 4.3.2 User Gsmet
- python - fe: Use Transaction.fatal for fatality detection. James William Pye
- python - pq: Replace asserts and keep determined fatality. James William Pye
- orafce - orafce: PLVdate completed - multicultural library for bussines User Okbob
- pgbuildfarm - client-code: add --with-ldap to distributed config flags. User Andrewd
- npgsql - Npgsql: 2006-03-12 Francisco Figueiredo Jr. User Fxjr
- python - fe: Extend testCopy and testCopyFail. James William Pye
- pgaccess - pgaccess: remove OIDs from scripts in favor of unique script User Cmaj
- pgsql: Remove Christof Petig copyright. Bruce Momjian
- pgsql: Remove copyright notices from Jan (per author approval), and Bruce Momjian
- psqlodbc - psqlodbc: The version is now 7.03.0261. User Hinoue
- pgsql: Add CVS tag lines to files that were lacking them. Bruce Momjian
- pgsql: Remove a few places that attempted to define INT_MAX, SCHAR_MAX, Neil Conway
- pgsql: Recent changes in memory management in tuplesort.c had a problem: Tom Lane
- python - pq: Raise the exception, not return. James William Pye
- pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). Tom Lane
- pgsql: Implement 4 new aggregate functions from SQL2003. Neil Conway
- python - fe: Set traceR. James William Pye
- python - fe: Fix bugs introduced by recent refactor. James William Pye
- pgsql: Remove unintened change to pg_proc.h. Bruce Momjian
- pgsql: Make $PostgreSQL CVS tags consistent for SGML files. Bruce Momjian
- python - pq: Move (tracenull)RaiseTransactionError to James William Pye
- python - typ: Make record more "subclassable". James William Pye
- pgsql: Fix order of linking of libxslt and libxml2, per Dave Page. Tom Lane
Mail converted by MHonArc