summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-164-49/+98
* Fix for char_length() changesTatsuo Ishii2000-03-161-5/+5
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-163-166/+188
* Hi,Bruce Momjian2000-03-161-198/+379
* Update comment obsoleted by Thomas's latest fixes.Tom Lane2000-03-151-13/+4
* Tweak GROUP BY so that it will still accept result-column names, but onlyTom Lane2000-03-153-38/+68
* *** empty log message ***Michael Meskes2000-03-154-80/+104
* Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing theTom Lane2000-03-151-41/+53
* Remove another incorrect UserAbortTransactionBlock() call.Tom Lane2000-03-151-2/+1
* Remove gratuitous and incorrect begin/commit transaction calls inTom Lane2000-03-151-48/+29
* Fix a couple of missed changes in expected results.Tom Lane2000-03-152-20/+2
* Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to easeTom Lane2000-03-151-1/+6
* Repair unintentional damage to MULTIBYTE code.Tom Lane2000-03-143-7/+15
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-143-6/+21
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-1458-1113/+1495
* Marginal performance improvement in LockBuffer --- calculate addressTom Lane2000-03-141-17/+19
* > I have improved the System V semaphore emulation of the QNX4 port.Bruce Momjian2000-03-143-58/+145
* > To make PostgreSQL compilable on Digital Unix I had to modify theBruce Momjian2000-03-141-1/+1
* > Here is an extension of the regression test suite for Digital UnixBruce Momjian2000-03-141-0/+246
* > Here is an extension of the regression test suite for Digital UnixBruce Momjian2000-03-141-0/+3
* > The snprintf stuff in interfaces/ecpg/preproc/Makefile.in is broken.Bruce Momjian2000-03-142-5/+5
* Detect postmaster being ready by calling psql -l rathern thanTatsuo Ishii2000-03-141-5/+6
* Fix some bogosities in the code that deals with estimating the fractionTom Lane2000-03-143-29/+42
* Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut2000-03-131-4/+18
* Extend numeric_round and numeric_trunc to accept negative scale inputsTom Lane2000-03-131-20/+79
* Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane2000-03-131-25/+7
* Performance improvement for lexing long strings: increase flex'sTom Lane2000-03-131-1/+4
* Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from theTom Lane2000-03-121-4/+5
* Fix performance bug in constant-expression simplifier. After findingTom Lane2000-03-121-5/+13
* Fix performance problem in fireRIRonSubselect: with nested subqueries,Tom Lane2000-03-121-12/+6
* Clean up grammar's handling of NULL in expressions: a_expr_or_null isTom Lane2000-03-121-61/+66
* Further tweaking of logic that decides when to materialize an uncorrelatedTom Lane2000-03-111-24/+15
* Make TypeCategory think that NAME is a member of typeTom Lane2000-03-111-4/+10
* Further fixes for bogus list-slinging, scribbling on input, etc in typeTom Lane2000-03-112-35/+84
* Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut2000-03-111-17/+65
* exec_simple_check_plan() must not allow a plan having initPlans orTom Lane2000-03-111-10/+13
* Finish cleaning up backend's handling of /* ... */ and -- comments,Tom Lane2000-03-111-19/+55
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-118-137/+234
* Update perl5's self-test for changed spelling of connection failureTom Lane2000-03-111-2/+2
* *** empty log message ***Michael Meskes2000-03-102-2/+2
* Remove SHOW after datestyle reset.Bruce Momjian2000-03-094-9/+0
* Fix for bsdi 4.1 shared libraries.Bruce Momjian2000-03-091-2/+2
* *** empty log message ***Michael Meskes2000-03-096-13/+33
* Redo permissions-checking code so that it does the right thing at APPENDTom Lane2000-03-092-89/+246
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-098-10/+514
* Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane2000-03-081-1/+9
* Repair access-to-already-freed-memory error recently introduced intoTom Lane2000-03-081-12/+25
* Fix ==-instead-of-= typo that gcc does its level best to point out.Tom Lane2000-03-081-2/+2
* Clean up gmake warning caused by recent NetBSD patch. <grumble>Tom Lane2000-03-081-2/+11
* Hi,Bruce Momjian2000-03-081-1/+0