]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-06-19  Tom LaneBack-port shell script syntax fix needed for some BSD...
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-11  Tom LaneFix Assert failure when a fastpath function call is...
2006-06-06  Michael MeskesFixed two memory leaks in ecpglib.
2006-06-03  Tom LaneFix copy-and-pasteo in Russian translation: message...
2006-06-01  Tom LaneBack-port recent ppport.h fix to 8.0 branch.
2006-05-30  Tom LaneRemove pqsignalinquire(), which is unused and has porta...
2006-05-23  Tom LaneKlugy fix for bug #2447: we can't expand a whole-row...
2006-05-21  Tom LaneStamp release 8.0.8. REL8_0_8
2006-05-21  Tom LaneUpdate release notes for upcoming releases.
2006-05-21  Tom LaneFix missed \' to '' conversion.
2006-05-21  Bruce MomjianStamp releases 7.3.15, 7.4.13, and 8.0.8.
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-21  Bruce MomjianChange \' to '', for SQL standards compliance. Backpat...
2006-05-19  Tom LaneFix nasty bug in nodeIndexscan.c's detection of duplica...
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-08  Bruce MomjianBuild server libpgport with all non-FRONTEND object...
2006-04-26  Bruce MomjianFix SELECT INTO and CREATE TABLE AS to create tables...
2006-04-24  Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-04-19  Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-04-13  Tom LaneFix similar_escape() so that SIMILAR TO works properly...
2006-04-03  Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-03-29  Tom LaneTablespaceCreateDbspace should function normally even...
2006-03-28  Tom LaneRepair longstanding error in btree xlog replay: XLogRea...
2006-03-19  Michael MeskesFixed bug 2330: Wrong error code in case of a duplicate key
2006-03-18  Neil ConwayThe call to DNSServiceRegistrationCreate in postmaster...
2006-03-10  Tom LaneFix order of linking of libxslt and libxml2, per Dave...
2006-03-05  Bruce MomjianCheck for "msys" so it doesn't use 'con' by checking...
2006-03-04  Tatsuo IshiiMinor teak.
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-02-24  Andrew Dunstanmake initdb -U username work as advertised; back out...
2006-02-20  Neil ConwayFix three Python reference leaks in PLy_traceback(...
2006-02-18  Neil ConwayPatch from Marko Kreen:
2006-02-14  Tom LaneMove btbulkdelete's vacuum_delay_point() call to a...
2006-02-13  Tom LaneFix qual_is_pushdown_safe to not try to push down quals...
2006-02-12  Tom LaneStamp 8.0.7. REL8_0_7
2006-02-12  Tom LaneUpdate release notes.
2006-02-12  Tom LaneFix bug in SET SESSION AUTHORIZATION that allows unpriv...
2006-02-12  Bruce MomjianUpdate FAQ latest version
2006-02-12  Bruce MomjianStamp releases for 2006-02-14 release
2006-02-12  Bruce MomjianUpdate release notes for 2006-02-14 release
2006-02-10  Tom LaneCheck that SID is enabled while checking for Windows...
2006-02-10  Tom LaneChange search for default operator classes so that...
2006-02-09  Tom LaneProvide the libpq error message when PQputline or PQend...
2006-02-09  Tom LaneReject out-of-range dates in date_in().
2006-02-05  Tom LaneFix pg_restore to properly discard COPY data when tryin...
2006-02-01  Bruce MomjianFix const cast in get_progname().
2006-02-01  Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-01-30  Tom LaneFix ALTER COLUMN TYPE bug: it sometimes tried to drop...
2006-01-28  Andrew DunstanUndo perl's nasty locale setting on Windows. Since...
2006-01-26  Tom LaneFix display of whole-row Var appearing at the top level...
2006-01-21  Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-19  Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path...
2006-01-19  Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
2006-01-19  Tom LaneAvoid crashing if relcache flush occurs while trying...
2006-01-19  Bruce MomjianFix pgxs -L library path specification for Win32 and...
2006-01-19  Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-17  Tom LaneRepair problems with the result of lookup_rowtype_tupde...
2006-01-15  Neil ConwayWhen using GCC on AMD64 and PPC, ECPGget_variable(...
2006-01-14  Peter EisentrautFix pg_ctl crash on "unregister" when a data directory...
2006-01-12  Neil ConwayWe neglected to apply domain constraints on UNKNOWN...
2006-01-12  Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-12  Tom LaneUse a more bulletproof test for whether finite() and...
2006-01-10  Tom LaneFix pg_tzset() to ensure that 'lclmem' (the static...
2006-01-10  Neil ConwayIn PLy_function_build_args(), the code loops repeatedly...
2006-01-09  Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-08  Andrew DunstanStop perl from hijacking stdio and other stuff on Windows.
2006-01-07  Tom LaneAdd RelationOpenSmgr() calls to ensure rd_smgr is valid...
2006-01-06  Tom LaneFix failure to apply domain constraints to a NULL const...
2006-01-06  Tom LaneRelease-note updates and copy editing. REL8_0_6
2006-01-06  Tom LaneFix Windows-only postmaster code to reject a connection...
2006-01-06  Tom LaneGenerate back-branch configure scripts with the appropr...
2006-01-06  Tom LaneConvert Assert checking for empty page into a regular...
2006-01-06  Tom LaneFix ReadBuffer() to correctly handle the case where...
2006-01-05  Bruce MomjianNew pgcrypto item wording.
2006-01-05  Bruce MomjianWording improvements.
2006-01-05  Bruce MomjianImprove markup.
2006-01-05  Bruce MomjianUpdate release notes.
2006-01-05  Bruce MomjianStamp relesae 8.0.6.
2006-01-05  Tom LaneArrange to set the LC_XXX environment variables to...
2006-01-03  Joe ConwayWhen the remote query result has a different number...
2006-01-03  Tom LaneThere is a signedness bug in Openwall gen_salt code...
2006-01-03  Tom LaneFix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR...
2006-01-03  Tom LaneAdd checks to verify that a plpgsql function returning...
2006-01-01  Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2005-12-29  Neil ConwayIndex: src/pl/plpython/plpython.c
2005-12-24  Tatsuo IshiiFix long standing Asian multibyte charsets bug.
2005-12-23  Tom LaneFix make_relative_path() to support cases where target_...
2005-12-22  Tom LaneAdjust string comparison so that only bitwise-equal...
2005-12-21  Teodor SigaevFix word's length in pg_regexec call
2005-12-14  Tom LaneDefend against crash while processing Describe Statemen...
2005-12-14  Tom LaneFix a *different* problem with whole-row Vars afflictin...
2005-12-09  Peter EisentrautTranslation updates REL8_0_5
next