| Commit message (Expand) | Author | Age |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 |
* | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane | 2008-03-19 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 |
* | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane | 2007-10-29 |
* | Improve consistency of the error messages generated when you try to use | Tom Lane | 2007-09-29 |
* | Provide for binary input/output of enums, to fix complaint from Merlin Moncure. | Andrew Dunstan | 2007-09-04 |
* | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane | 2007-06-20 |
* | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 |
* | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 |
* | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 |
* | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Eliminate a gratuitously different wording of the 'cannot use aggregate funct... | Tom Lane | 2006-06-21 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 |
* | Require the issuer of CREATE TYPE to own the functions mentioned in the | Tom Lane | 2006-01-13 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan | 2005-11-19 |
* | A few trivial code cleanups motivated by reading warnings generated | Tom Lane | 2005-10-18 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane | 2005-08-22 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane | 2005-08-04 |
* | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 |
* | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 |
* | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |