summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-10-30Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane
1999-10-30Rearrange heap_beginscan to eliminate extra call onTom Lane
1999-10-30Skip invoking set_uppernode_references() for a RESULT nodeTom Lane
1999-10-30Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs.Tom Lane
1999-10-30Further performance improvements in sorting: reduce number of comparisonsTom Lane
1999-10-30Ooops ... 6.5 coding wasn't quite right anymore. Should learnTom Lane
1999-10-30Put back code in nodeAgg to generate a dummy all-nulls input tupleTom Lane
1999-10-29Make USING in COPY optional.Bruce Momjian
1999-10-29Fix wording.Bruce Momjian
1999-10-26Fix compile after COMMENT problem.Bruce Momjian
1999-10-26Hello.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-25'extern char *pg_pathname' in these files fails to agree withTom Lane
1999-10-24Add a notion of a 'catalog version number' that can indicateTom Lane
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-10-22I have a patch for postgresql-snapshot(1999-10-22).Bruce Momjian
1999-10-21Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,Tom Lane
1999-10-21Remove fixed-size buffers in rule storage routine.Tom Lane
1999-10-19BufFileSeek's behavior at segment boundaries wasn't whatTom Lane
1999-10-18Drive a stake through the heart of the last use of MAX_PARSE_BUFFERTom Lane
1999-10-18Remove fixed-size literal buffer from scan.l, and repairTom Lane
1999-10-17Except_Intersect_Rewrite() forgot to move LIMIT info to newTom Lane
1999-10-17Change fd.c so that temp files are closed and deleted atTom Lane
1999-10-17Remove now-dead sort modules.Tom Lane
1999-10-17Final stage of psort reconstruction work: replace psort.c withTom Lane
1999-10-17Actually, nodeMergejoin shouldn't include psort.h at all...Tom Lane
1999-10-16nodeMergejoin was depending on an inclusion from psort.h...Tom Lane
1999-10-16Second phase of psort reconstruction project: add bookkeeping logic toTom Lane
1999-10-16Check RELSEG_SIZE when postmaster starting up.Tatsuo Ishii
1999-10-15This patch implements ORACLE's COMMENT SQL command.Bruce Momjian
1999-10-13Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane
1999-10-12I have created a small patch that makes possible to compile pgsql on newerBruce Momjian
1999-10-12Add blcksz to struct ControlFileData to check BLCKSZ is sameTatsuo Ishii
1999-10-11The 1st step to implement new type of scan,TidScan.Hiroshi Inoue
1999-10-10Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian
1999-10-09Allow \r as whitespace.Bruce Momjian
1999-10-08First real FOREIGN KEY constraint trigger functionality.Jan Wieck
1999-10-08Update display of debug levels.Bruce Momjian
1999-10-08clean up debug flags.Bruce Momjian
1999-10-08Comment cleanup.Bruce Momjian
1999-10-08Fix for "--" comment and no trailing newline, as seen in Perl.Bruce Momjian
1999-10-08Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian
1999-10-08Remove a no-longer-needed kluge for degenerate aggregate cases,Tom Lane
1999-10-08More startup/shutdown log messages.Vadim B. Mikheev
1999-10-07Somehow missed this call to addRangeTableEntry() ...Tom Lane
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-06Small cleanup.Vadim B. Mikheev
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-10-06Improve the treatment of partial(incomplete) blocks of relation files.Hiroshi Inoue
1999-10-06Don't set BootstrapProcessingMode in AddNewRelationTuple() beforeVadim B. Mikheev