]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2005-12-09 Tom LaneStamp 8.0.5.
2005-12-09 Tom LaneAdd release notes for back branches (7.3 and up).
2005-12-08 Peter EisentrautDocumentation fix: s/event_object_name/event_object_table/g
2005-12-08 Tom LaneFix bgwriter's failure to release buffer pins and open...
2005-12-06 Teodor SigaevFix stupid bug with sizeof
2005-12-06 Tom LaneIn a nestloop inner indexscan, it's OK to use pushed...
2005-12-05 Tom LaneAdd regression test to see if the min/max values of...
2005-12-03 Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-12-02 Tom LaneFix obsolete description of -h option, per Andreas...
2005-12-01 Tom LaneRetry in FileRead and FileWrite if Windows returns...
2005-12-01 Tom LaneCheck for overflow in strtol() while parsing datetime...
2005-11-30 Tom LaneRearrange code in pg_atoi() to avoid assuming that...
2005-11-30 Michael Meskes- Made several variables "const char *" instead of...
2005-11-18 Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-11-16 Bruce MomjianProperly document return value of strpos().
2005-11-16 Bruce MomjianUpdate error message and documentation for fsync test.
2005-11-16 Bruce MomjianUpdate test_fsync to honor -f.
2005-11-13 Tom LaneForce the second argument of SUBSTRING(foo FOR bar...
2005-11-10 Tom LaneWhen in transaction-aborted state, reject Bind message...
2005-11-09 Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-05 Bruce MomjianBackpatch FAQ's for 8.0.X.
2005-11-04 Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-11-03 Teodor SigaevFix incorrect header size macros
2005-11-03 Tom LaneFix longstanding race condition in transaction log...
2005-11-01 Andrew DunstanProvide a --no-locale option for pg_regress and a corre...
2005-10-26 Bruce MomjianProperly update the 'group' flatfile when modifying...
2005-10-26 Bruce MomjianUpdate AIX FAQ, backpatch.
2005-10-25 Tom LaneFix longstanding bug that would sometimes let the plann...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-20 Tom LanePrevent core dump in contrib version of autovacuum...
2005-10-19 Tom LaneBack-patch fix for proper labeling of whole-row Datums...
2005-10-14 Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-10-14 Bruce Momjian[ Backpatch to 8.0.X.]
2005-10-12 Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-10-11 Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-11 Tom LaneFix oversight in 8.0 modification of RestrictInfo data...
2005-10-06 Neil ConwayBackpatch merge_db() example for PL/PgSQL to 8.0. Patch...
2005-10-05 Bruce MomjianUpdate Japanese FAQ.
2005-10-05 Bruce MomjianUpdate version number in faq.
2005-10-04 Bruce MomjianUpdate FAQ's in 8.0.X branch. (very small changes)
2005-10-04 Bruce MomjianAdd FAQ_hungarian.html to 8.0.X branch.
2005-10-03 Tom LaneCOPY's test for read-only transaction was backward... REL8_0_4
2005-10-03 Tom LaneStamp release 8.0.4.
2005-10-03 Tom LaneUpdate release notes for pending back-branch releases.
2005-10-03 Tom LanePreserve tuple OIDs during ATRewriteTable. Per gripe...
2005-09-28 Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
2005-09-28 Alvaro HerreraTranslation updates for the 8.0 branch
2005-09-28 Bruce MomjianUpdate Russian FAQ.
2005-09-23 Bruce MomjianBackpatch to 8.0.X:
2005-09-22 Bruce MomjianUpdate FAQ's in 8.0.X branch.
2005-09-20 Bruce MomjianReturn proper value for psql -f filename failure if...
2005-09-15 Teodor SigaevUpdate Snowball. I have to update it because of
2005-09-12 Tom LaneEnsure that any memory leaked during an error inside...
2005-09-12 Neil ConwayFix a mistake in the documentation for SPI_getbinval...
2005-09-12 Michael MeskesFixed transaction command handling to not ignore savepo...
2005-09-11 Tom LaneAvoid changing stdin/stdout to binary mode on Windows...
2005-09-08 Tom LaneUpdate regression tests for new USA timezone data....
2005-09-07 Tom LaneUpdate timezone data files to release 2005m of the...
2005-09-03 Peter EisentrautTranslation update
2005-08-30 Teodor SigaevFix missing rows in query
2005-08-29 Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28 Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-27 Tom LaneGet the MIPS assembler syntax right. Also add a separa...
next