summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-09-13Allow CASE statement to contain *only* untyped result clauses or nulls.Thomas G. Lockhart
1999-09-13Patch to cure O(N^2) behavior in libpq when reading a longTom Lane
1999-09-13First cut at doing something reasonable with OR-of-ANDs WHERETom Lane
1999-09-12Make sure both SRCH_INC and SRCH_LIB are checked for existances and added toMarc G. Fournier
1999-09-12cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.hMarc G. Fournier
1999-09-12Further improvements in cnfify: reduce amount of self-recursionTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-09-11Eliminate token length assumption in scanstr().Tom Lane
1999-09-11Eliminate elog()'s hardwired limit on length of an error message.Tom Lane
1999-09-09Make pgindent gnu test better.Bruce Momjian
1999-09-09Repair incorrect cleanup of heap memory allocation duringTom Lane
1999-09-09Minor improvement in SI overflow logic: try to deleteTom Lane
1999-09-09Get rid of elog(DEBUG) in snprintf emulation ... it's justTom Lane
1999-09-09Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane
1999-09-08StreamConnection() mustn't call elog().Tom Lane
1999-09-08Cope with versions of vsnprintf() written by people whoTom Lane
1999-09-07Repair logic error in LIKE: should not return LIKE_ABORTTom Lane
1999-09-07Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com>Tom Lane
1999-09-07Performance improvements in cnfify(): get rid of exponentialTom Lane
1999-09-07Mike Ansley's fixes for long queries. This change justTom Lane
1999-09-06Additional long-query fixes from Mike Ansley and yours truly.Tom Lane
1999-09-06Mark bpchareq not hashjoinable, since it strips trailing blanksTom Lane
1999-09-06I finally understood what sinvaladt.c is doing --- and itTom Lane
1999-09-06Fix relcache.c so that local relations (those created duringTom Lane
1999-09-06RelationCacheInvalidate thought there were 7 nailed-in-cacheTom Lane
1999-09-06testBruce Momjian
1999-09-05Per Tatsuo's recommendation, change mdopen so that it won'tTom Lane
1999-09-05Disallow DROP TABLE/DROP INDEX inside a transaction block.Tom Lane
1999-09-05IsTransactionBlock() should return true in TBLOCK_ABORT state.Tom Lane
1999-09-04remove elogs used for debugging.Bruce Momjian
1999-09-04Intercept temp table lookups further up to map temp names.Bruce Momjian
1999-09-04In RelationNameGetRelation(), replace temp table name byTom Lane
1999-09-04Avoid transaction overhead when there are no temp tablesTom Lane
1999-09-04Remove no-longer-needed code to update temprel's copy ofTom Lane
1999-09-04Invalidate temp entries for aborted transactions.Bruce Momjian
1999-09-04Modify RelationFlushRelation so that if the relcache entryTom Lane
1999-09-04Modify sinval so that InvalidateSharedInvalid() does not holdTom Lane
1999-09-03Fix for perl5 on BSD/OS breaks most other platforms, so back it out.Thomas G. Lockhart
1999-09-03driver v06-40-0007Byron Nikolaidis
1999-09-03driver v06-40-0007Byron Nikolaidis
1999-09-02Rule deparser didn't handle unary operators correctly.Tom Lane
1999-09-02Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane
1999-09-01Document -x properly for pg_dump.Bruce Momjian
1999-08-31Commit the bulk of Mike Ansley's long-query changes in theTom Lane
1999-08-31Update frontend libpq to remove limits on query lengths,Tom Lane
1999-08-31Minor improvements to stringinfo package to make it moreTom Lane
1999-08-29Fix quoting problems in mkMakefile.tcldefs.sh.in andTom Lane
1999-08-29Correct broken entries for pg_proc OIDs 1364 (time(abstime))Tom Lane
1999-08-28Update rules test expected output to conform to slightlyTom Lane
1999-08-28Fix several problems in rule deparsing: didn't handle arrayTom Lane