index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
foreigncmds.c
Age
Commit message (
Expand
)
Author
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-01-22
Fix whitespace
Peter Eisentraut
2015-01-22
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-28
Improve documentation about usage of FDW validator functions.
Tom Lane
2013-03-18
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-07
Code beautification for object-access hook machinery.
Robert Haas
2013-01-21
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-09
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-02-23
Remove inappropriate quotes
Peter Eisentraut
2012-02-22
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-01-26
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-14
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
2011-07-23
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-05
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-01-21
Don't require usage privileges on the foreign data wrapper when creating a
Heikki Linnakangas
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-25
Object access hook framework, with post-creation hook.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-05
Standardize get_whatever_oid functions for object types with
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-12-23
Always pass catalog id to the options validator function specified in
Heikki Linnakangas
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-04
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-02-24
Add the possibility to specify an explicit validator function for foreign-data
Peter Eisentraut
2009-01-20
Revise the permission checking on user mapping DDL commands.
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-20
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-19
SQL/MED catalog manipulation facilities
Peter Eisentraut