- 23 Jun, 2002 10 commits
-
-
Bruce Momjian authored
Steven Singer
-
Bruce Momjian authored
For example, if I run a query, that uses an index scan, and call MemoryContextSt ats (CurrentMemoryContext) before ExecutorStart() and after ExecutorEnd() in ProcessQuery(), I am consistently see ing that the 'after' call shows 256 bytes more used, then 'before'... The problem seems to be in ExecEndIndexScan - it does not release scanstate, ind exstate, indexstate->iss_RelationDescs and indexstate -> iss_ScanDescs... Dmitry Tkach
-
Bruce Momjian authored
Dan Weston
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Copy this directory to contrib/dbsize in your PostgreSQL source tree. Then just run make; make install. Finally, load the functions into any database using dbsize.sql. When computing the size of a table, it does not include TOAST or index disk space.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Document need for reindex in SGML docs.
-
- 22 Jun, 2002 2 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Also implement alternative forms to expose the PostgreSQL CREATE FUNCTION features. Implement syntax for READ ONLY and READ WRITE clauses in SET TRANSACTION. READ WRITE is already implemented (of course). Implement syntax for "LIKE table" clause in CREATE TABLE. Should be fairly easy to complete since it resembles SELECT INTO. Implement MATCH SIMPLE clause for foreign key definitions. This is explicit SQL99 syntax for the default behavior, so we now support it :) Start implementation of shorthand for national character literals in scanner. For now, just swallow the leading "N", but sometime soon let's figure out how to pass leading type info from the scanner to the parser. We should use the same technique for binary and hex bit string literals, though it might be unusual to have two apparently independent literal types fold into the same storage type.
-
- 21 Jun, 2002 10 commits
-
-
Bruce Momjian authored
> * -Test hash index performance and discourage usage
-
Bruce Momjian authored
-
Bruce Momjian authored
Shaun Thomas <sthomas@townnews.com>
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Martijn van Oosterhout
-
- 20 Jun, 2002 14 commits
-
-
Bruce Momjian authored
Martijn van Ooster
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
two small changes to the API since last patch, which hopefully completes the decoupling of composite function support from SRF specific support. Joe Conway
-
Bruce Momjian authored
scripts that I have been using, minus the C function tests and without calls to random() -- figured random() wouldn't work too well for a regression test ;-) Joe Conway
-
Bruce Momjian authored
> information and SQL language specific info wrt SRFs. I've taken to > calling this feature "Table Fuctions" to be consistent with (at least) > one well known RDBMS. Joe Conway
-
Bruce Momjian authored
JDBC > o Compile under jdk 1.4
-
Bruce Momjian authored
JDBC: > o -Updateable resultSet
-
Bruce Momjian authored
-
Bruce Momjian authored
table structure. Dave Page
-
Bruce Momjian authored
Viktor Vislobokov
-
- 19 Jun, 2002 4 commits
-
-
Bruce Momjian authored
> * -Allow object creation to be disabled for specific users
-
Bruce Momjian authored
-
Tom Lane authored
-
Thomas G. Lockhart authored
-