]> granicus.if.org Git - postgresql/shortlog
postgresql
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-11 Neil ConwayImplement IS NOT DISTINCT FROM, update the regression...
2005-12-11 Bruce MomjianRemove item:
2005-12-10 Tom LaneTeach deparsing of CASE expressions to cope with the...
2005-12-10 Tom LaneRemove incorrect increment of lineno, per David Fetter.
2005-12-09 Bruce MomjianDone:
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Tom LaneAdd release notes for back branches (7.3 and up).
2005-12-09 Bruce MomjianAdd documentation about the behavior of BEFORE triggers...
2005-12-09 Bruce MomjianRemove mention that history is _now_ automatically...
2005-12-09 Tom LaneFix broken markup.
2005-12-09 Tom LaneFix core dump in error path of plpgsql_parse_tripwordty...
2005-12-09 Bruce MomjianCompleted:
2005-12-09 Peter EisentrautLet initdb detect the date order of the lc_time locale...
2005-12-09 Bruce MomjianI reconfirmed MS-VC6. Thank you for wonderful correspon...
2005-12-09 Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-12-08 Bruce MomjianRelease note wording improvements.
2005-12-08 Bruce MomjianWrap UTF-8 paragraph.
2005-12-08 Bruce MomjianUpdate wording of translation bug item.
2005-12-08 Bruce MomjianUpdate for 8.1.1.
2005-12-08 Bruce MomjianUpdate release notes for 8.1.1.
2005-12-08 Bruce MomjianAdd Teodor:
2005-12-08 Bruce MomjianRemove a few people:
2005-12-08 Bruce MomjianFAQ_AIX in 8.1.0 contains outdated information about...
2005-12-08 Bruce Momjianthere's a paragraph in the ALTER TABLE reference page...
2005-12-08 Bruce Momjian> 1) I'm proposing a patch to do the DROP FUNCTION...
2005-12-08 Peter EisentrautPut [] around default value for port number.
2005-12-08 Bruce MomjianRemove empty heading row in error table.
2005-12-08 Peter EisentrautAdd missing translation marker
2005-12-08 Bruce MomjianAdd "Constant" column to error code table.
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-08 Bruce MomjianI recently received the Debian bug report below about...
2005-12-08 Bruce MomjianAdd documentation about the inability of plpsql to...
2005-12-08 Bruce MomjianDisble some Win32-specific code in win32-client-only...
2005-12-08 Tom LaneFix thinko in comment.
2005-12-08 Teodor SigaevImprove tag recognizing
2005-12-07 Tom LanePush the responsibility for handling ignore_killed_tupl...
2005-12-07 Tom LaneA couple of tiny performance hacks in _bt_step(). ...
2005-12-07 Bruce MomjianUpdate:
2005-12-07 Tom LaneFix incorrect SPI example, per Yoshihisa Nakano.
2005-12-07 Tom LaneFix a couple of lingering references to POSTQUEL query...
2005-12-07 Tom LaneSpell "explicitly" correctly, per Simon.
2005-12-07 Bruce MomjianImprove lazy vacuum wording.
2005-12-07 Teodor SigaevFix small memory leak
2005-12-07 Teodor SigaevImprove word parser.
2005-12-07 Bruce MomjianClarify vacuum lazy can shrink a file under certain...
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-06 Bruce MomjianUpdate iconv wording, per Peter.
2005-12-06 Bruce MomjianAdd:
2005-12-06 Bruce MomjianHighlight diff idea for iconv.
2005-12-06 Bruce Momjianiconv uses UTF-8, not UTF8.
2005-12-06 Bruce MomjianDocument method of removing invalid UTF8 escape sequenc...
2005-12-06 Bruce MomjianDocumentation cleanup mention:
2005-12-06 Bruce MomjianSince my name has a non-ascii-letter in it, it's often...
2005-12-06 Bruce MomjianAdd documentation on the use of *printf() macros and...
2005-12-06 Teodor SigaevFix stupid bug with sizeof
2005-12-06 Tom LaneArrange for read-only accesses to SLRU page buffers...
2005-12-06 Tom LaneIn a nestloop inner indexscan, it's OK to use pushed...
2005-12-06 Tom Laneecpg/pgtypeslib seems to need snprintf.c pulled in...
2005-12-06 Tom LanePut undef's before extern declarations that need 'em...
2005-12-06 Bruce MomjianAdd comment on why pg *printf functions are used uncond...
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-12-05 Tom LaneDocument return-value conventions used by this implemen...
2005-12-05 Teodor SigaevImprove word parser.
2005-12-05 Tom LaneAdd regression test to see if the min/max values of...
2005-12-05 Tom LaneFix a rather sizable number of problems in our homegrow...
2005-12-04 Bruce MomjianUpdate:
2005-12-04 Bruce MomjianAdd:
2005-12-04 Bruce MomjianAdd:
2005-12-04 Bruce MomjianAdd for autovacuum:
2005-12-04 Bruce MomjianAdd configure flag to allow libedit to be preferred...
2005-12-03 Tom LaneTreat procedural languages as owned by the bootstrap...
2005-12-03 Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-12-03 Bruce MomjianAllow to_char(interval) and to_char(time) to use AM...
2005-12-03 Bruce MomjianItem removed:
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02 Tom LaneFix obsolete description of -h option, per Andreas...
2005-12-02 Tom LaneFix obsolete comment.
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-12-02 Bruce MomjianRemove idea of increasing NUMERIC length:
2005-12-02 Michael MeskesAdded special handling of CONNECTION variable that...
2005-12-02 Bruce MomjianAdd calcluation of bitmap storage capacity.
2005-12-02 Bruce MomjianRemove comment on errno=0 lines, but add mention to...
2005-12-02 Tom LaneRearrange code in ExecInitBitmapHeapScan so that we...
2005-12-01 Bruce MomjianAdd all heap page rows visible bitmap idea:
2005-12-01 Bruce MomjianAdd MERGE TODO.detail:
2005-12-01 Bruce MomjianAdd merge TODO.detail item.
2005-12-01 Bruce MomjianSplit out MERGE and REPLACE/UPSERT items.
2005-12-01 Bruce MomjianAdd comment to pg_atoi.
2005-12-01 Bruce MomjianComment "errno = 0" in a more generic way.
2005-12-01 Tom LaneRetry in FileRead and FileWrite if Windows returns...
2005-12-01 Bruce MomjianAdd comments about why errno is set to zero.
2005-12-01 Tom LaneCheck for overflow in strtol() while parsing datetime...
2005-12-01 Neil ConwayFix typo in PL/PgSQL documentation, per Chris KL.
2005-12-01 Alvaro HerreraRefactor some bits in aclchk.c in order to reduce code...
2005-11-30 Tom LaneRearrange code in pg_atoi() to avoid assuming that...
2005-11-30 Tom LaneTweak choose_bitmap_and() heuristics in the light of...
2005-11-30 Michael Meskes- Made several variables "const char *" instead of...
next