aboutsummaryrefslogtreecommitdiff
path: root/contrib/sepgsql/database.c
Commit message (Expand)AuthorAge
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix sepgsql compile error caused by oid removal.Andres Freund2018-11-20
* Update copyright for 2018Bruce Momjian2018-01-02
* Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane2017-06-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* sepgql: Use getObjectIdentity rather than getObjectDescription.Robert Haas2013-04-12
* Allow sepgsql labels to depend on object name.Robert Haas2013-03-28
* sepgsql: Support for new post-ALTER access hook.Robert Haas2013-03-27
* Update copyrights for 2013Bruce Momjian2013-01-01
* sepgsql cleanups.Robert Haas2012-09-05
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* sepgsql DROP support.Robert Haas2012-03-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* sepgsql: Check CREATE permissions for some object types.Robert Haas2011-12-21
* Teach sepgsql about database labels.Robert Haas2011-09-23