| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -1/+143 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -3/+4 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -20/+20 |
| * | Document that get_attstatsslot/free_attstatsslot only need to be passed | Tom Lane | 2005-10-11 | 1 | -3/+9 |
| * | Pass the type OID as the typioparam for all non-array types, rather than | Tom Lane | 2005-08-12 | 1 | -6/+7 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -53/+20 |
| * | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 1 | -7/+7 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -20/+1 |
| * | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 | 1 | -1/+26 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -37/+1 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -4/+27 |
| * | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway | 2005-01-27 | 1 | -4/+35 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -57/+1 |
| * | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 | 1 | -1/+37 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -1/+57 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -13/+39 |
| * | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 | 1 | -1/+24 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -11/+14 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -11/+9 |
| * | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane | 2003-10-04 | 1 | -32/+1 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -20/+33 |
| * | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 | 1 | -4/+21 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -5/+5 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -3/+3 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -41/+58 |
| * | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 1 | -1/+31 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -1/+51 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -85/+1 |
| * | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian | 2003-06-25 | 1 | -1/+32 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+85 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -1/+95 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -1/+28 |
| * | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane | 2003-05-13 | 1 | -3/+3 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -8/+81 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+82 |
| * | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane | 2003-03-23 | 1 | -33/+25 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -1/+28 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 1 | -16/+10 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -2/+3 |
| * | Teach planner to expand sufficiently simple SQL-language functions | Tom Lane | 2002-12-01 | 1 | -1/+38 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -4/+2 |
| * | Tweak heap.c to refuse attempts to create table columns of standalone | Tom Lane | 2002-09-19 | 1 | -1/+55 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -46/+1 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+7 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -9/+17 |