summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-09-14An abstract declaration for the close() method was missed out of the previousPeter Mount
1999-09-14Update from Andreas Zeugswetter <andreas.zeugswetter@telecom.at>Thomas G. Lockhart
1999-09-14Allow ISOLATION and LEVEL as column names. These are SQL92 reserved wordsThomas G. Lockhart
1999-09-14Patches for 6.5.2Peter Mount
1999-09-14Update TODO list.Bruce Momjian
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-13Add solaris faq.Bruce Momjian
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-11Update protocol doc to emphasize that backend can returnTom Lane
1999-09-11Eliminate elog()'s hardwired limit on length of an error message.Tom Lane
1999-09-10Add information on ssh tunnelling from Gene Selkov.Thomas G. Lockhart
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-07Update TODO list.Bruce Momjian
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