]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2006-03-01  Bruce MomjianUpdate FAQ_DEV text file.
2006-03-01  Bruce MomjianUpdate patch generation instructions.
2006-03-01  Bruce MomjianUpdate Japanese FAQ, backpatched to 8.1.X.
2006-03-01  Bruce MomjianAdd pg_service.conf documentation for libpq.
2006-02-25  Bruce MomjianFix computation of sample table size.
2006-02-24  Bruce MomjianBackpatch FAQ changes to 8.1.X.
2006-02-24  Bruce MomjianMention that the archive history file has the wal start...
2006-02-24  Andrew Dunstanmake initdb -U username work as advertised; back out...
2006-02-23  Tom LaneFix vacuumlo to avoid unnecessary use of backslash...
2006-02-21  Tom LaneFix old pg_dump oversight: default values for domains...
2006-02-21  Tom LaneAdjust probe for getaddrinfo to cope with macro-ized...
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-14  Tom LaneAdd some missing vacuum_delay_point calls in GIST vacuu...
2006-02-13  Tom LaneFix qual_is_pushdown_safe to not try to push down quals...
2006-02-12  Tom LaneStamp 8.1.3. REL8_1_3
2006-02-12  Tom LaneUpdate release notes.
2006-02-12  Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-12  Tom LaneFix broken markup.
2006-02-12  Bruce MomjianUpdate README file.
2006-02-12  Bruce MomjianUpdate wording for 8.1.X, remove <only>:
2006-02-12  Bruce Momjian> Actually, if you submit a patch that says either...
2006-02-12  Bruce MomjianStamp releases for 2006-02-14 release
2006-02-12  Bruce MomjianFix release item ordering.
2006-02-12  Bruce MomjianUpdate back branch release notes.
2006-02-12  Bruce MomjianFix release markup.
2006-02-12  Bruce MomjianStamp 8.1.3, but exclude configure.in/configure change.
2006-02-12  Bruce MomjianUpdate release notes for 8.1.3.
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-07  Bruce MomjianFix HTML alignment in PQprint.
2006-02-06  Bruce MomjianFix PQprint HTML tag, "centre" -> "center".
2006-02-05  Tom LaneFix pg_restore to properly discard COPY data when tryin...
2006-02-05  Bruce MomjianFix typo in configuration docs.
2006-02-05  Bruce MomjianUpdate PL/pgSQL trigger example to be clearer about...
2006-02-01  Bruce MomjianFix const cast in get_progname().
2006-02-01  Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-01-31  Tom LaneAllow %TYPE to be used with SETOF, per gripe from Murat...
2006-01-30  Tom LaneFix ALTER COLUMN TYPE bug: it sometimes tried to drop...
2006-01-29  Tom LaneWhen building a bitmap scan, must copy the bitmapqualor...
2006-01-29  Tom LaneFix code that checks to see if an index can be consider...
2006-01-28  Andrew DunstanUndo perl's nasty locale setting on Windows. Since...
2006-01-28  Neil ConwayPer a bug report from Theo Schlossnagle, plperl_return_...
2006-01-26  Tom LaneFix display of whole-row Var appearing at the top level...
2006-01-25  Tom LaneRemove unnecessary PQconsumeInput call from PQputCopyDa...
2006-01-24  Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-21  Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-20  Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2006-01-20  Bruce MomjianUpdate EXPLAIN wording for GEQO usage.
2006-01-20  Tom LaneFix thinko in autovacuum's test to skip temp tables...
2006-01-19  Bruce MomjianDoc patch that adds an example of a correllated UPDATE.
2006-01-19  Bruce MomjianClarify STABLE function documentation to highlight...
2006-01-19  Tom LaneAdd some test scaffolding to allow cache-flush stress...
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-19  Tom LaneFix a tiny memory leak (one List header) in RelationCac...
2006-01-18  Bruce MomjianClarify use of btree indexes for ILIKE and ~*.
2006-01-18  Tom LaneModify pgstats code to reduce performance penalties...
2006-01-17  Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
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-12  Tom LaneRemove extraneous backslash from 'fixseq.sql' example...
2006-01-10  Tom LaneImprove error messages for missing-FROM-entry cases...
2006-01-10  Neil ConwayIn PLy_function_build_args(), the code loops repeatedly...
next