- 27 Jun, 2002 1 commit
-
-
Barry Lind authored
-
- 26 Jun, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
comments on one of the optimizer functions a lot more clear, adds a summary of the recent KSQO discussion to the comments in the code, adds regression tests for the bug with sequence state Tom fixed recently and another reg. test, and removes some PostQuel legacy stuff: ExecAppend -> ExecInsert, ExecRetrieve -> ExecSelect, etc. Error messages remain unchanged until a vote. Neil Conway
-
Tom Lane authored
Should make life easier for DBAs who insist on editing files with Windoze tools.
-
Barry Lind authored
-
Barry Lind authored
-
- 25 Jun, 2002 8 commits
-
-
Bruce Momjian authored
Neil Conway
-
Bruce Momjian authored
comments on one of the optimizer functions a lot more clear, adds a summary of the recent KSQO discussion to the comments in the code, adds regression tests for the bug with sequence state Tom fixed recently and another reg. test, and removes some PostQuel legacy stuff: ExecAppend -> ExecInsert, ExecRetrieve -> ExecSelect, etc. This was changed because the elog() messages from this routine are user-visible, so we should be using the SQL terms. Neil Conway
-
Bruce Momjian authored
that I submitted last year, alas). Kenneth Been
-
Dave Cramer authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
2) Fix a bug about the handling of large objects.
-
Bruce Momjian authored
-
- 24 Jun, 2002 6 commits
-
-
Tom Lane authored
rows were returned by the performed query. Per recent pgsql-general discussion.
-
Tom Lane authored
as suggested by Josh Berkus.
-
Barry Lind authored
patch to add support for callable statements to the jdbc driver. The patch was submitted by Paul Bethe pmbethe@yahoo.com
-
Barry Lind authored
-
Barry Lind authored
patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaData.getColumnClassName() support
-
Barry Lind authored
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone info were being interpreted in local timezone instead of GMT. Also added a check to support timestamp vs. timestamptz in this code
-
- 23 Jun, 2002 11 commits
-
-
Bruce Momjian authored
-
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 7 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
-