| Commit message (Expand) | Author | Age | Files | Lines |
| * | I have a patch for postgresql-snapshot(1999-10-22). | Bruce Momjian | 1999-10-22 | 1 | -5/+11 |
| * | Bugfix for CREATE RULE invoked via SPI --- from Hiroshi, | Tom Lane | 1999-10-21 | 1 | -2/+3 |
| * | Remove fixed-size buffers in rule storage routine. | Tom Lane | 1999-10-21 | 1 | -35/+40 |
| * | BufFileSeek's behavior at segment boundaries wasn't what | Tom Lane | 1999-10-19 | 1 | -13/+26 |
| * | Drive a stake through the heart of the last use of MAX_PARSE_BUFFER | Tom Lane | 1999-10-18 | 1 | -21/+25 |
| * | Remove fixed-size literal buffer from scan.l, and repair | Tom Lane | 1999-10-18 | 2 | -62/+73 |
| * | Except_Intersect_Rewrite() forgot to move LIMIT info to new | Tom Lane | 1999-10-17 | 1 | -1/+8 |
| * | Change fd.c so that temp files are closed and deleted at | Tom Lane | 1999-10-17 | 1 | -5/+9 |
| * | Remove now-dead sort modules. | Tom Lane | 1999-10-17 | 2 | -1380/+0 |
| * | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 | 6 | -996/+1664 |
| * | Actually, nodeMergejoin shouldn't include psort.h at all... | Tom Lane | 1999-10-17 | 1 | -2/+1 |
| * | nodeMergejoin was depending on an inclusion from psort.h... | Tom Lane | 1999-10-16 | 1 | -1/+2 |
| * | Second phase of psort reconstruction project: add bookkeeping logic to | Tom Lane | 1999-10-16 | 4 | -366/+1245 |
| * | Check RELSEG_SIZE when postmaster starting up. | Tatsuo Ishii | 1999-10-16 | 1 | -0/+10 |
| * | This patch implements ORACLE's COMMENT SQL command. | Bruce Momjian | 1999-10-15 | 6 | -16/+263 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 7 | -277/+648 |
| * | I have created a small patch that makes possible to compile pgsql on newer | Bruce Momjian | 1999-10-12 | 1 | -3/+3 |
| * | Add blcksz to struct ControlFileData to check BLCKSZ is same | Tatsuo Ishii | 1999-10-12 | 1 | -0/+5 |
| * | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue | 1999-10-11 | 2 | -5/+216 |
| * | Re-add mention of FAQ's for shared memory/ipc errors. | Bruce Momjian | 1999-10-10 | 1 | -6/+9 |
| * | Allow \r as whitespace. | Bruce Momjian | 1999-10-09 | 1 | -2/+2 |
| * | First real FOREIGN KEY constraint trigger functionality. | Jan Wieck | 1999-10-08 | 1 | -12/+942 |
| * | Update display of debug levels. | Bruce Momjian | 1999-10-08 | 2 | -5/+5 |
| * | clean up debug flags. | Bruce Momjian | 1999-10-08 | 1 | -11/+3 |
| * | Comment cleanup. | Bruce Momjian | 1999-10-08 | 1 | -3/+3 |
| * | Fix for "--" comment and no trailing newline, as seen in Perl. | Bruce Momjian | 1999-10-08 | 1 | -2/+2 |
| * | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian | 1999-10-08 | 3 | -31/+27 |
| * | Remove a no-longer-needed kluge for degenerate aggregate cases, | Tom Lane | 1999-10-08 | 2 | -23/+12 |
| * | More startup/shutdown log messages. | Vadim B. Mikheev | 1999-10-08 | 1 | -10/+43 |
| * | Somehow missed this call to addRangeTableEntry() ... | Tom Lane | 1999-10-07 | 1 | -2/+2 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 17 | -355/+356 |
| * | Small cleanup. | Vadim B. Mikheev | 1999-10-06 | 1 | -2/+6 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 14 | -956/+1068 |
| * | Improve the treatment of partial(incomplete) blocks of relation files. | Hiroshi Inoue | 1999-10-06 | 1 | -5/+22 |
| * | Don't set BootstrapProcessingMode in AddNewRelationTuple() before | Vadim B. Mikheev | 1999-10-06 | 1 | -18/+4 |
| * | Allow comment-only lines, and ;;; lines too. | Bruce Momjian | 1999-10-05 | 1 | -8/+19 |
| * | Make the rule deparser a little less quote-happy, so that | Tom Lane | 1999-10-04 | 1 | -63/+147 |
| * | Oops, DEFAULT processing wasn't doing type compatibility checking | Tom Lane | 1999-10-04 | 1 | -17/+41 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 11 | -859/+843 |
| * | Teach parse_coerce about non-cachable functions (actually, | Tom Lane | 1999-10-02 | 1 | -32/+17 |
| * | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane | 1999-10-02 | 4 | -117/+105 |
| * | Replace float.c's #ifdef finite check with a proper autoconf check, so it | Tom Lane | 1999-10-02 | 1 | -5/+5 |
| * | Stick finger into a couple more holes in the leaky dike of | Tom Lane | 1999-10-02 | 1 | -1/+16 |
| * | Fix make_clause and make_opclause to record valid type info | Tom Lane | 1999-10-02 | 1 | -20/+22 |
| * | Revise rule-printing routines to use expandable StringInfo buffers, so that | Tom Lane | 1999-10-02 | 1 | -402/+340 |
| * | Clean up rewriter routines to use expression_tree_walker and | Tom Lane | 1999-10-01 | 3 | -2430/+953 |
| * | Added utils/adt/ri_triggers with empty shells for the | Jan Wieck | 1999-09-30 | 3 | -4/+190 |
| * | Removed (useless) pg_proc_prosrc_index | Jan Wieck | 1999-09-30 | 3 | -39/+21 |
| * | Reverse out getopt patch --- turns out it doesn't help on my | Tom Lane | 1999-09-30 | 1 | -2/+2 |
| * | Un-break optarg() call --- some peoples' optarg libraries | Tom Lane | 1999-09-30 | 1 | -7/+7 |