aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regproc.c
Commit message (Expand)AuthorAge
* Make the to_reg*() functions accept text not cstring.Tom Lane2016-01-05
* Fix regrole and regnamespace output functions to do quoting, too.Tom Lane2016-01-04
* Fix regrole and regnamespace types to honor quoting like other reg* types.Tom Lane2016-01-04
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix misc typos.Heikki Linnakangas2015-09-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera2015-04-06
* Update copyright for 2015Bruce Momjian2015-01-06
* Add pg_identify_object_as_addressAlvaro Herrera2014-12-30
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-16
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add sql_drop event for event triggersAlvaro Herrera2013-03-28
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Update copyright for 2009.Bruce Momjian2009-01-01
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera2007-06-26
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-01
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02