]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-09-16  Tom LaneUpdate release notes for last-minute fix. REL7_4_18
2007-09-16  Tom LaneFix aboriginal mistake in lazy VACUUM's code for trunca...
2007-09-14  Marc G. Fournierupdate configure for 7.4.18
2007-09-14  Tom LaneFix markup that doesn't work in back branches.
2007-09-14  Tom LaneMinor editorialization on release notes.
2007-09-13  Peter EisentrautTranslation updates
2007-09-12  Alvaro HerreraFix the database-wide version of CLUSTER to silently...
2007-09-11  Bruce MomjianStamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.
2007-09-11  Bruce MomjianStamp
2007-08-29  Tom LaneFix aboriginal bug in _tarAddFile(): when complaining...
2007-08-25  Tom LaneFix brain fade in DefineIndex(): it was continuing...
2007-08-23  Tom LaneFix combo_decrypt() to throw an error for zero-length...
2007-08-21  Tom LaneFix potential access-off-the-end-of-memory in varbit_ou...
2007-08-08  Neil ConwayFix a gradual memory leak in ExecReScanAgg(). Because...
2007-08-06  Tom LaneFix pg_restore to guard against unexpected EOF while...
2007-08-02  Neil ConwayFix a memory leak in tuplestore_end(). Unlikely to...
2007-07-31  Tom LaneFix a bug in the original implementation of redundant...
2007-07-31  Tom LaneFix security definer functions with polymorphic argumen...
2007-07-23  Magnus HaganderThe proper guaranteed buffer size for errors is
2007-07-21  Tom LaneFix elog.c to avoid infinite recursion (leading to...
2007-07-19  Tom LaneMake replace(), split_part(), and string_to_array(...
2007-07-17  Tom LaneFix outfuncs.c to dump A_Const nodes representing NULLs...
2007-07-09  Joe ConwayRestrict non-superusers to password authenticated conne...
2007-07-02  Tom LaneFix failure to restart Postgres when Linux kernel retur...
2007-06-29  Tom LaneFix a passel of ancient bugs in to_char(), including...
2007-06-20  Tom LanetransformColumnDefinition failed to complain about
2007-06-20  Tom LaneCREATE DOMAIN ... DEFAULT NULL failed because gram...
2007-06-02  Tom LaneFix erroneous error reporting for overlength input...
2007-06-01  Tom LaneFix aboriginal bug in BufFileDumpBuffer that would...
2007-05-21  Peter EisentrautFix spurious German index entry
2007-05-18  Tom LaneRemove redundant logging of send failures when SSL...
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-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 new release REL7_4_17
2007-04-20  Tom LaneFix markup.
2007-04-20  Tom LaneFix markup.
2007-04-20  Tom LaneSupport explicit placement of the temporary-table schem...
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-16  Magnus HaganderDon't write timing output in quiet mode.
2007-04-02  Teodor SigaevFix caching of unsuccessful initialization of parser...
2007-03-26  Tatsuo IshiiFix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW...
2007-03-14  Tom LaneFix a longstanding bug in VACUUM FULL's handling of...
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-25  Tom LaneUpdate 7.x variant horology files to match the new...
2007-02-18  Tom LaneFix portal management code to support non-default comma...
2007-02-12  Teodor SigaevFix backend crash in parsing incorrect tsquery.
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-06  Tom LaneFix an error in the original coding of holdable cursors...
2007-02-03  Tom LaneUse -Wl for linker switches on freebsd --- back-port...
2007-02-02  Tom LaneStamp release 7.4.16. REL7_4_16
2007-02-02  Tom LaneUpdate release notes for security-related releases...
2007-02-02  Tom LaneRepair insufficiently careful type checking for SQL...
2007-01-31  Peter EisentrautTranslation updates
2007-01-27  Tom LaneCorrect an old logic error in btree page splitting...
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-13  Tatsuo IshiiBack port patch.
2007-01-06  PostgreSQL... commit before tag ... REL7_4_15
2007-01-06  Bruce MomjianFix markup because older releases couldn't link to...
2007-01-06  Bruce MomjianRemove extra character added to top.
2007-01-06  Bruce MomjianFix markup because lc_numeric didn't have an SGML tag...
2007-01-05  Tom LaneMinor copy-editing for release note updates.
2007-01-05  Bruce MomjianStamp release 7.4.15.
2007-01-05  Bruce MomjianCreate release notes for 7.4.15.
2007-01-03  Tom LaneFix regex_fixed_prefix() to cope reasonably well with...
2006-12-26  Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-11-28  Tom LaneMark to_number() and the numeric-type variants of to_ch...
2006-11-24  Tom LaneFix psql's \copy command to ensure that it cycles libpq...
2006-11-22  Tom LaneFix 1-byte buffer overrun when OID exceeds 1 billion...
2006-11-19  Tom LaneRepair problems with hash indexes that span multiple...
2006-11-06  Tom LaneRepair bug #2694 concerning an ARRAY[] construct whose...
2006-11-01  Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
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-12  Tom LaneStamp 7.4.14. REL7_4_14
2006-10-11  Tom LaneA bit of copy-editing on back-branch release notes.
2006-10-11  Tom LaneRepair incorrect check for coercion of unknown literal...
2006-10-11  Tom LaneCREATE TABLE ... LIKE ... should mark the columns it...
2006-10-10  Tom LaneFix psql \d commands to behave properly when a pattern...
2006-10-10  Bruce MomjianUpdate libpq.rc for 7.3.16 and 7.4.14. Later releases...
2006-10-09  Bruce MomjianStamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.
2006-10-09  Bruce MomjianUpdate release notes for releases 7.3.16, 7.4.14, 8...
2006-10-09  Tom LaneFix back-branch pg_regress scripts to try the "canonica...
2006-10-07  Tom LaneFix ancient oversight in psql's \d pattern processing...
2006-10-07  Tom LaneFix string_to_array() to correctly handle the case...
2006-10-01  Tom Lanedate_trunc also accepts 'quarter'. Noted by Yoshihisa...
2006-08-31  Tom LaneClean up rather sloppy fix in HEAD for the ancient...
2006-08-29  Teodor SigaevFix mistyping
2006-08-08  Teodor SigaevFix bug introduced by last patch, thanks again to Mario...
2006-08-07  Teodor Sigaevfix bug about modifying value in shared buffer,
next