- 08 Dec, 2006 2 commits
-
-
Neil Conway authored
the nonexistent ShowStats variable is simply removed, per Gavin Sherry.
-
Tom Lane authored
release it in a subtransaction abort, but this neglects possibility that someone outside SPI already did. Fix is for spi.c to forget about a tuptable as soon as it's handed it back to the caller. Per bug #2817 from Michael Andreen.
-
- 07 Dec, 2006 1 commit
-
-
Tom Lane authored
rearrangeable outer joins and the WHERE clause is non-strict and mentions only nullable-side relations. New bug in 8.2, caused by new logic to allow rearranging outer joins. Per bug #2807 from Ross Cohen; thanks to Jeff Davis for producing a usable test case.
-
- 06 Dec, 2006 6 commits
-
-
Tom Lane authored
a sublink's test expression have the correct vartypmod, rather than defaulting to -1. There's at least one place where this is important because we're expecting these Vars to be exactly equal() to those appearing in the subplan itself. This is a pretty klugy solution --- it would likely be cleaner to change Param nodes to include a typmod field --- but we can't do that in the already-released 8.2 branch. Per bug report from Hubert Fongarnand.
-
Neil Conway authored
identify long-running transactions. Since we already need to record the transaction-start time (e.g. for now()), we don't need any additional system calls to report this information. Catversion bumped, initdb required.
-
Neil Conway authored
capitalize the strings like sentences. Remove unnecessarily specific descriptions of the units used by GUC variables, since we now allow any reasonable unit to be specified.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 05 Dec, 2006 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Simon Riggs. Backpatch to 8.2.X.
-
Neil Conway authored
Rembialkowski, with some additional fixes by myself.
-
Bruce Momjian authored
Simon Riggs
-
- 04 Dec, 2006 4 commits
-
-
Bruce Momjian authored
The module link is insufficient.:-( ---- Sorry, japanese message change to xxx --- link.exe @C:\DOCUME~1\hi-saito\LOCALS~1\Temp\nmk03360. common.obj : error LNK2001: xxxxxx "_pg_qsort" xxxxxx pg_dump_sort.obj : error LNK2001: xxxxx "_pg_qsort" xxxxx .\Release\pg_dump.exe : fatal error LNK1120: xxxxxxx NMAKE : fatal error U1077: 'link.exe' : xxxxx '0x460' Stop. Hiroshi Saito
-
Bruce Momjian authored
FormatMessage() (This should have been in 8.2.0, patched to 8.2.X and HEAD): I think this problem to be complex.... http://archives.postgresql.org/pgsql-hackers/2006-11/msg00042.php FormatMessage of windows cannot consider the encoding of the database. However, I should try the solution now. It is necessary to clear the problem. Multi character-code exists together in message and log. It doesn't consider the data base encoding that the user intended.... The user in multi-byte country can try this. http://inet.winpg.jp/~saito/pg_bug/MessageCheck.c That is, it is likely to become it in this manner.(Japanese) http://inet.winpg.jp/~saito/pg_bug/FormatMessage998.png Hiroshi Saito
-
Teodor Sigaev authored
Previous versions aren't affected. Fix synonym dictionary init: string should be malloc'ed, not palloc'ed. Bug introduced recently while fixing lowerstr().
-
Tom Lane authored
by name on each and every row processed. Profiling suggests this may buy a percent or two for simple UPDATE scenarios, which isn't huge, but when it's so easy to get ...
-
- 03 Dec, 2006 1 commit
-
-
Tom Lane authored
by the change to make limit values int8 instead of int4. (Specifically, you can do DatumGetInt32 safely on a null value, but not DatumGetInt64.) Per bug #2803 from Greg Johnson.
-
- 02 Dec, 2006 12 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
chapter rather than scattering them across several incomplete fragments.
-
PostgreSQL Daemon authored
v8.2.0 is now released ...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
- 01 Dec, 2006 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
and penguin reported in recently enough to justify the assumption that we haven't broken ARM support in 8.2.
-
Tom Lane authored
locks that logically should not be released, because when a subtransaction overwrites XMAX all knowledge of the previous lock state is lost. It seems unlikely that we will be able to fix this before 8.3...
-
Tom Lane authored
should allow delete-pending files to actually go away, and thereby work around the various complaints we've seen about 'permission denied' errors in such cases. Should be reasonably harmless in any case...
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
subtransaction are released if the subtransaction aborts --- in user-level terminology, this means either rolling back to a savepoint or escaping from a plpgsql exception block. Per recent suggestion from Simon.
-
- 30 Nov, 2006 3 commits