summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_conversion.c
Commit message (Expand)AuthorAgeFilesLines
* tableam: Add and use scan APIs.Andres Freund2019-03-111-3/+4
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-4/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-5/+9
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+0
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-011-1/+1
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-4/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Silence warning in non-assert-enabled buildAlvaro Herrera2015-03-051-3/+1
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-2/+1
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-2/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* remove catcache.h from syscache.hAlvaro Herrera2012-08-281-0/+1
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-231-1/+1
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-0/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-10/+8
* Fold FindConversion() into FindConversionByName() and remove ACL check.Robert Haas2010-02-021-36/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* 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