| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -2/+1 |
| * | Trivial fix: clarify a comment. | Neil Conway | 2004-10-27 | 1 | -2/+2 |
| * | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 | 1 | -12/+3 |
| * | A few minor list-related cleanups: | Neil Conway | 2004-09-27 | 1 | -3/+3 |
| * | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 1 | -1/+2 |
| * | Make pltcl work on Win32. Magnus Hagander | Tom Lane | 2004-09-14 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 8 | -82/+81 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 13 | -26/+26 |
| * | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian | 2004-08-20 | 1 | -1/+2 |
| * | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 | 2 | -5/+21 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 1 | -2/+15 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 2 | -4/+4 |
| * | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane | 2004-08-02 | 1 | -1/+3 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -2/+11 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -3/+6 |
| * | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 | 1 | -2/+1 |
| * | The outer #define was forgotten. Attached patch adds it; please apply. | Bruce Momjian | 2004-07-12 | 1 | -1/+6 |
| * | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 | 1 | -3/+4 |
| * | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 | 2 | -13/+20 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 2 | -3/+31 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 4 | -32/+85 |
| * | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 | 1 | -1/+2 |
| * | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 | 1 | -1/+2 |
| * | FastList is history, yay. | Tom Lane | 2004-06-01 | 1 | -35/+20 |
| * | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane | 2004-06-01 | 1 | -2/+2 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 2 | -32/+14 |
| * | A couple other cosmetic cleanups in new List stuff. | Tom Lane | 2004-05-26 | 1 | -3/+1 |
| * | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 | 2 | -2/+10 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 2 | -98/+284 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 4 | -4/+36 |
| * | Rewrite nodeRead() in a less obfuscated fashion, per discussion with | Tom Lane | 2004-05-06 | 1 | -2/+2 |
| * | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 | 2 | -28/+46 |
| * | Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch | Neil Conway | 2004-04-25 | 1 | -4/+1 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 3 | -6/+17 |
| * | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 | 3 | -5/+42 |
| * | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane | 2004-03-17 | 1 | -3/+15 |
| * | Tweak planner so that index expressions and predicates are matched to | Tom Lane | 2004-03-14 | 1 | -2/+2 |
| * | Add NOWAIT option to LOCK command | Tatsuo Ishii | 2004-03-11 | 1 | -1/+2 |
| * | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane | 2004-02-28 | 1 | -2/+3 |
| * | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane | 2004-01-22 | 1 | -4/+3 |
| * | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 | 1 | -30/+36 |
| * | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 | 1 | -3/+16 |
| * | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway | 2004-01-07 | 4 | -53/+67 |
| * | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 2 | -3/+12 |
| * | Instead of rechecking lossy index operators by putting them into the | Tom Lane | 2004-01-06 | 2 | -2/+5 |
| * | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 | 1 | -19/+21 |
| * | Improve UniquePath logic to detect the case where the input is already | Tom Lane | 2004-01-05 | 1 | -5/+16 |
| * | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 | 1 | -12/+21 |
| * | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 | 1 | -2/+5 |
| * | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 | 1 | -7/+14 |