]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2006-03-28  Tom LaneRepair longstanding error in btree xlog replay: XLogRea...
2006-03-24  Tom LaneComments in IndexBuildHeapScan describe the indexing...
2006-03-23  Tom LaneFix plpgsql to pass only one copy of any given plpgsql...
2006-03-21  Tom LaneImprove performance of our private version of qsort...
2006-03-19  Michael MeskesFixed bug 2330: Wrong error code in case of a duplicate key
2006-03-19  Tom LaneAdjust join_1.out to match Windows behavior for new...
2006-03-18  Neil ConwayThe call to DNSServiceRegistrationCreate in postmaster...
2006-03-17  Tom LaneFix bug introduced into mergejoin logic by performance...
2006-03-10  Tom LaneAdd a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This...
2006-03-10  Tom LaneFix order of linking of libxslt and libxml2, per Dave...
2006-03-10  Tom LaneAdd a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTab...
2006-03-08  Tom LaneRemove somebody's flight of fancy about an UPDATE with...
2006-03-06  Bruce Momjian* Stephen Frost (sfrost@snowman.net) wrote:
2006-03-05  Bruce MomjianCheck for "msys" so it doesn't use 'con' by checking...
2006-03-04  Tom LanePrevent lazy_space_alloc from making requests that...
2006-03-04  Tatsuo IshiiTighten up SJIS byte sequence check. Now we reject...
2006-03-04  Bruce MomjianUse DEVTTY as 'con' on Win32 as a replacement for ...
2006-03-03  Bruce MomjianAvoid trying to open /dev/tty on Win32. Some Win32...
2006-03-03  Bruce MomjianUpdate ipcclean to use try 'id' first for root check.
2006-03-03  Bruce MomjianIn ipcclean, check LOGNAME only if USER is not set.
2006-03-03  Bruce MomjianAppended is a small documentation patch that adds a...
2006-03-02  Tom LaneFix ancient error in large objects usage example: overw...
2006-03-02  Tom LaneRepair oidvectorrecv and int2vectorrecv, which I broke...
2006-03-02  Bruce MomjianUpdate OS X shared memory documentation for 10.3.9...
2006-03-02  Bruce MomjianBackpatch to 8.1.X. Already applied to CVS HEAD.
2006-03-02  Bruce MomjianMark tsearch2 item as Tom's, not Teodor's.
2006-03-02  Tom LaneFix possible crash at transaction end when a plpgsql...
next