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
...
*
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
[prev]