| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 | 1 | -5/+10 |
* | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 | 1 | -2/+2 |
* | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 | 2 | -5/+9 |
* | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane | 2003-02-22 | 1 | -7/+3 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 6 | -29/+54 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 | 3 | -121/+219 |
* | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane | 2003-02-20 | 1 | -2/+2 |
* | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 | 2 | -9/+4 |
* | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii | 2003-02-19 | 1 | -1/+2 |
* | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian | 2003-02-19 | 1 | -1/+10 |
* | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian | 2003-02-19 | 2 | -4/+9 |
* | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian | 2003-02-19 | 1 | -2/+2 |
* | Rename 'holder' references to 'proclock' for PROCLOCK references, for | Bruce Momjian | 2003-02-18 | 2 | -21/+22 |
* | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 | 5 | -8/+41 |
* | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane | 2003-02-15 | 3 | -6/+6 |
* | Update FAQ's in head and 7.3.X. | Bruce Momjian | 2003-02-14 | 1 | -1/+7 |
* | [ Revert patch ] | Bruce Momjian | 2003-02-13 | 1 | -2/+2 |
* | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian | 2003-02-13 | 1 | -8/+1 |
* | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 | 3 | -13/+4 |
* | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 | 2 | -3/+6 |
* | > ================================================================= | Bruce Momjian | 2003-02-13 | 1 | -2/+2 |
* | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane | 2003-02-10 | 2 | -16/+56 |
* | Detect case where an outer join can be reduced to a plain inner join | Tom Lane | 2003-02-09 | 1 | -2/+3 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 3 | -34/+46 |
* | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane | 2003-02-09 | 5 | -17/+25 |
* | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 6 | -40/+120 |
* | Revise mechanism for getting rid of temp tables at backend shutdown. | Tom Lane | 2003-02-07 | 1 | -1/+3 |
* | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 | 1 | -1/+3 |
* | Replace regular expression package with Henry Spencer's latest version | Tom Lane | 2003-02-05 | 8 | -767/+632 |
* | Minor code cleanup: remove no-longer-useful pull_subplans() function, | Tom Lane | 2003-02-04 | 1 | -3/+2 |
* | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 7 | -37/+57 |
* | Tweak planner and executor to avoid doing ExecProject() in table scan | Tom Lane | 2003-02-03 | 3 | -7/+7 |
* | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane | 2003-02-02 | 2 | -6/+8 |
* | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-01-29 | 1 | -2/+2 |
* | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 5 | -30/+34 |
* | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane | 2003-01-27 | 2 | -14/+6 |
* | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane | 2003-01-25 | 2 | -8/+6 |
* | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 2 | -2/+12 |
* | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 | 4 | -9/+22 |
* | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 | 4 | -26/+33 |
* | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane | 2003-01-23 | 1 | -1/+3 |
* | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane | 2003-01-21 | 1 | -2/+4 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 13 | -23/+100 |
* | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane | 2003-01-17 | 2 | -6/+4 |
* | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 | 1 | -5/+11 |
* | Add code to print information about a detected deadlock cycle. The | Tom Lane | 2003-01-16 | 1 | -1/+6 |
* | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane | 2003-01-16 | 1 | -3/+5 |
* | Now that switch_outer processing no longer relies on being run after | Tom Lane | 2003-01-15 | 1 | -4/+1 |
* | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 6 | -52/+33 |
* | Reconsider mechanism for marking sub-selects that are at top level of | Tom Lane | 2003-01-13 | 1 | -1/+1 |