index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
regproc.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-24
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-04-13
Move bootstrap-time lookup of regproc OIDs into genbki.pl.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-05
Make the to_reg*() functions accept text not cstring.
Tom Lane
2016-01-04
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-02
Update copyright for 2016
Bruce Momjian
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-04-06
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-30
Add pg_identify_object_as_address
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-01-23
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-10-08
Support use of function argument names to identify which actual arguments
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-18
Code review for function default parameters patch. Fix numerous problems as
Tom Lane
2008-07-16
Support "variadic" functions, which can accept a variable number of arguments
Tom Lane
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-03-26
Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-06-26
Remove unused "caller" argument from stringToQualifiedNameList.
Alvaro Herrera
2007-06-05
Downgrade implicit casts to text to be assignment-only, except for the ones
Tom Lane
[next]