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