]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-07-06  Bruce MomjianBackpatch dbmirror fix for escape handling.
2006-07-05  Michael MeskesFixed remaining Coverity bugs.
2006-06-30  Alvaro HerreraFix memory leak introduced in the prior commit, detecte...
2006-06-30  Alvaro HerreraFix use-after-free error reported by Neil Conway.
2006-06-27  Tom LaneFix typo.
2006-06-27  Alvaro HerreraClamp last_anl_tuples to n_live_tuples, in case we...
2006-06-27  Bruce MomjianFix for recent Win32 pg_dump tar temp file patch.
2006-06-27  Bruce MomjianOn Win32, use loop to create pg_dump temporary tar...
2006-06-26  Michael MeskesAdded missing braces to prevent a segfault after usage...
2006-06-26  Michael MeskesAdded some more coverity report patches send in by...
2006-06-25  Tom LaneTweak dynahash.c to avoid wasting memory space in non...
2006-06-25  Michael MeskesMoved some free() calls that coverity correctly complai...
2006-06-25  Alvaro HerreraOur version of getopt_long does not set optarg upon...
2006-06-22  Tom Lanepg_stop_backup was calling XLogArchiveNotify() twice...
2006-06-21  Tom LaneDisallow aggregate functions in UPDATE commands (unless...
2006-06-21  Joe Conway- During dblink_open, if transaction state was IDLE...
2006-06-21  Michael MeskesAdded some more coverity report patches send in by...
2006-06-21  Michael MeskesAdded fixes from the coverity report send in by Joachim...
2006-06-19  Michael MeskesDo not use already free'ed errmsg, bug found by Joachim...
2006-06-18  Tom LaneIncrease timeout in statement_timeout test from 1 secon...
2006-06-17  Andrew Dunstanbackport workaround for OpenBSD compiler bug
2006-06-16  Tom LaneClean up after someone's curious idea that it'd be...
2006-06-16  Bruce MomjianDocument issues with non-default tablespaces and pg_dum...
2006-06-12  Bruce MomjianAvoid use of C commment inside C comment from recent...
2006-06-12  Bruce MomjianWin32 can't catch the exception thrown by INT_MIN ...
2006-06-11  Tom LaneFix Assert failure when a fastpath function call is...
2006-06-09  Tom LaneRepair remarkably-inefficient query for dumping large...
2006-06-08  Tom LaneFix bootstrap.c so that database startup process and...
2006-06-07  Tom LaneRemove "fuzzy comparison" logic in qsort comparison...
2006-06-07  Bruce MomjianBackpatch comment about --sysconfdir.
2006-06-06  Bruce MomjianOn Win32, return original patch if GetShortPathName...
2006-06-06  Bruce MomjianHave BCC echo output "" using "", rather than \"\"...
2006-06-06  Michael MeskesFixed two memory leaks in ecpglib.
2006-06-03  Tom LaneFix copy-and-pasteo in Russian translation: message...
2006-05-30  Tom LanePostmasterIsAlive test really ought to be in the inner...
2006-05-30  Tom LaneRemove pqsignalinquire(), which is unused and has porta...
2006-05-30  Tom LaneUpdate ppport.h to not cause warnings with newest Perl...
2006-05-30  Bruce MomjianMove conversion dependency patch to the proper branch...
2006-05-30  Bruce MomjianPrevent multiple archivers from starting. Backpatch...
2006-05-30  Bruce MomjianRe-defines SHA2 symbols so that they would not conflict...
2006-05-30  Bruce MomjianAdd "inline" compile fix for MSVC/BCC:
2006-05-30  Bruce MomjianBackpatch documentation additions for PL language choic...
2006-05-27  Tom LaneFix initdb to properly escape quotes and backslashes...
2006-05-24  Tom LaneFix pg_restore to process BLOB COMMENT entries correctl...
2006-05-23  Bruce MomjianRename in release notes: Mac -> OS/X, Intel to x86:
2006-05-21  Tom LaneStamp release 8.1.4. REL8_1_4
2006-05-21  Tom LaneUpdate release notes for upcoming releases.
2006-05-21  Tom LaneFix errors in fortuna PRNG reseeding logic that could...
2006-05-21  Tom LaneModify libpq's string-escaping routines to be aware...
2006-05-21  Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-21  Tom LaneChange the backend to reject strings containing invalid...
2006-05-19  Alvaro HerreraHave autovacuum report its activities to the stat colle...
2006-05-19  Bruce MomjianBack out \' change for tsearch2, broke regression tests.
2006-05-19  Bruce MomjianStamp 8.1.4, except configure/configure.in.
2006-05-19  Bruce MomjianUpdate release notes for 8.1.4.
2006-05-19  Bruce MomjianBackpatch FAQs to 8.1.X.
2006-05-19  Bruce MomjianUse SQL standard '' rather than \' in /contrib. Backpa...
2006-05-18  Tom LaneFix choose_bitmap_and() so that partial index predicate...
2006-05-18  Tom LaneWhen a bitmap indexscan is using a partial index, it...
2006-05-13  Bruce MomjianUpdate pg_dump version wording.
2006-05-13  Bruce MomjianMention version portability of pg_dump.
2006-05-12  Tom LaneFix the sense of the test on DH_check()'s return value...
2006-05-11  Tom LaneRemove unnecessary .seg/.section directives, per Alan...
2006-05-11  Bruce MomjianUse SQL standard '' rather than \' for tutorial/sample...
2006-05-08  Bruce MomjianBuild server libpgport with all non-FRONTEND object...
2006-05-03  Tom LaneFix calculation of plan node extParams to account for...
2006-05-02  Tom LaneAvoid assuming that statistics for a parent relation...
2006-04-28  Tom LaneRemove the restriction originally coded into optimize_m...
2006-04-26  Bruce MomjianFix SELECT INTO and CREATE TABLE AS to create tables...
2006-04-26  Tom LaneRevise large-object access routines to avoid running...
2006-04-25  Tom LaneThe 8.1 planner removes WHERE quals from the plan when...
2006-04-24  Tom LaneImprove our private implementation of cbrt() to give...
2006-04-24  Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-04-24  Bruce MomjianFixes for BCC 5.5 compile of libpq. Backpatch to 8...
2006-04-24  Alvaro HerreraDon't add a shared dependency on the owner of a composi...
2006-04-22  Bruce MomjianSuggest Win32 users user E'' strings and double backsla...
2006-04-19  Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-04-18  Bruce MomjianMention "syntax" error as not logged by log_statement.
2006-04-18  Bruce MomjianDocument that errors are not output by log_statement...
2006-04-15  Bruce MomjianDocument that pg_dump -d/-D prevents invalid data from...
2006-04-13  Tom LaneFix similar_escape() so that SIMILAR TO works properly...
2006-04-13  Bruce MomjianUpdate AIX FAQ:
2006-04-12  Tom LaneFix pg_restore -n option to do what the man page says...
2006-04-11  Bruce MomjianUpdated Japanese FAQ, version 2.
2006-04-11  Bruce MomjianUpdate Japanese FAQ, backpatch.
2006-04-11  Bruce MomjianOops, sysctl, not sysconf, for FreeBSD.
2006-04-11  Bruce MomjianMore FreeBSD jail wording improvements.
2006-04-11  Bruce MomjianAdd documentation about running postmasters in FreeBSD...
2006-04-11  Bruce MomjianThere is updated Russian translation of the FAQ in...
2006-04-09  Tom LaneRevert my best_inner_indexscan patch of yesterday,...
2006-04-08  Tom LaneFix best_inner_indexscan to actually enforce that an...
2006-04-07  Tom LaneFix pg_dumpall to do something sane when a pre-8.1...
2006-04-07  Andrew DunstanRevert getaddrinfo configure changes until we get a...
2006-04-07  Tom LaneFix make_restrictinfo_from_bitmapqual() to preserve...
2006-04-05  Bruce MomjianUpdate AIX FAQ to show readline options more clearly.
2006-04-03  Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-04-02  Tom LaneAdjust interval-addition test so that it won't fail...
2006-03-30  Tom LaneSuppress attempts to report dropped tables to the stats...
2006-03-29  Tom LaneTablespaceCreateDbspace should function normally even...
2006-03-28  Tom LaneDisable full_page_writes, because turning it off risks...
next