Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2006-06 Thread Index (1/3)
Last updated: Fri Mar 28 04:20:59 2008
411 messages
- snapshot - root: HTML version of the USAGE file User Cunha17
- pgsql: Fix memory leak introduced in the prior commit, detected by Tom Alvaro Herrera
- fulldisjunction - fd: Moved the calculations of whether to use an index User Pgstudy
- pgsql: Fix use-after-free error reported by Neil Conway. Alvaro Herrera
- pgsql: Update item for GUID: < * Add 128-bit Universally Unique Bruce Momjian
- npgsql - Npgsql: 2006-06-30 Francisco Figueiredo Jr. User Fxjr
- python - rc: Fix template existence check. James William Pye
- python - rc: Add some capacity to create the language. James William Pye
- python - be: Include codename (major version) in module name. James William Pye
- snapshot - src: FIX: pbt_table parameter missing User Cunha17
- pgsql: Remove the separate 'stats buffer' process, letting backend stats Tom Lane
- pgsql: Change TRUNCATE's method for searching for foreign-key references Tom Lane
- python - be: Fix some cache leaks, at best, or crashes, at worst. James William Pye
- pgsql: Change URL for SITC: < http://momjian.us/cgi-bin/pgsitc > Bruce Momjian
- pgsql: Add: > * Add 128-bit Universally Unique Identifier (UUID) Bruce Momjian
- bizgres - bizgres: User Nwakefield
- pgsql: Add missing #include directive: pg_constraint.h declares some Neil Conway
- pgsql: Fix typo in comment. Neil Conway
- pgsql: Editorialization for the additions to the CREATE TABLE reference Neil Conway
- pgsql: Add URL for SITC > http://momjian.us/cgi-bin/pgsitc Bruce Momjian
- pgsql: Improve planner estimates for size of tuple hash tables. Tom Lane
- pgsql: Fix hash aggregation to suppress unneeded columns from being Tom Lane
- pgsql: Adjust TupleHashTables to use MinimalTuple format for contained Tom Lane
- pgsql: Update: < o Add support for WITH HOLD cursors > o Add Bruce Momjian
- pgsql: Update Russian FAQ. Bruce Momjian
- pgsql: Forget to add new file :(( Teodor Sigaev
- fulldisjunction - fd: More consolidation works. User Pgstudy
- pgsql: Changes * new split algorithm (as proposed in Teodor Sigaev
- pgsql: Remove embedded newline in string literal --- seems to make newer Tom Lane
- pgsql: Add GUC update_process_title to control whether 'ps' display is Bruce Momjian
- bizgres - bizgres: Enhancements: Added JDBCSSAScanner - this component User Nwakefield
- pgsql: Convert hash join code to use MinimalTuple format in tuple hash Tom Lane
- pgsql: Default stats_command_string to 'on', now that its overhead is Bruce Momjian
- pgsql: Put #ifdef NOT_USED around posix_fadvise call. Tom Lane
- pgsql: Revert patch, doesn't do what it should: * %Disallow changing Bruce Momjian
- pgsql: Extend the MinimalTuple concept to tuplesort.c, thereby reducing Tom Lane
- pgsql: Will revert in next patch more cleanly. Bruce Momjian
- pgsql: Not done: < * -Disallow changing DEFAULT expression of a SERIAL Bruce Momjian
- pgsql: Fix typo. Tom Lane
- npgsql - Npgsql: 2006-06-27 Francisco Figueiredo Jr. User Fxjr
- pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table Alvaro Herrera
- pgsql: Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. Bruce Momjian
- pgsql: Done: < * %Disallow changing DEFAULT expression of a SERIAL Bruce Momjian
- pgsql: Disallow changing/dropping default expression of a SERIAL column Bruce Momjian
- pgsql: Fix for recent Win32 pg_dump tar temp file patch. Bruce Momjian
- pgsql: Create infrastructure for 'MinimalTuple' representation of Tom Lane
- pgsql: On Win32, use loop to create pg_dump temporary tar file in the Bruce Momjian
- pgsql: Done: > o -Add PQescapeIdentifier() Bruce Momjian
- pgsql: Add PQescapeIdentifier() to libpq Christopher Kings-Lynne Bruce Momjian
- pgsql: Fix blank line. Bruce Momjian
- snapshot - root: Updating to reflect the recent support of ON PREBUILT User Cunha17
- snapshot - src: All ON PREBUILT TABLE implementation done! * refresh User Cunha17
- pgsql: Add comment about the use of pg_config_paths.h. Bruce Momjian
- pgsql: Change the row constructor syntax (ROW(...)) so that list Tom Lane
- pgsql: Added missing braces to prevent a segfault after usage of an Michael Meskes
- pgsql: Use Unix newlines, instead of DOS ones. Bruce Momjian
- pgsql: Use Unix line endings instead of DOS ones, per Magnus. Bruce Momjian
- pgsql: Update include files to Unix newline format, per report from Bruce Momjian
- python - tin: Imported Sources James William Pye
- fulldisjunction - fd: More consolidation work, a lot of cleanups. User Pgstudy
- pgsql: Added some more coverity report patches send in by Joachim Michael Meskes
- pgsql: Update comment description of geo routines and move comment to Bruce Momjian
- python - ip: Use a smaller font for monospace and body. James William Pye
- snapshot - src: ON PREBUILT TABLE implementation: * Create snapshot User Cunha17
- pgsql: Update my info: > * Bruce is Bruce Momjian <bruce(at)momjian(dot)us> of Bruce Momjian
- pgsql: Tweak dynahash.c to avoid wasting memory space in non-shared hash Tom Lane
- pgsql: Add: < * Reuse index tuples that point to rows that are not Bruce Momjian
- python - be: Stop setting probin to the compiled bytecode. James William Pye
- pgsql: Moved some free() calls that coverity correctly complains about. Michael Meskes
- pgsql: Our version of getopt_long does not set optarg upon detecting an Alvaro Herrera
- pgsql: Remove individual user copyright because the code is contributed Bruce Momjian
- pgsql: Fix GEVHDRSZ for Win32. Bruce Momjian
- pgsql: Fix Win32/Cygwin problems: After updating to the latest cvs, and Bruce Momjian
- pgsql: Update entry: < * Allow heap reuse of UPDATEd rows if old and Bruce Momjian
- pgsql: Add UPDATE entry for row reuse. Bruce Momjian
- python - be: Set version 0.4. James William Pye
- pgsql: Fix re-inclusion of port header file on Windows, per Magnus. Tom Lane
- bizgres - bizgres: BG-38 User Agoldshuv
- pgsql: Clarified copyright notice Michael Meskes
- pgsql: Back-patch 7.4-era fix for memory leak with SSL connections due Tom Lane
- fulldisjunction - fd: Finally, deformed tuples consolidation is over. User Pgstudy
- pgsql: Remove dllinit.c; it was only needed for long-obsolete Cygwin Tom Lane
- pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the Tom Lane
- pgsql: Standalone backends need pgstat_bestart() too, per Qingqing Zhou. Tom Lane
- pgsql: Move setup_cancel_handler() up near start of psql main(), where Tom Lane
- pgsql: Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs Tom Lane
- pgsql: Disallow aggregate functions in UPDATE commands (unless within a Tom Lane
- pgsql: Eliminate a gratuitously different wording of the 'cannot use Tom Lane
- pgsql: - During dblink_open, if transaction state was IDLE, force cursor Joe Conway
- pgsql: Clean up psql variable code a little: eliminate unnecessary tests Tom Lane
- fulldisjunction - fd: Some more deformed tuple structures consolidation User Pgstudy
- pgsql: Added some more coverity report patches send in by Martijn van Michael Meskes
- pgsql: Fixed small typo in changelog Michael Meskes
- pgsql: Added fixes from the coverity report send in by Joachim Wieland Michael Meskes
- pgsql: Added fixed from the coverity report send in by Joachim Wieland Michael Meskes
- pgsql: Remove redundant gettimeofday() calls to the extent practical Tom Lane
- pgsql: Split definitions for md5.c out of crypt.h and into their own Tom Lane
- psqlodbc - psqlodbc: Fix a SQLDescribeCol(SQLColAttribute) bug. User Hinoue
- pgrpm - pgrpm: - 0.1.5.1 User Nanardon
- pgrpm - pgrpm: - fix end of string index User Nanardon
- pgrpm - pgrpm: - end of string is \0 not \n User Nanardon
- pgrpm - pgrpm: - release 0.1.5 User Nanardon
- pgrpm - pgrpm: - disable non ready code, get header size after Unload User Nanardon
- fulldisjunction - fd: Less than half way thru converting the structures User Pgstudy
- pgsql: Some editorial work on the documentation of the current-date/time Tom Lane
- pgsql: Back-port shell script syntax fix needed for some BSD machines. Tom Lane
- pgrpm - pgrpm: - fix make dist User Nanardon
- pgrpm - pgrpm: - use proper function for rpm 4.4.6 User Nanardon
- pgrpm - pgrpm: - detect rpm version, define some C var User Nanardon
- pgsql: Do not use already free'ed errmsg, bug found by Joachim Wieland Michael Meskes
- pgsql: Take the statistics collector out of the loop for monitoring Tom Lane
- snapshot - src: Starting the ON PREBUILT TABLE implementation User Cunha17
- snapshot - root: Misplaced steps and some additional notes. User Cunha17
- pgsql: Update my email address. Bruce Momjian
- pgsql: Don't try to call posix_fadvise() unless <fcntl.h> supplies a Tom Lane
- pgsql: Fix saveHistory() to not emit bogus complaint during psql exit Tom Lane
- pgsql: Increase timeout in statement_timeout test from 1 second to 2 Tom Lane
- pgsql: Merge postmaster and postgres command into just postgres. Peter Eisentraut
- fulldisjunction - fd: Switched to fast gett attribute for rowid array User Pgstudy
- snapshot - root: Just adding some notes about the KEY and BASE_SCHEMA User Cunha17
- snapshot - src: -Making it possible to change the communication key on User Cunha17
- pgsql: backport workaround for OpenBSD compiler bug Andrew Dunstan
- pgbuildfarm - client-code: Fix regex on status lines so it's not too User Andrewd
- pgsql: Fix a couple of obvious problems in DROP IF EXISTS patch. Tom Lane
- pgsql: Code review for SELECT INTO STRICT patch: use saner choices of Tom Lane
- pgsql: Clean up after someone's curious idea that it'd be good to strip Tom Lane
- pgsql: docs for DROP ... Andrew Dunstan
- pgsql: Add: > o Allow PL/python to composite types and result sets > Bruce Momjian
- pgsql: Add: > > * Fix CREATE CAST on DOMAINs > > Bruce Momjian
- pgsql: Document issues with non-default tablespaces and pg_dumpall Bruce Momjian
- pgsql: Add URL for ISO dates: > Bruce Momjian
- pgsql: DROP ... Andrew Dunstan
- pgsql: Add URL for currency type: > Bruce Momjian
- pgguid - pgguid: deleting project files User Dezelin
- pgguid - pgguid: initial version User Dezelin
Mail converted by MHonArc