summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regproc.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-24Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane
2017-04-13Move bootstrap-time lookup of regproc OIDs into genbki.pl.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-05Make the to_reg*() functions accept text not cstring.Tom Lane
2016-01-04Fix regrole and regnamespace output functions to do quoting, too.Tom Lane
2016-01-04Fix regrole and regnamespace types to honor quoting like other reg* types.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-05Fix misc typos.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-30Add pg_identify_object_as_addressAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-01-23Make DROP IF EXISTS more consistently not failAlvaro Herrera
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-05Standardize get_whatever_oid functions for other object types.Robert Haas
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-08Support use of function argument names to identify which actual argumentsTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera