index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
regproc.c
Commit message (
Expand
)
Author
Age
*
Make the to_reg*() functions accept text not cstring.
Tom Lane
2016-01-05
*
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
*
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-04
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-04-06
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Support use of function argument names to identify which actual arguments
Tom Lane
2009-10-08
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Code review for function default parameters patch. Fix numerous problems as
Tom Lane
2008-12-18
*
Support "variadic" functions, which can accept a variable number of arguments
Tom Lane
2008-07-16
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera
2008-03-26
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
Remove unused "caller" argument from stringToQualifiedNameList.
Alvaro Herrera
2007-06-26
*
Downgrade implicit casts to text to be assignment-only, except for the ones
Tom Lane
2007-06-05
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Provide a namespace.c function for lookup of an operator with exact
Tom Lane
2006-05-01
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-10-02
[next]