aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* 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
* Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane2003-01-04
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work,Tom Lane2002-12-09
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-19
* pgindent run.Bruce Momjian2002-09-04
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-23
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Tom Lane wrote:Bruce Momjian2002-08-15
* Remove unused system table columns:Peter Eisentraut2002-07-24
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-03
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15