pgLab/pglablib/catalog
2022-01-21 18:53:47 +01:00
..
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
PgAm.h Make PgAuthId inherit PgServerObject and related changes. 2018-12-25 16:41:44 +01:00
PgAmContainer.cpp
PgAmContainer.h
PgAttribute.cpp Generate COMMENT IS statements for columns 2021-07-02 20:42:32 +02:00
PgAttribute.h Generate COMMENT IS statements for columns 2021-07-02 20:42:32 +02:00
PgAttributeContainer.cpp comments on columns 2021-03-08 17:23:34 +01:00
PgAttributeContainer.h
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 Read from pg_roles as only superusers can read pg_authid 2019-08-10 14:18:01 +02:00
PgAuthIdContainer.h
PgCatalogTypes.h
PgClass.cpp refactor table sql generation 2022-01-21 18:53:47 +01:00
PgClass.h refactor table sql generation 2022-01-21 18:53:47 +01:00
PgClassContainer.cpp Retrieve tables sizes asynchronously when opening the catalog. 2022-01-18 18:45:14 +01:00
PgClassContainer.h
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
PgConstraint.cpp Restructuring catalog tabs 2019-02-09 11:36:22 +01:00
PgConstraint.h Don't read consrc we are not using it and version 12 doesn't have it. 2019-08-10 18:09:14 +02:00
PgConstraintContainer.cpp On the list of indexes of a table show which were created as part of the creation of a constraint 2021-04-11 07:56:37 +02:00
PgConstraintContainer.h On the list of indexes of a table show which were created as part of the creation of a constraint 2021-04-11 07:56:37 +02: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 Show SQL for database 2022-01-20 20:13:56 +01:00
PgDatabase.h Show SQL for database 2022-01-20 20:13:56 +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 poc Add support for reloading the catalog 2019-10-06 13:52:45 +02:00
PgDatabaseContainer.cpp Show SQL for database 2022-01-20 20:13:56 +01:00
PgDatabaseContainer.h lazy load the database sizes only when needed by the server inspector. 2022-01-19 19:10:05 +01:00
PgDatabaseObject.cpp
PgDatabaseObject.h
PgIndex.cpp On the list of indexes of a table show which were created as part of the creation of a constraint 2021-04-11 07:56:37 +02:00
PgIndex.h On the list of indexes of a table show which were created as part of the creation of a constraint 2021-04-11 07:56:37 +02:00
PgIndexContainer.cpp Show sizes 2021-03-10 19:06:40 +01:00
PgIndexContainer.h
PgInherits.cpp
PgInherits.h
PgInheritsContainer.cpp
PgInheritsContainer.h
PgKeywordList.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02: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
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
PgNamespaceObject.cpp
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 The trigger SQL now also shows the function definition. 2019-02-09 17:36:37 +01:00
PgProc.h Don't read protransform, we are not using it and version 12 doesn't have it. 2019-08-10 18:10:19 +02:00
PgProcContainer.cpp Don't read protransform, we are not using it and version 12 doesn't have it. 2019-08-10 18:10:19 +02:00
PgProcContainer.h
PgSequence.cpp Tab with list of sequences and create sql for selected sequence. 2018-12-28 08:51:02 +01:00
PgSequence.h Don't read relhasoids on version 12. Also don't try to select data we are not allowed to read. 2019-08-10 18:12:26 +02:00
PgSequenceContainer.cpp Don't read relhasoids on version 12. Also don't try to select data we are not allowed to read. 2019-08-10 18:12:26 +02:00
PgSequenceContainer.h Tab with list of sequences and create sql for selected sequence. 2018-12-28 08:51:02 +01:00
PgServerObject.cpp Show SQL for database 2022-01-20 20:13:56 +01:00
PgServerObject.h Show SQL for database 2022-01-20 20:13:56 +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
PgTrigger.cpp Seperate event types in the trigger definition with OR 2019-10-05 08:55:02 +02:00
PgTrigger.h Restructuring catalog tabs 2019-02-09 11:36:22 +01:00
PgTriggerContainer.cpp fix missing when condition 2020-10-15 19:14:03 +02:00
PgTriggerContainer.h
PgType.cpp Added page with the types (no details yet) 2021-04-01 14:58:42 +02: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