]> granicus.if.org Git - postgresql/history - src/backend
Rename heap_replace to heap_update.
[postgresql] / src / backend /
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-23 Tom LaneReduce ReleaseLruFile failure from FATAL to ERROR grade...
1999-11-23 Tom Laneverify_password() leaked a file descriptor if it failed...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-22 Tom LaneCome to think of it, DropBuffers() could have the same...
1999-11-22 Tom LaneReleaseRelationBuffers() failed to check for I/O in...
1999-11-21 Tom LaneCombine index_info and find_secondary_indexes into...
1999-11-21 Tom Laneindex_destroy() must grab exclusive access to the paren...
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-11-21 Tom LaneRepair problem exposed by Jan's new parallel-regression...
1999-11-20 Tom LaneFix problems with CURRENT_DATE and related functions...
1999-11-19 Jan WieckNew parallel regression test shell and related things.
1999-11-18 Jan WieckChanged pg_rewrite attributes ev_qual and ev_action...
1999-11-17 Bruce MomjianFix problem with temp tables shown in regression test...
1999-11-17 Jan WieckSome minor corrections to the LZ compression. In fact...
1999-11-17 Jan WieckThe new LZ compression and an lztext data type based...
1999-11-16 Bruce MomjianFix lookup of temp table names that I missed yesterday.
1999-11-16 Tom LaneModify elog() logic so that it won't try to longjmp...
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-15 Tatsuo IshiiTree dividing is not appropriate in Rtree.
1999-11-15 Tom LaneClean up possible memory leakage in nodeSubplan
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-11-14 Tom LaneFix typo so it actually compiles...
1999-11-14 Bruce MomjianAdd recreate index notice to vacuum error.
1999-11-14 Tom LaneTweak make rules for parse.h and fmgr.h to avoid bug...
1999-11-14 Bruce MomjianAdd index recreation suggestion to end of world error...
1999-11-12 Tom LaneFix ExecSubPlan to handle nulls per the SQL spec -...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-06 Bruce Momjianexit recursion fix from Massimo
1999-11-06 Bruce MomjianFix for recusive exit call from Massimo.
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-11-01 Tom LaneEliminate RewritePreprocessQuery, which was taking an
1999-11-01 Tom LaneEliminate some unbelievably cheesy code in _copyConst().
1999-11-01 Tom LaneInline check for full buffer in appendStringInfoChar.
1999-11-01 Tom LaneDon't call ExecOpenIndices if pg_class relhasindex...
1999-11-01 Tom LaneEliminate local inefficiencies in updateTargetListEntry...
1999-11-01 Bruce Momjianformatting cleanup
1999-11-01 Bruce MomjianAllow indexes on system catalogs for use in cache code.
1999-10-31 Tom LaneRule dumper failed to affix '*' to inheritable RTEs.
1999-10-30 Tom LaneAvoid duplicate ExecTypeFromTL() call in ExecInitJunkFi...
1999-10-30 Tom LaneRearrange heap_beginscan to eliminate extra call on
1999-10-30 Tom LaneSkip invoking set_uppernode_references() for a RESULT...
1999-10-30 Tom LaneRewrite preprocess_targetlist() to reduce overhead...
1999-10-30 Tom LaneFurther performance improvements in sorting: reduce...
1999-10-30 Tom LaneOoops ... 6.5 coding wasn't quite right anymore. Shoul...
1999-10-30 Tom LanePut back code in nodeAgg to generate a dummy all-nulls...
1999-10-29 Bruce MomjianMake USING in COPY optional.
1999-10-29 Bruce MomjianFix wording.
1999-10-26 Bruce MomjianFix compile after COMMENT problem.
1999-10-26 Bruce MomjianHello.
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-25 Tom Lane'extern char *pg_pathname' in these files fails to...
1999-10-24 Tom LaneAdd a notion of a 'catalog version number' that can...
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-10-22 Bruce MomjianI have a patch for postgresql-snapshot(1999-10-22).
1999-10-21 Tom LaneBugfix for CREATE RULE invoked via SPI --- from Hiroshi,
1999-10-21 Tom LaneRemove fixed-size buffers in rule storage routine.
1999-10-19 Tom LaneBufFileSeek's behavior at segment boundaries wasn't...
1999-10-18 Tom LaneDrive a stake through the heart of the last use of...
1999-10-18 Tom LaneRemove fixed-size literal buffer from scan.l, and repair
1999-10-17 Tom LaneExcept_Intersect_Rewrite() forgot to move LIMIT info...
1999-10-17 Tom LaneChange fd.c so that temp files are closed and deleted at
1999-10-17 Tom LaneRemove now-dead sort modules.
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-10-17 Tom LaneActually, nodeMergejoin shouldn't include psort.h at...
1999-10-16 Tom LanenodeMergejoin was depending on an inclusion from psort...
1999-10-16 Tom LaneSecond phase of psort reconstruction project: add bookk...
1999-10-16 Tatsuo IshiiCheck RELSEG_SIZE when postmaster starting up.
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-10-12 Bruce MomjianI have created a small patch that makes possible to...
1999-10-12 Tatsuo IshiiAdd blcksz to struct ControlFileData to check BLCKSZ...
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
1999-10-10 Bruce MomjianRe-add mention of FAQ's for shared memory/ipc errors.
1999-10-09 Bruce MomjianAllow \r as whitespace.
1999-10-08 Jan WieckFirst real FOREIGN KEY constraint trigger functionality.
1999-10-08 Bruce MomjianUpdate display of debug levels.
1999-10-08 Bruce Momjianclean up debug flags.
1999-10-08 Bruce MomjianComment cleanup.
1999-10-08 Bruce MomjianFix for "--" comment and no trailing newline, as seen...
1999-10-08 Bruce MomjianCleanup -is flag to -l for SSL. Another PERL variable...
1999-10-08 Tom LaneRemove a no-longer-needed kluge for degenerate aggregat...
1999-10-08 Vadim B. MikheevMore startup/shutdown log messages.
1999-10-07 Tom LaneSomehow missed this call to addRangeTableEntry() ...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-10-06 Vadim B. MikheevSmall cleanup.
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-10-06 Hiroshi InoueImprove the treatment of partial(incomplete) blocks...
1999-10-06 Vadim B. MikheevDon't set BootstrapProcessingMode in AddNewRelationTupl...
1999-10-05 Bruce MomjianAllow comment-only lines, and ;;; lines too.
1999-10-04 Tom LaneMake the rule deparser a little less quote-happy, so...
1999-10-04 Tom LaneOops, DEFAULT processing wasn't doing type compatibilit...
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-10-02 Tom LaneTeach parse_coerce about non-cachable functions (actually,
1999-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-10-02 Tom LaneReplace float.c's #ifdef finite check with a proper...
1999-10-02 Tom LaneStick finger into a couple more holes in the leaky...
1999-10-02 Tom LaneFix make_clause and make_opclause to record valid type...
next