- 18 Dec, 2000 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
inherited column, per bug report from Elphick 12/15/00.
-
Tom Lane authored
to ensure that we have released buffer refcounts and so forth, rather than putting ad-hoc operations before (some of the calls to) proc_exit. Add commentary to discourage future hackers from repeating that mistake.
-
- 17 Dec, 2000 7 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
change it again anyway.)
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
types in a category --- it was taking the last preferred type among the inputs, rather than the first one as intended.
-
- 16 Dec, 2000 8 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
src/interfaces/odbc/GNUmakefile.
-
Peter Eisentraut authored
flawed because the timestamp file is already updated when Makefile.global is remade, and the rule for config.h never gets run.
-
Tom Lane authored
database' was way too small to make a chapter). Add a section about using JOIN syntax to direct the planner.
-
- 15 Dec, 2000 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Index: TODO =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v retrieving revision 1.305 diff -r1.305 TODO 3c3 < Last updated: Fri Dec 15 17:40:22 EST 2000 --- > Last updated: Fri Dec 15 17:44:57 EST 2000 312a313 > * Mark is Mark Hollomon <mhh@mindspring.com> 326a328 > 5~
-
Bruce Momjian authored
Index: TODO =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v retrieving revision 1.304 diff -r1.304 TODO 3c3 < Last updated: Fri Dec 15 17:03:28 EST 2000 --- > Last updated: Fri Dec 15 17:40:22 EST 2000 318a319 > * Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
-
Bruce Momjian authored
Index: TODO =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v retrieving revision 1.303 diff -r1.303 TODO 3c3 < Last updated: Fri Dec 15 16:46:43 EST 2000 --- > Last updated: Fri Dec 15 17:03:28 EST 2000 319a320 > * Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
-
Bruce Momjian authored
Index: TODO =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v retrieving revision 1.302 diff -r1.302 TODO 3c3 < Last updated: Tue Dec 12 23:01:53 EST 2000 --- > Last updated: Fri Dec 15 16:46:43 EST 2000
-
Bruce Momjian authored
Index: TODO =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v retrieving revision 1.301 diff -r1.301 TODO 306d305 < * Bryan is Bryan Henderson<bryanh@giraffe.netgate.net> 308d306 < * David is David Hartwig <daveh@insightdist.com> 311c309,310 < * Hiroshi is Hiroshi Inoue<Inoue@tpf.co.jp> --- > * Hiroshi is Hiroshi Inoue <Inoue@tpf.co.jp> > * Karel is Karel Zak <zakkr@zf.jcu.cz> 314c313 < * Massimo Dal Zotto <dz@cs.unitn.it> --- > * Massimo is Massimo Dal Zotto <dz@cs.unitn.it> 318c317 < * Philip Warner <pjw@rhyme.com.au> --- > * Philip is Philip Warner <pjw@rhyme.com.au> 321d319 < * Stefan Simkovics <ssimkovi@rainbow.studorg.tuwien.ac.at> 326c324 < * Vadim is "Vadim B. Mikheev" <vadim4o@email.com> --- > * Vadim is Vadim B. Mikheev <vadim4o@email.com>
-
Bruce Momjian authored
WARNING. Fix German FAQ mention about warning.
-
Tom Lane authored
insensitive to the order of arguments. Per pghackers discussion 12/10/00.
-
Bruce Momjian authored
> Date: Thu, 14 Dec 2000 12:44:47 +0100 (CET) > From: Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu> > To: pgsql-bugs@postgresql.org > Subject: [BUGS] to_char() causes backend to close connection > > Hi, this query gives different strange results: > > select to_char(now()::abstime,'YYMMDDHH24MI'); > > I get e.g. a "backend closed the channel unexpectedly..." error with > successful or failed resetting attempt (indeterministic) Again thanks Kovacs, you found really designing bug, that appear if anyone write bad format template to "number" version of to_char() (as you with 'DD'). Karel
-
Bruce Momjian authored
if we set autocommit off and issued COMMIT (or ROLLBACK) on a connection new transaction is not started Max Khon
-
Peter Eisentraut authored
(intermediate .o file gets deleted and rebuild on next make invocation).
-
Tom Lane authored
-
Peter Eisentraut authored
backend crash.
-
Tom Lane authored
-
- 14 Dec, 2000 5 commits
-
-
Jan Wieck authored
Trying to connect to template0 left a global referenced buffer because the scan of pg_database wasn't ended properly before elog(FATAL). Jan
-
Peter Eisentraut authored
-
Tom Lane authored
comparison does not consider paths different when they differ only in uninteresting aspects of sort order. (We had a special case of this consideration for indexscans already, but generalize it to apply to ordered join paths too.) Be stricter about what is a canonical pathkey to allow faster pathkey comparison. Cache canonical pathkeys and dispersion stats for left and right sides of a RestrictInfo's clause, to avoid repeated computation. Total speedup will depend on number of tables in a query, but I see about 4x speedup of planning phase for a sample seven-table query.
-
Hiroshi Inoue authored
-
Tom Lane authored
OIDs rather than names. Aside from being simpler and faster, this way doesn't blow up in the face of 'create temp table foo () inherits (foo)'. Which is a rather odd thing to do, but it seems some people want to.
-