| Commit message (Expand) | Author | Age | Files | Lines |
| * | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane | 2000-03-16 | 4 | -49/+98 |
| * | Fix for char_length() changes | Tatsuo Ishii | 2000-03-16 | 1 | -5/+5 |
| * | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane | 2000-03-16 | 3 | -166/+188 |
| * | Hi, | Bruce Momjian | 2000-03-16 | 1 | -198/+379 |
| * | Update comment obsoleted by Thomas's latest fixes. | Tom Lane | 2000-03-15 | 1 | -13/+4 |
| * | Tweak GROUP BY so that it will still accept result-column names, but only | Tom Lane | 2000-03-15 | 3 | -38/+68 |
| * | *** empty log message *** | Michael Meskes | 2000-03-15 | 4 | -80/+104 |
| * | Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the | Tom Lane | 2000-03-15 | 1 | -41/+53 |
| * | Remove another incorrect UserAbortTransactionBlock() call. | Tom Lane | 2000-03-15 | 1 | -2/+1 |
| * | Remove gratuitous and incorrect begin/commit transaction calls in | Tom Lane | 2000-03-15 | 1 | -48/+29 |
| * | Fix a couple of missed changes in expected results. | Tom Lane | 2000-03-15 | 2 | -20/+2 |
| * | Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to ease | Tom Lane | 2000-03-15 | 1 | -1/+6 |
| * | Repair unintentional damage to MULTIBYTE code. | Tom Lane | 2000-03-14 | 3 | -7/+15 |
| * | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane | 2000-03-14 | 3 | -6/+21 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 58 | -1113/+1495 |
| * | Marginal performance improvement in LockBuffer --- calculate address | Tom Lane | 2000-03-14 | 1 | -17/+19 |
| * | > I have improved the System V semaphore emulation of the QNX4 port. | Bruce Momjian | 2000-03-14 | 3 | -58/+145 |
| * | > To make PostgreSQL compilable on Digital Unix I had to modify the | Bruce Momjian | 2000-03-14 | 1 | -1/+1 |
| * | > Here is an extension of the regression test suite for Digital Unix | Bruce Momjian | 2000-03-14 | 1 | -0/+246 |
| * | > Here is an extension of the regression test suite for Digital Unix | Bruce Momjian | 2000-03-14 | 1 | -0/+3 |
| * | > The snprintf stuff in interfaces/ecpg/preproc/Makefile.in is broken. | Bruce Momjian | 2000-03-14 | 2 | -5/+5 |
| * | Detect postmaster being ready by calling psql -l rathern than | Tatsuo Ishii | 2000-03-14 | 1 | -5/+6 |
| * | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane | 2000-03-14 | 3 | -29/+42 |
| * | Fixed deficiency where an unterminated (no semicolon) command at end of | Peter Eisentraut | 2000-03-13 | 1 | -4/+18 |
| * | Extend numeric_round and numeric_trunc to accept negative scale inputs | Tom Lane | 2000-03-13 | 1 | -20/+79 |
| * | Remove unnecessary limitations on lengths of bpchar and varchar constants. | Tom Lane | 2000-03-13 | 1 | -25/+7 |
| * | Performance improvement for lexing long strings: increase flex's | Tom Lane | 2000-03-13 | 1 | -1/+4 |
| * | Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from the | Tom Lane | 2000-03-12 | 1 | -4/+5 |
| * | Fix performance bug in constant-expression simplifier. After finding | Tom Lane | 2000-03-12 | 1 | -5/+13 |
| * | Fix performance problem in fireRIRonSubselect: with nested subqueries, | Tom Lane | 2000-03-12 | 1 | -12/+6 |
| * | Clean up grammar's handling of NULL in expressions: a_expr_or_null is | Tom Lane | 2000-03-12 | 1 | -61/+66 |
| * | Further tweaking of logic that decides when to materialize an uncorrelated | Tom Lane | 2000-03-11 | 1 | -24/+15 |
| * | Make TypeCategory think that NAME is a member of type | Tom Lane | 2000-03-11 | 1 | -4/+10 |
| * | Further fixes for bogus list-slinging, scribbling on input, etc in type | Tom Lane | 2000-03-11 | 2 | -35/+84 |
| * | Karel Zakr's revised patch to fix psql prompt for local host connections. | Peter Eisentraut | 2000-03-11 | 1 | -17/+65 |
| * | exec_simple_check_plan() must not allow a plan having initPlans or | Tom Lane | 2000-03-11 | 1 | -10/+13 |
| * | Finish cleaning up backend's handling of /* ... */ and -- comments, | Tom Lane | 2000-03-11 | 1 | -19/+55 |
| * | Change PQconndefaults() to return a malloc'd array, instead of a static | Tom Lane | 2000-03-11 | 8 | -137/+234 |
| * | Update perl5's self-test for changed spelling of connection failure | Tom Lane | 2000-03-11 | 1 | -2/+2 |
| * | *** empty log message *** | Michael Meskes | 2000-03-10 | 2 | -2/+2 |
| * | Remove SHOW after datestyle reset. | Bruce Momjian | 2000-03-09 | 4 | -9/+0 |
| * | Fix for bsdi 4.1 shared libraries. | Bruce Momjian | 2000-03-09 | 1 | -2/+2 |
| * | *** empty log message *** | Michael Meskes | 2000-03-09 | 6 | -13/+33 |
| * | Redo permissions-checking code so that it does the right thing at APPEND | Tom Lane | 2000-03-09 | 2 | -89/+246 |
| * | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue | 2000-03-09 | 8 | -10/+514 |
| * | Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory | Tom Lane | 2000-03-08 | 1 | -1/+9 |
| * | Repair access-to-already-freed-memory error recently introduced into | Tom Lane | 2000-03-08 | 1 | -12/+25 |
| * | Fix ==-instead-of-= typo that gcc does its level best to point out. | Tom Lane | 2000-03-08 | 1 | -2/+2 |
| * | Clean up gmake warning caused by recent NetBSD patch. <grumble> | Tom Lane | 2000-03-08 | 1 | -2/+11 |
| * | Hi, | Bruce Momjian | 2000-03-08 | 1 | -1/+0 |