- 06 Nov, 2002 1 commit
-
-
Tom Lane authored
node now does its own grouping of the input rows, and has no need for a preceding GROUP node in the plan pipeline. This allows elimination of the misnamed tuplePerGroup option for GROUP, and actually saves more code in nodeGroup.c than it costs in nodeAgg.c, as well as being presumably faster. Restructure the API of query_planner so that we do not commit to using a sorted or unsorted plan in query_planner; instead grouping_planner makes the decision. (Right now it isn't any smarter than query_planner was, but that will change as soon as it has the option to select a hash- based aggregation step.) Despite all the hackery, no initdb needed since only in-memory node types changed.
-
- 05 Nov, 2002 10 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Move dbmirror and rserv from /contrib to gborg.postgresql.org
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
- 04 Nov, 2002 7 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
gcc, but some other compilers don't like 'em.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
from Andreas.
-
Barry Lind authored
- First fixes a problem with a recent patch allowing setNull on updateable resultsets - Second removed toLower() calls on database object names. Leave it to the caller to correctly pass lower, upper or mixed case. The driver already has methods that the caller can use to determine that postgres stores identifiers in lowercase. (unless the identifier was quoted when created). Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
-
- 03 Nov, 2002 6 commits
-
-
Tom Lane authored
create a second database, just loop back to 'regression'. Patch from Joe Conway 10/22/02.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
out-of-date text about multibyte encoding (which is now always included). Oliver Elphick
-
Bruce Momjian authored
additional index entries for it. Oliver Elphick
-
Bruce Momjian authored
-
- 02 Nov, 2002 16 commits
-
-
Tom Lane authored
-
Tom Lane authored
a child table already has a matching column. Acquire appropriate lock on child table; do the right thing with any CHECK constraints attached to the new parent column.
-
Tom Lane authored
the relfilenode and toast fields. This ensures that the newly-computed statistics will be available on completion of CLUSTER.
-
Tom Lane authored
where it's safe to do database access. Along the way, fix core dump for 'DEFAULT' parameters to CREATE DATABASE. initdb forced due to change in pg_proc entry.
-
Tom Lane authored
-
Bruce Momjian authored
> * Acquire lock on a relation before building a relcache entry for it
-
Bruce Momjian authored
> o MOVE 0 should not move to end of cursor (Bruce)
-
Bruce Momjian authored
> * Support statement-level triggers and triggers on columns (Neil)
-
Tom Lane authored
CONVERSION code. Still need to figure out what to do about inappropriate coding in parsing.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
outside the source tree.
-
Bruce Momjian authored
> * Allow psql to do table completion for SELECT * FROM schema_part and > table completion for SELECT * FROM schema_name.
-