- 24 Oct, 2001 2 commits
-
-
Barry Lind authored
fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported by tom_falconer@lineone.net. On Sept 7th, he sent a test case to the list demonstrating the bug. His test case now works successfully with this patch
-
Bruce Momjian authored
-
- 23 Oct, 2001 14 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
(why bother dropping individual objects in a just-created database?) as well as dangerous (as the code stands, the drops will be issued in the wrong database, namely the one you were originally connected to).
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
user columns. Needed for foreign keys on OID, but useful in general.
-
Bruce Momjian authored
Alvaro Herrera
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
never overwrite adjacent pages with copied data, even if page header and/or item pointers are already corrupt. Change inspired by trouble report from Alvaro Herrera.
-
- 22 Oct, 2001 11 commits
-
-
Tom Lane authored
behavior when password auth is used.
-
Tom Lane authored
for indexes on system columns. Per complaint from Peter.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
environment strings need to be moved around, do so when called from initial startup (main.c), not in init_ps_status. This eliminates the former risk of invalidating saved environment-string pointers, since no code has yet had a chance to grab any such pointers when main.c is running.
-
Tom Lane authored
arguments (where the parser doesn't check them already). Minor code cleanups too.
-
Tom Lane authored
Fix typlen-vs-typmod errors inherited from pltcl.
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
- 21 Oct, 2001 2 commits
-
-
Tom Lane authored
in .:/home/postgres/testversion/bin:/opt/perl5.6.1/bin:/home/postgres/bin:/usr/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/upgrade/bin:/opt/CC/bin:/opt/langtools/bin:/opt/graphics/phigs/bin:/opt/java/bin:/bin:/opt/imake/bin:/opt/hparray/bin:/opt/aCC/bin:/opt/lrom/bin:/usr/local/nmh/bin:. (I suppose the only common case for this is '.').
-
Tom Lane authored
per suggestion from Peter. Simplify several APIs by transmitting the original argv location directly from main.c to ps_status.c, instead of passing it down through several levels of subroutines.
-
- 20 Oct, 2001 4 commits
-
-
Tom Lane authored
out glibc doesn't actually export this variable, so we need a different solution.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Mask both typmod subfields for INTERVAL to avoid setting the high bit, per dire warning from Tom Lane. Clear tmask for DTK_ISO_TIME case to avoid time zone troubles. Symptom reported by Tom Lane. Clean up checking for valid time zone info in output routine. This should now work for both SQL99 and Unix-style time zones. Put in explicit check for INTERVAL() typmod rounding to avoid accumulating cruft in the lower bits. Not sure that this helps, but we'll need to do something. The symptom is visible with a query like select interval(2) '10000 days 01:02:03.040506'; Regression tests are patched to repair the Tom Lane symptom, and all pass.
-
- 19 Oct, 2001 7 commits
-
-
Tom Lane authored
REPLACE FUNCTION. Clean up typlen/typmod errors inherited from pltcl.
-
Tom Lane authored
before.
-
Tom Lane authored
back when only varlena types paid any attention to typmod ...
-
Tom Lane authored
subprocesses; perhaps this will fix portability problem just noted by Lockhart. Also, move test for bad permissions of DataDir to a more logical place.
-
Tom Lane authored
bootstrap) check for a valid PG_VERSION file before looking at anything else in the data directory. This fixes confusing error report when trying to start current sources in a pre-7.1 data directory. Per trouble report from Rich Shepard 10/18/01.
-
Tom Lane authored
-
Bruce Momjian authored
Sun's compiler. May be it will be usefull for someone else? Denis Ustimenko
-