| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -10/+10 |
| * | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 1 | -1/+2 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -1/+18 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -19/+1 |
| * | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian | 2003-06-25 | 1 | -1/+2 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+19 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -1/+3 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -1/+2 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -2/+5 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+5 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -1/+2 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 1 | -4/+3 |
| * | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane | 2002-12-01 | 1 | -1/+3 |
| * | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane | 2002-09-19 | 1 | -1/+3 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -2/+1 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -6/+6 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -2/+2 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -1/+2 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -1/+3 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -1/+3 |
| * | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 | 1 | -1/+2 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -3/+2 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -1/+2 |
| * | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 | 1 | -1/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -1/+2 |
| * | Clean up loose ends remaining from schema privileges discussion. | Tom Lane | 2002-04-30 | 1 | -1/+2 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -1/+2 |
| * | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 | 1 | -3/+3 |
| * | Make VACUUM handle schema-qualified relation names properly. | Tom Lane | 2002-04-02 | 1 | -1/+2 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -1/+2 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -1/+2 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -1/+2 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -2/+3 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -2/+2 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -2/+2 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane | 2002-03-01 | 1 | -1/+3 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+8 |
| * | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 1 | -2/+2 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -2/+4 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 1 | -1/+2 |
| * | First cut at making indexscan cost estimates depend on correlation | Tom Lane | 2001-05-09 | 1 | -1/+3 |
| * | Cause planner to make use of average-column-width statistic that is now | Tom Lane | 2001-05-09 | 1 | -1/+3 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -3/+9 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -1/+4 |