summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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 elog()'s hardwired limit on length of an error message.Tom Lane
1999-09-09Repair incorrect cleanup of heap memory allocation duringTom 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-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-08-31Commit the bulk of Mike Ansley's long-query changes in theTom Lane
1999-08-31Minor improvements to stringinfo package to make it moreTom Lane
1999-08-29Correct broken entries for pg_proc OIDs 1364 (time(abstime))Tom Lane
1999-08-26Clean up some mistakes in handling of uplevel Vars in planner.Tom Lane
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-08-25Add new vpl_num_allocated_pages member to VPageListData.Tatsuo Ishii
1999-08-24Alter AllocSet routines so that requests larger thanTom Lane
1999-08-23Remove bogus code in oper_exact --- if it didn't find an exactTom Lane
1999-08-22Further sort-order twiddling in optimizer: be smart aboutTom Lane
1999-08-22Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-08-16Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane
1999-08-16Add get_func_rettype() to general-use lsyscache routines,Tom Lane
1999-08-12Clean up optimizer's handling of indexscan quals that need to beTom Lane
1999-08-10Minor cleanups and code beautification; eliminate someTom Lane
1999-08-09> > Prevent sorting if result is already sortedBruce Momjian
1999-08-09Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane
1999-08-09Update comments about attdisbursion. NO code change.Tom Lane
1999-08-09Clean up routines in setrefs.c by replacing individual treeTom Lane
1999-08-09Create a standardized expression_tree_mutator support routineTom Lane
1999-08-08Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane
1999-08-06Revise generation of hashjoin paths: generate one path perTom Lane
1999-08-05Revise parse_coerce() to handle coercion of int and floatTom Lane
1999-08-01First step in fixing selectivity-estimation code. eqsel andTom Lane
1999-07-31Add comments for attdisbursion field --- NO code change.Tom Lane
1999-07-30Further cleanups of indexqual processing: simplify controlTom Lane
1999-07-27Correct bug in best_innerjoin(): it should check all theTom Lane
1999-07-27First cut at doing LIKE/regex indexing optimization inTom Lane
1999-07-25Further work on planning of indexscans. Cleaned up interfacesTom Lane
1999-07-25Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane
1999-07-24Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane
1999-07-20Reverse out cache changes that are not ready yet.Bruce Momjian
1999-07-20Use -ieee alpha flag for gcc and egcs only.Bruce Momjian
1999-07-19linux/sparc cleanupBruce Momjian
1999-07-19Fix for linux/sparc.Bruce Momjian
1999-07-19Fix #if if.Bruce Momjian
1999-07-19Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian
1999-07-19Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian
1999-07-19Remove getopt configure check.Bruce Momjian
1999-07-19Put back mistakenly removed configure test for HAVE_NETINET_IN_H.Tom Lane
1999-07-19Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane