- 06 Sep, 2004 3 commits
-
-
Tom Lane authored
FATAL when it detects a nonzero reference count. Reduce to ERROR.
-
Michael Meskes authored
-
Tom Lane authored
subtrans segments. Per Greg Mullane and Chris K-L.
-
- 05 Sep, 2004 3 commits
-
-
Tom Lane authored
earned ...
-
Tom Lane authored
elog() emulation code always calls errstart with ERROR error level. This means that a recursive error call triggered by elog would do MemoryContextReset(ErrorContext), whether or not this was actually appropriate. I'm surprised we haven't seen this in the field...
-
Tom Lane authored
Messages of less than ERROR severity should never be promoted (this fixes Gaetano Mendola's problem with a COMMERROR becoming a PANIC, and is obvious in hindsight anyway). Do all promotion in errstart not errfinish, to ensure that output decisions are made correctly; the former coding could suppress logging of promoted errors, which doesn't seem like a good idea. Eliminate some redundant code too.
-
- 02 Sep, 2004 19 commits
-
-
Tom Lane authored
least more) combinations of HP-UX hardware, compiler, and linker. Shinji Teragaito and Tom Lane.
-
Tom Lane authored
-
Tom Lane authored
compiler that warns about it.
-
Tom Lane authored
they are flex. Clean up after them.
-
Tom Lane authored
of <ctype.h> macros.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
hardwiring IFS=: when searching paths.
-
Bruce Momjian authored
-
Bruce Momjian authored
will succeed.
-
Bruce Momjian authored
> * Consider using hash buckets to do DISTINCT, rather than sorting > > This would be beneficial when there are few distinct values.
-
Bruce Momjian authored
-
Bruce Momjian authored
Windows. Recap: When running on a localized windows version, the timezone name returned is also localized, and therefor does not match our lookup table. Solution: The registry contains both the name of the timezone in english and the localized name. The patch adds code to scan the registry for the localized name and gets the english name from that, and then rescans the table. I have tested this on a Swedish WinXP, and it works without problems. The registry layout is the same in Win2k, but I haven't specifically tested it. It's also the same on different languages but again only Swedish is tested. Magnus Hagander
-
Bruce Momjian authored
tablespaces correctly, and is quite restricted on objects covered (only tables and databases, but not tablespaces and indexes). The attached patch contributes: - database_size(name) - relation_size(text) These are the well-known functions, tablespace-aware. - pg_tablespace_size(oid) - pg_database_size(oid) - pg_relation_size(oid) Tablespace-aware implementations, used by the upper functions. pg_relation_size will report sizes of indexes as well. - pg_size_pretty(bigint) Formatting of sizes, to display '146MB' instead of '152885668' Andreas Pflug
-
Tom Lane authored
-
- 01 Sep, 2004 13 commits
-
-
Tom Lane authored
EXCEPT constructs.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
It's still useless because it tests a standalone backend, but at least the bit rot is repaired.
-
Tom Lane authored
systems. Magnus Hagander.
-
Tom Lane authored
-
Dennis Bjorklund authored
-
Tom Lane authored
of an object owner and the SQL spec's treatment of these rights.
-
Bruce Momjian authored
-
Bruce Momjian authored
<P>In pre-8.0 releases, indexes often can not be used unless the data types exactly match the index's column types. This is particularly true of int2, int8, and numeric column indexes.</P>
-
Bruce Momjian authored
Greg Sabino Mullane
-
- 31 Aug, 2004 2 commits