Home
last modified time | relevance | path

Searched refs:pgdbrel (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c775 Relation pgdbrel; in dropdb() local
789 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
803 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
872 simple_heap_delete(pgdbrel, &tup->t_self); in dropdb()
928 heap_close(pgdbrel, NoLock); in dropdb()
1037 Relation pgdbrel; in movedb() local
1062 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1121 heap_close(pgdbrel, NoLock); in movedb()
1270 simple_heap_update(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
1273 CatalogUpdateIndexes(pgdbrel, newtuple); in movedb()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c775 Relation pgdbrel; in dropdb() local
789 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
803 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
872 simple_heap_delete(pgdbrel, &tup->t_self); in dropdb()
928 heap_close(pgdbrel, NoLock); in dropdb()
1037 Relation pgdbrel; in movedb() local
1062 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1121 heap_close(pgdbrel, NoLock); in movedb()
1270 simple_heap_update(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
1273 CatalogUpdateIndexes(pgdbrel, newtuple); in movedb()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c775 Relation pgdbrel; in dropdb() local
789 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
803 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
872 simple_heap_delete(pgdbrel, &tup->t_self); in dropdb()
928 heap_close(pgdbrel, NoLock); in dropdb()
1037 Relation pgdbrel; in movedb() local
1062 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1121 heap_close(pgdbrel, NoLock); in movedb()
1270 simple_heap_update(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
1273 CatalogUpdateIndexes(pgdbrel, newtuple); in movedb()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c775 Relation pgdbrel; in dropdb() local
789 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
803 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
872 simple_heap_delete(pgdbrel, &tup->t_self); in dropdb()
928 heap_close(pgdbrel, NoLock); in dropdb()
1037 Relation pgdbrel; in movedb() local
1062 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1121 heap_close(pgdbrel, NoLock); in movedb()
1270 simple_heap_update(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
1273 CatalogUpdateIndexes(pgdbrel, newtuple); in movedb()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c775 Relation pgdbrel; in dropdb() local
789 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
803 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
872 simple_heap_delete(pgdbrel, &tup->t_self); in dropdb()
928 heap_close(pgdbrel, NoLock); in dropdb()
1037 Relation pgdbrel; in movedb() local
1062 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1121 heap_close(pgdbrel, NoLock); in movedb()
1270 simple_heap_update(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
1273 CatalogUpdateIndexes(pgdbrel, newtuple); in movedb()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c775 Relation pgdbrel; in dropdb() local
789 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
803 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
872 simple_heap_delete(pgdbrel, &tup->t_self); in dropdb()
928 heap_close(pgdbrel, NoLock); in dropdb()
1037 Relation pgdbrel; in movedb() local
1062 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1121 heap_close(pgdbrel, NoLock); in movedb()
1270 simple_heap_update(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
1273 CatalogUpdateIndexes(pgdbrel, newtuple); in movedb()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c775 Relation pgdbrel; in dropdb() local
789 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
803 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
872 simple_heap_delete(pgdbrel, &tup->t_self); in dropdb()
928 heap_close(pgdbrel, NoLock); in dropdb()
1037 Relation pgdbrel; in movedb() local
1062 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1121 heap_close(pgdbrel, NoLock); in movedb()
1270 simple_heap_update(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
1273 CatalogUpdateIndexes(pgdbrel, newtuple); in movedb()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c796 Relation pgdbrel; in dropdb() local
811 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
825 table_close(pgdbrel, RowExclusiveLock); in dropdb()
912 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
973 table_close(pgdbrel, NoLock); in dropdb()
1090 Relation pgdbrel; in movedb() local
1115 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1174 table_close(pgdbrel, NoLock); in movedb()
1305 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1323 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c784 Relation pgdbrel; in dropdb() local
799 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
813 heap_close(pgdbrel, RowExclusiveLock); in dropdb()
900 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
961 heap_close(pgdbrel, NoLock); in dropdb()
1069 Relation pgdbrel; in movedb() local
1094 pgdbrel = heap_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1153 heap_close(pgdbrel, NoLock); in movedb()
1284 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1302 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c796 Relation pgdbrel; in dropdb() local
811 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
825 table_close(pgdbrel, RowExclusiveLock); in dropdb()
912 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
973 table_close(pgdbrel, NoLock); in dropdb()
1090 Relation pgdbrel; in movedb() local
1115 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1174 table_close(pgdbrel, NoLock); in movedb()
1305 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1323 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c796 Relation pgdbrel; in dropdb() local
811 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock); in dropdb()
825 table_close(pgdbrel, RowExclusiveLock); in dropdb()
912 CatalogTupleDelete(pgdbrel, &tup->t_self); in dropdb()
973 table_close(pgdbrel, NoLock); in dropdb()
1090 Relation pgdbrel; in movedb() local
1115 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock); in movedb()
1174 table_close(pgdbrel, NoLock); in movedb()
1305 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true, in movedb()
1323 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple); in movedb()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c796 Relation pgdbrel;
811 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock);
825 table_close(pgdbrel, RowExclusiveLock);
912 CatalogTupleDelete(pgdbrel, &tup->t_self);
973 table_close(pgdbrel, NoLock);
1090 Relation pgdbrel;
1115 pgdbrel = table_open(DatabaseRelationId, RowExclusiveLock);
1174 table_close(pgdbrel, NoLock);
1305 sysscan = systable_beginscan(pgdbrel, DatabaseNameIndexId, true,
1323 CatalogTupleUpdate(pgdbrel, &oldtuple->t_self, newtuple);
[all …]

12