| Commit message (Expand) | Author | Age |
* | 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 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 |
* | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 |
* | Fix ALTER TABLE ADD COLUMN so that constraints of domain types are | Tom Lane | 2005-01-24 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Fix get_rels_with_domain to not do the wrong thing with views and | Tom Lane | 2004-05-05 |
* | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |