| Commit message (Expand) | Author | Age | Files | Lines |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 6 | -12/+12 |
* | Fix another place broken by new List implementation :-(. Per example | Tom Lane | 2004-12-15 | 1 | -4/+9 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 4 | -39/+41 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 6 | -12/+12 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 1 | -2/+1 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+3 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -6/+6 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -2/+2 |
* | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane | 2004-01-23 | 4 | -114/+262 |
* | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 | 1 | -9/+19 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 11 | -11/+11 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 4 | -4/+4 |
* | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 | 1 | -9/+1 |
* | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane | 2003-08-12 | 1 | -7/+13 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 6 | -12/+12 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 3 | -17/+18 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 4 | -28/+24 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -7/+7 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -3/+3 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 2 | -13/+25 |
* | Fix GEQO to work again in CVS tip, by being more careful about memory | Tom Lane | 2002-12-16 | 3 | -66/+87 |
* | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 | 1 | -136/+4 |
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 | 1 | -2/+3 |
* | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+2 |
* | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian | 2002-07-20 | 3 | -30/+20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 6 | -12/+12 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 2 | -15/+15 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 2 | -7/+2 |
* | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut | 2001-06-03 | 1 | -8/+6 |
* | Add newlines around debug output in optimizer showing total costs. | Bruce Momjian | 2001-05-08 | 1 | -3/+3 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 2 | -27/+27 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 6 | -12/+12 |
* | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -2/+2 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 1 | -2/+1 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -4/+4 |
* | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane | 2000-09-19 | 3 | -39/+45 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -10/+16 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -10/+4 |
* | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 | 1 | -3/+3 |
* | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 | 1 | -4/+1 |
* | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -4/+1 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 2 | -49/+23 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 4 | -430/+78 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -7/+7 |
* | Remove long-dead code. | Tom Lane | 2000-02-15 | 1 | -191/+0 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 2 | -12/+22 |
* | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 | 2 | -48/+17 |