summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+9
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-3/+3
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+5
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-3/+3
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-6/+5
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-6/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-5/+5
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+5
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-4/+3
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/catalog.Tom Lane2003-07-211-11/+19
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-271-2/+2
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-041-2/+2
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-021-14/+17
* Fix permissions-checking bugs and namespace-search-path bugs inTom Lane2002-11-021-77/+38
* pgindent run.Bruce Momjian2002-09-041-43/+51
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-061-59/+74
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-9/+2
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-7/+114
* Fix typoTatsuo Ishii2002-07-161-3/+4
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-0/+249