users/gsingh/postgres.git
2007-06-01 Tom LaneFix performance problems in multi-batch hash joins...
2007-05-30 Tom LaneFix overly-strict sanity check in BeginInternalSubTrans...
2007-05-29 Neil ConwayFix a bug in input processing for the "interval" type...
2007-05-22 Tom LaneFix best_inner_indexscan to return both the cheapest...
2007-05-21 Peter EisentrautFix spurious German index entry
2007-05-21 Michael MeskesRemoved errant ISODOW
2007-05-21 Michael MeskesBackported fix from HEAD that removes superfluous funct...
2007-05-18 Tom LaneRemove redundant logging of send failures when SSL...
2007-05-15 Alvaro HerreraAvoid emitting empty role names in the GRANTED BY claus...
2007-05-13 Magnus HaganderDocument that CLUSTER breaks MVCC visibility rules.
2007-05-01 Tom LaneFix a thinko in my patch of a couple months ago for...
2007-04-27 Michael MeskesRemoved non-existant function from extern.h
2007-04-27 Michael MeskesInlined two functions to get rid of va_list prolems...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-23 Neil ConwayFix newly-introduced documentation typo.
2007-04-20 PostgreSQL... Update configure.in for release REL8_1_9
2007-04-20 Tom LaneFix markup.
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
2007-04-19 Tom LaneSync timezone data with 2007e zic release.
2007-04-19 Tom LaneRepair PANIC condition in hash indexes when a previous...
2007-04-19 Bruce MomjianRelease wording updates for releases 8.2.4, 8.1.9,...
2007-04-19 Bruce MomjianUpdate FAQ to mention most recent release for releases
2007-04-19 Bruce MomjianStamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 Bruce MomjianRelease note updates for 8.2.4, 8.1.9, 8.0.13, 7.4...
2007-04-18 Peter EisentrautTranslation updates
2007-04-17 Tom LaneRewrite choose_bitmap_and() to make it more robust...
2007-04-16 Magnus HaganderDon't write timing output in quiet mode.
2007-04-12 Tom LaneRearrange mdsync() looping logic to avoid the problem...
2007-04-12 Tom LaneCancel pending fsync requests during WAL replay of...
2007-04-09 Peter EisentrautFix spelling: SYMETRIC -> SYMMETRIC
2007-04-02 Tom LaneFix check_sql_fn_retval to allow the case where a SQL...
2007-04-02 Teodor SigaevFix caching of unsuccessful initialization of parser...
2007-03-27 Tom LaneFix typo, ensable -> enable, per Steve Gieseking.
2007-03-26 Tatsuo IshiiFix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW...
2007-03-17 Tom LaneSPI_cursor_open failed to enforce that only read-only...
2007-03-14 Tom LaneFix a longstanding bug in VACUUM FULL's handling of...
2007-03-14 Tom LaneArrange to install a "posixrules" entry in our timezone...
2007-03-11 Alvaro HerreraFix a race condition that caused pg_database_size(...
2007-03-06 Tom LaneFix oversight in original coding of inline_function...
2007-03-01 Tom LaneFix markQueryForLocking() to work correctly in the...
2007-02-27 Michael MeskesBackported bug fix for #2956.
2007-02-18 Tom LaneFix portal management code to support non-default comma...
2007-02-16 Tom LaneRestructure code that is responsible for ensuring that...
2007-02-13 Tom LaneDisallow committing a prepared transaction unless we...
2007-02-12 Teodor SigaevFix backend crash in parsing incorrect tsquery.
2007-02-11 Magnus HaganderFix for early log messages during postmaster startup...
2007-02-08 Tom LaneFix an ancient logic error in plpgsql's exec_stmt_block...
2007-02-08 Tom LaneRearrange use of plpgsql_add_initdatums() so that only...
2007-02-07 Bruce MomjianStamp releases notes for 8.2.3, 8.1.8, 8.0.12. REL8_1_8
2007-02-07 Tom LaneFix wrong spacing (I think Bruce tried to hand-edit...
2007-02-07 Bruce MomjianStamp releases 8.2.3, 8.1.8, 8.0.12. No release notes...
2007-02-06 Tom LaneFix an error in the original coding of holdable cursors...
2007-02-06 Tom LaneRemove typmod checking from the recent security-related...
2007-02-06 Michael MeskesBackported va_list handling cleanup
2007-02-02 Neil ConwayReword suggestion that libpq.dll be installed in WINNT...
2007-02-02 Tom LaneStamp release 8.1.7. REL8_1_7
2007-02-02 Tom LaneUpdate release notes for security-related releases...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-02-02 Tom LaneRepair insufficiently careful type checking for SQL...
2007-01-31 Peter EisentrautTranslation updates
2007-01-30 Tom LaneRepair oversights in the mechanism used to store compil...
2007-01-30 Tom LaneAdd SPI_push/SPI_pop calls so that datatype input and...
2007-01-27 Tom LaneCorrect an old logic error in btree page splitting...
2007-01-27 Tom LaneBack-port changes of Jan 16 and 17 to "revoke" pending...
2007-01-24 Tom LaneGet pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc...
2007-01-24 Tom LaneRelax an Assert() that has been found to be too strict...
2007-01-15 Neil ConwayCorrect a minor inaccuracy in the pg_dumpall reference...
2007-01-14 Alvaro HerreraFix autovacuum to avoid leaving non-permanent Xids...
2007-01-11 Tom LaneFix a performance problem in databases with large numbe...
2007-01-10 Tatsuo IshiiBack port patch.
2007-01-06 Tom LaneLinks to GUC variables from HISTORY don't work in back... REL8_1_6
2007-01-06 PostgreSQL... tag 8.1.6
2007-01-06 Bruce MomjianFix markup because older releases couldn't link to...
2007-01-05 Tom LaneMinor copy-editing for release note updates.
2007-01-05 Bruce MomjianStamp release 8.1.6.
2007-01-05 Bruce MomjianCreate release notes for 8.1.6.
2007-01-03 Tom LaneFix regex_fixed_prefix() to cope reasonably well with...
2006-12-27 Tom LaneModify local buffer management to request memory for...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-12-21 Teodor SigaevFix convertion for 'PFX flag N num'
2006-12-01 Tom LaneDocument the recently-understood hazard that a rollback...
2006-11-28 Tom LaneUpdate timezone data to tzdata2006p zic distribution...
2006-11-28 Tom LaneMark to_number() and the numeric-type variants of to_ch...
2006-11-28 Tom LaneBack-patch HEAD's fixes to recognize __ppc64__ as equiv...
2006-11-28 Tom LaneAdd $(CFLAGS) to the simplified build rule for .so...
2006-11-24 Tom LaneFix psql's \copy command to ensure that it cycles libpq...
2006-11-23 Bruce MomjianAdd release entry for 8.1.5 that was missing:
2006-11-22 Tom LaneFix 1-byte buffer overrun when OID exceeds 1 billion...
2006-11-20 Tom LaneWhen truncating a relation in-place (eg during VACUUM...
2006-11-19 Tom LaneRepair problems with hash indexes that span multiple...
2006-11-17 Tom LaneRepair two related errors in heap_lock_tuple: it was...
2006-11-08 Michael MeskesApplied patch by Peter Harris to free auto_mem struct...
2006-11-06 Tom LaneRepair bug #2694 concerning an ARRAY[] construct whose...
2006-11-05 Tom LaneFix recently-identified PITR recovery hazard: the base...
2006-11-04 Tom LaneCorrect documentation error: in 8.1 and 8.2, %p in...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-11-01 Tom Lanepg_restore failed on tar-format archives if they contai...
2006-10-20 Tom LaneBack-patch second version of AIX getaddrinfo fix.
2006-10-19 Tom LaneWork around reported problem that AIX's getaddrinfo...
2006-10-13 Bruce MomjianUpdate Japanese FAQ.
next