summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2003-02-23Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane
2003-02-23First cut at recycling space in btree indexes. Still some rough edgesTom Lane
2003-02-22Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane
2003-02-22More infrastructure for btree compaction project. Tree-traversal codeTom Lane
2003-02-21Make btree index structure adjustments and WAL logging changes needed toTom Lane
2003-02-20Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane
2003-02-19Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian
2003-02-19Fix for GUC client_encoding variable not being handledTatsuo Ishii
2003-02-19Here's the patch I promised over on HACKERS - it alters theBruce Momjian
2003-02-19- Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian
2003-02-19The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian
2003-02-18Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian
2003-02-16COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane
2003-02-15Teach planner how to propagate pathkeys from sub-SELECTs in FROM up toTom Lane
2003-02-14Update FAQ's in head and 7.3.X.Bruce Momjian
2003-02-13[ Revert patch ]Bruce Momjian
2003-02-13This trivial patch removes the usage of some old statistics code that noBruce Momjian
2003-02-13The "random" regression test uses a function called oidrand(), whichBruce Momjian
2003-02-13Code for WITHOUT OIDS.Bruce Momjian
2003-02-13> =================================================================Bruce Momjian
2003-02-10Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane
2003-02-09Detect case where an outer join can be reduced to a plain inner joinTom Lane
2003-02-09Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane
2003-02-09Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane
2003-02-08Replace planner's representation of relation sets, per pghackers discussion.Tom Lane
2003-02-07Revise mechanism for getting rid of temp tables at backend shutdown.Tom Lane
2003-02-06Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane
2003-02-05Replace regular expression package with Henry Spencer's latest versionTom Lane
2003-02-04Minor code cleanup: remove no-longer-useful pull_subplans() function,Tom Lane
2003-02-03Determine the set of constraints applied to a domain at executorTom Lane
2003-02-03Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane
2003-02-02Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane
2003-01-29Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane
2003-01-28Extend join-selectivity API (oprjoin interface) so that join type isTom Lane
2003-01-27Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane
2003-01-25Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2003-01-24Modify planner's implied-equality-deduction code so that when a setTom Lane
2003-01-23Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut
2003-01-23Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,Tom Lane
2003-01-21Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane
2003-01-20IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane
2003-01-17Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove codeTom Lane
2003-01-17Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane
2003-01-16Add code to print information about a detected deadlock cycle. TheTom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-15Now that switch_outer processing no longer relies on being run afterTom Lane
2003-01-15Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane
2003-01-13Reconsider mechanism for marking sub-selects that are at top level ofTom Lane
2003-01-12Revise cost_qual_eval() to compute both startup (one-time) and per-tupleTom Lane