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