aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* Fix ALTER TABLE ADD COLUMN so that constraints of domain types areTom Lane2005-01-24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Tighten parsing of boolean options to CREATE TYPE and related functions,Tom Lane2004-05-14
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Fix get_rels_with_domain to not do the wrong thing with views andTom Lane2004-05-05
* Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane2004-02-12
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-09
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Remove extraneous semicolons.Tom Lane2003-04-08
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-19
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Reconsider old decision to try to constant-fold default and constraintTom Lane2003-01-08
* Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane2003-01-08
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-06