aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Eliminate RewritePreprocessQuery, which was taking anTom Lane1999-11-01
* Eliminate some unbelievably cheesy code in _copyConst().Tom Lane1999-11-01
* Inline check for full buffer in appendStringInfoChar.Tom Lane1999-11-01
* Don't call ExecOpenIndices if pg_class relhasindex shows there are noTom Lane1999-11-01
* Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane1999-11-01
* formatting cleanupBruce Momjian1999-11-01
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-01
* Rule dumper failed to affix '*' to inheritable RTEs.Tom Lane1999-10-31
* Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane1999-10-30
* Rearrange heap_beginscan to eliminate extra call onTom Lane1999-10-30
* Skip invoking set_uppernode_references() for a RESULT nodeTom Lane1999-10-30
* Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs.Tom Lane1999-10-30
* Further performance improvements in sorting: reduce number of comparisonsTom Lane1999-10-30
* Ooops ... 6.5 coding wasn't quite right anymore. Should learnTom Lane1999-10-30
* Put back code in nodeAgg to generate a dummy all-nulls input tupleTom Lane1999-10-30
* Make USING in COPY optional.Bruce Momjian1999-10-29
* Fix wording.Bruce Momjian1999-10-29
* Fix compile after COMMENT problem.Bruce Momjian1999-10-26
* Hello.Bruce Momjian1999-10-26
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* 'extern char *pg_pathname' in these files fails to agree withTom Lane1999-10-25
* Add a notion of a 'catalog version number' that can indicateTom Lane1999-10-24
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* I have a patch for postgresql-snapshot(1999-10-22).Bruce Momjian1999-10-22
* Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,Tom Lane1999-10-21
* Remove fixed-size buffers in rule storage routine.Tom Lane1999-10-21
* BufFileSeek's behavior at segment boundaries wasn't whatTom Lane1999-10-19
* Drive a stake through the heart of the last use of MAX_PARSE_BUFFERTom Lane1999-10-18
* Remove fixed-size literal buffer from scan.l, and repairTom Lane1999-10-18
* Except_Intersect_Rewrite() forgot to move LIMIT info to newTom Lane1999-10-17
* Change fd.c so that temp files are closed and deleted atTom Lane1999-10-17
* Remove now-dead sort modules.Tom Lane1999-10-17
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Actually, nodeMergejoin shouldn't include psort.h at all...Tom Lane1999-10-17
* nodeMergejoin was depending on an inclusion from psort.h...Tom Lane1999-10-16
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-16
* Check RELSEG_SIZE when postmaster starting up.Tatsuo Ishii1999-10-16
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-12
* Add blcksz to struct ControlFileData to check BLCKSZ is sameTatsuo Ishii1999-10-12
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian1999-10-10
* Allow \r as whitespace.Bruce Momjian1999-10-09
* First real FOREIGN KEY constraint trigger functionality.Jan Wieck1999-10-08
* Update display of debug levels.Bruce Momjian1999-10-08
* clean up debug flags.Bruce Momjian1999-10-08
* Comment cleanup.Bruce Momjian1999-10-08
* Fix for "--" comment and no trailing newline, as seen in Perl.Bruce Momjian1999-10-08