| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 24 | -47/+47 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 10 | -59/+59 |
| * | tuplestore_donestoring() isn't needed anymore, but provide a no-op | Tom Lane | 2003-03-09 | 1 | -1/+4 |
| * | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 | 2 | -13/+11 |
| * | Tweak dependency code to suppress NOTICEs generated by new method for | Tom Lane | 2003-03-06 | 1 | -2/+3 |
| * | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 | 1 | -4/+13 |
| * | Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache | Tom Lane | 2003-03-06 | 1 | -1/+4 |
| * | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 | 1 | -2/+2 |
| * | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 | 1 | -7/+15 |
| * | Correct/edit comments for geometric operators. No change except to | Tom Lane | 2003-03-03 | 1 | -46/+46 |
| * | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 | 1 | -2/+3 |
| * | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 | 1 | -1/+2 |
| * | 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 |