]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
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-07  Tom LaneDuring CatCacheRemoveCList, we must now remove any...
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_1_2
2006-01-06  Tom LaneFix Windows-only postmaster code to reject a connection...
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  Peter EisentrautTranslation update
2006-01-05  Bruce MomjianUpdate release notes for 8.1.X, 8.0.X, 7.4.X, and 7...
2006-01-05  Bruce MomjianStamp release 8.1.2.
2006-01-05  Tom LaneArrange to set the LC_XXX environment variables to...
2006-01-04  Tom LaneFix another case in which autovacuum would fail while...
2006-01-03  Tom LaneThere is a signedness bug in Openwall gen_salt code...
2006-01-03  Joe ConwayWhen the remote query result has a different number...
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-02  Tom LaneReset flex state in a way that works for both flex...
2006-01-01  Tom LaneRewrite ProcessConfigFile() to avoid misbehavior at...
2006-01-01  Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2005-12-30  Tom LaneRepair EXPLAIN failure when trying to display a plan...
2005-12-29  Neil ConwayIndex: src/pl/plpython/plpython.c
next