..
PgAcl.cpp
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgAcl.h
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgAm.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgAm.h
Make PgAuthId inherit PgServerObject and related changes.
2018-12-25 16:41:44 +01:00
PgAmContainer.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgAmContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgAttribute.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgAttribute.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgAttributeContainer.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgAttributeContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgAuthId.cpp
Make PgAuthId inherit PgServerObject and related changes.
2018-12-25 16:41:44 +01:00
PgAuthId.h
Make PgAuthId inherit PgServerObject and related changes.
2018-12-25 16:41:44 +01:00
PgAuthIdContainer.cpp
Make PgAuthId inherit PgServerObject and related changes.
2018-12-25 16:41:44 +01:00
PgAuthIdContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgCatalogTypes.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgClass.cpp
The SQL tab for a table now also shares the grant/revoke statements for that table (but not yet any column level grants).
2018-12-27 12:07:19 +01:00
PgClass.h
TablesTableModel now also shows (materialized) views en foreign tables.
2018-12-29 11:19:12 +01:00
PgClassContainer.cpp
TablesTableModel now also shows (materialized) views en foreign tables.
2018-12-29 11:19:12 +01:00
PgClassContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgCollation.cpp
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
PgCollation.h
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgCollationContainer.cpp
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgCollationContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgConstraint.cpp
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgConstraint.h
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgConstraintContainer.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgConstraintContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgContainer.cpp
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgContainer.h
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgDatabase.cpp
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
PgDatabase.h
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgDatabaseCatalog.cpp
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgDatabaseCatalog.h
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgDatabaseContainer.cpp
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgDatabaseContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgDatabaseObject.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgDatabaseObject.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgIndex.cpp
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
PgIndex.h
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
PgIndexContainer.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgIndexContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgInherits.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgInherits.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgInheritsContainer.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgInheritsContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgKeywordList.cpp
Do not use flat_set anymore gives compilation issues.
2018-12-23 08:41:33 +01:00
PgKeywordList.h
Do not use flat_set anymore gives compilation issues.
2018-12-23 08:41:33 +01:00
PgLanguage.cpp
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
PgLanguage.h
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgLanguageContainer.cpp
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgLanguageContainer.h
Added the list of installed language to the catalog. The ProcTableModel now returns the owner name and language name instead of the oids.
2018-12-17 21:51:14 +01:00
PgNamespace.cpp
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
PgNamespace.h
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgNamespaceContainer.cpp
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgNamespaceContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgNamespaceObject.cpp
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgNamespaceObject.h
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgObject.cpp
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgObject.h
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgProc.cpp
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgProc.h
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgProcContainer.cpp
Generic GRANT/REVOKE generation from ACL's complete.
2018-12-25 14:25:15 +01:00
PgProcContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgSequence.cpp
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgSequence.h
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgSequenceContainer.cpp
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgSequenceContainer.h
Tab with list of sequences and create sql for selected sequence.
2018-12-28 08:51:02 +01:00
PgServerObject.cpp
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgServerObject.h
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgTablespace.cpp
PgTablespace now inherits from PgServerObject.
2018-12-25 17:38:13 +01:00
PgTablespace.h
PgTablespace now inherits from PgServerObject.
2018-12-25 17:38:13 +01:00
PgTablespaceContainer.cpp
PgTablespace now inherits from PgServerObject.
2018-12-25 17:38:13 +01:00
PgTablespaceContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgTrigger.cpp
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgTrigger.h
Restructuring catalog tabs
2019-02-09 11:36:22 +01:00
PgTriggerContainer.cpp
Fix error on pg96 because of wrong minimum version
2019-01-01 11:04:48 +01:00
PgTriggerContainer.h
Reorganize files in pglablib
2018-12-16 11:31:33 +01:00
PgType.cpp
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
PgType.h
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgTypeContainer.cpp
Removed the acl field from several Pg* classes as the acl is now stored in the PgServerObject base class they inherit from.
2018-12-27 12:05:48 +01:00
PgTypeContainer.h
Added the list of installed language to the catalog. The ProcTableModel now returns the owner name and language name instead of the oids.
2018-12-17 21:51:14 +01:00