Home
last modified time | relevance | path

Searched defs:TIDBitmap (Results 1 – 25 of 81) sorted by relevance

1234

/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/
H A DREADME148 SELECT *
149 FROM tab1, tab2, tab3, tab4
151 tab1.col = tab3.col AND
152 tab1.col = tab4.col
154 Tables 1, 2, 3, and 4 are joined as:
155 {1 2},{1 3},{1 4}
156 {1 2 3},{1 3 4},{1 2 4}
157 {1 2 3 4}
159 We consider left-handed plans (the outer rel of an upper join is a joinrel,
162 joins themselves). For example, when building {1 2 3 4} we consider
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/nodes/
H A Dtidbitmap.c126 struct TIDBitmap struct
151 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/nodes/
H A Dtidbitmap.c126 struct TIDBitmap struct
151 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/nodes/
H A Dtidbitmap.c126 struct TIDBitmap struct
151 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/nodes/
H A Dtidbitmap.c126 struct TIDBitmap struct
151 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/nodes/
H A Dtidbitmap.c126 struct TIDBitmap struct
151 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/nodes/
H A Dtidbitmap.c126 struct TIDBitmap struct
151 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/nodes/
H A Dtidbitmap.c126 struct TIDBitmap struct
151 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/nodes/
H A Dtidbitmap.c148 struct TIDBitmap struct
150 NodeTag type; /* to make it a valid Node */
151 MemoryContext mcxt; /* memory context containing me */
152 TBMStatus status; /* see codes above */
153 struct pagetable_hash *pagetable; /* hash table of PagetableEntry's */
154 int nentries; /* number of entries in pagetable */
155 int maxentries; /* limit on same to meet maxbytes */
179 TIDBitmap *tbm; /* TIDBitmap we're iterating over */ argument

1234