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
*
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
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-07
*
Micro-opt: replace calls like
Neil Conway
2004-01-31
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
[next]