aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-05
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-04
* Correct/edit comments for geometric operators. No change except toTom Lane2003-03-03
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-24
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-23
* Adjust btbulkdelete logic so that only one WAL record is issued whileTom Lane2003-02-23
* Improve coding of log_heap_clean() and heap_xlog_clean().Tom Lane2003-02-23
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-23
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-22
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-20
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-19
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Here's the patch I promised over on HACKERS - it alters theBruce Momjian2003-02-19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-19
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-19
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-18
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Teach planner how to propagate pathkeys from sub-SELECTs in FROM up toTom Lane2003-02-15
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-14
* [ Revert patch ]Bruce Momjian2003-02-13
* This trivial patch removes the usage of some old statistics code that noBruce Momjian2003-02-13
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-13
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* > =================================================================Bruce Momjian2003-02-13
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Detect case where an outer join can be reduced to a plain inner joinTom Lane2003-02-09
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-09
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* Revise mechanism for getting rid of temp tables at backend shutdown.Tom Lane2003-02-07
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-05
* Minor code cleanup: remove no-longer-useful pull_subplans() function,Tom Lane2003-02-04
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-03
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-02
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-29
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-27
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-25
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,Tom Lane2003-01-23
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-21
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove codeTom Lane2003-01-17
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-17