summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-4/+4
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-141-36/+1
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-3/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+1
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-241-74/+1
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-181-3/+6
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-6/+6
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-5/+5
* Move conversion dependency patch to the proper branch, out of 8.1.X,Bruce Momjian2006-05-301-1/+8
* 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