summaryrefslogtreecommitdiff
path: root/contrib/sepgsql/database.c
AgeCommit message (Expand)Author
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Fix sepgsql compile error caused by oid removal.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-04-12sepgql: Use getObjectIdentity rather than getObjectDescription.Robert Haas
2013-03-28Allow sepgsql labels to depend on object name.Robert Haas
2013-03-27sepgsql: Support for new post-ALTER access hook.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-05sepgsql cleanups.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-09sepgsql DROP support.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-21sepgsql: Check CREATE permissions for some object types.Robert Haas
2011-09-23Teach sepgsql about database labels.Robert Haas