index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
foreigncmds.c
Commit message (
Expand
)
Author
Age
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-09
*
Remove inappropriate quotes
Peter Eisentraut
2012-02-23
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
2011-08-14
*
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-23
*
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-07-05
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Don't require usage privileges on the foreign data wrapper when creating a
Heikki Linnakangas
2011-01-21
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-25
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for object types with
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
*
Always pass catalog id to the options validator function specified in
Heikki Linnakangas
2009-12-23
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
*
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-02-24
*
Revise the permission checking on user mapping DDL commands.
Peter Eisentraut
2009-01-20
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,
Tom Lane
2008-12-20
*
Don't use OidIsValid to check the return value of transformGenericOptions,
Heikki Linnakangas
2008-12-20
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19