- 18 Mar, 2009 2 commits
-
-
Heikki Linnakangas authored
big5/win950 <-> UTF8 conversion tables. Per report by Roger Chang.
-
Heikki Linnakangas authored
the cause of the "could not write to log file: Bad file descriptor" errors reported at http://archives.postgresql.org//pgsql-general/2008-06/msg00193.php Backpatch to 8.3, the race condition was introduced by the CSV logging patch. Analysis and patch by Gurjeet Singh.
-
- 17 Mar, 2009 4 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
just '00'.
-
Peter Eisentraut authored
implemented.
-
- 15 Mar, 2009 2 commits
-
-
Tom Lane authored
data structure, rather than silently truncating them. Andrew Gierth
-
Tom Lane authored
to date, as per bug #4702 and subsequent discussion. In particular, make it work for years specified using AD/BC or CC fields, and fix the test for "no year specified" so that it doesn't trigger inappropriately for 1 BC (which it was doing even in code paths that had nothing to do with to_timestamp). I also did some minor code beautification in the non-ISO-day-number code path. This area has been busted all along, but because the code has been rewritten repeatedly, it would be considerable trouble to back-patch. It's such a corner case that it doesn't seem worth the effort.
-
- 13 Mar, 2009 2 commits
-
-
Tom Lane authored
previously repointed TABLE dependencies to TABLE DATA. Mea culpa.
-
Tom Lane authored
make it include the time for the possible smgropen() call, but that results in a null pointer dereference :-(. An alternative solution would be to fetch the buffer tag instead of looking at *reln, but I'll just put it back as it was for the moment. BTW, this indicates that DTrace probes evaluate their arguments even when nominally inactive. What was that about "zero cost", again?
-
- 12 Mar, 2009 2 commits
-
-
Tom Lane authored
-
Tom Lane authored
format codes are misapplied to a numeric argument. (The code still produces a pretty bogus error message in such cases, but I'll settle for stopping the crash for now.) Per bug #4700 from Sergey Burladyan. Problem exists in all supported branches, so patch all the way back. In HEAD, also clean up some ugly coding in the nearby cache management code.
-
- 11 Mar, 2009 4 commits
-
-
Tom Lane authored
some bufmgr probes, take out redundant and memory-leak-inducing path arguments to smgr__md__read__done and smgr__md__write__done, fix bogus attempt to recalculate space used in sort__done, clean up formatting in places where I'm not sure pgindent will do a nice job by itself.
-
Teodor Sigaev authored
are not an alphabetic character although they are not word-breakers too. So, treat them as part of word. Per off-list discussion with Dibyendra Hyoju <dibyendra@gmail.com> and and Bal Krishna Bal <balkrishna7bal@gmail.com> about Nepali language and Devanagari alphabet.
-
Andrew Dunstan authored
running pg_restore, which might run in parallel). Only reopen archive file when we really need to read from it, in parallel code. Otherwise, close it immediately in a worker, if possible.
-
Tom Lane authored
exact-match pattern (no wildcard) can be index-optimized in some cases where a prefix-match pattern cannot; specifically, since the required index clause is simple equality, it works for regular text/varchar indexes even when the locale is not C. I'm not sure how often this case really comes up, but since it requires hardly any additional work to handle it, we might as well get it right. Motivated by a discussion on the JDBC list.
-
- 10 Mar, 2009 4 commits
-
-
Tom Lane authored
for consistency with the (relatively) recent addition of typmod to SubLink. An example of why it's a good idea is to be seen in the recent "failed to locate grouping columns" bug, which wouldn't have happened if a SubPlan exposed the same typmod info as the SubLink it was derived from. This could be back-patched, since it doesn't affect any on-disk data format, but for the moment it doesn't seem necessary to do so.
-
Tom Lane authored
by the planning process. This prevents the "failed to locate grouping columns" error recently reported by Dickson Guedes. That happens because planning replaces SubLinks by SubPlans in the subquery's targetlist, and exprTypmod() is smarter about the former than the latter, causing the apparent type of the subquery's output columns to change. This seems to be a deficiency we should fix in exprTypmod(), but that will be a much more invasive patch with possible side-effects elsewhere, so I'll do that only in HEAD. Back-patch to 8.3. Arguably the lack of a copying step is broken/dangerous all the way back, but in the absence of known problems I'll refrain from making the older branches pay the extra cost. (The reason this particular symptom didn't appear before is that exprTypmod() wasn't smart about SubLinks either, until 8.3.)
-
Teodor Sigaev authored
Patch by Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
-
Bruce Momjian authored
Robert Lor
-
- 09 Mar, 2009 5 commits
-
-
Peter Eisentraut authored
an unlikely call mode, but better be safe.
-
Peter Eisentraut authored
doesn't matter. This fixes failures in the Czech locale.
-
Peter Eisentraut authored
that the data type and GUC accepts. ITAGAKI Takahiro
-
Bruce Momjian authored
Add URL about the Halloween problem.
-
Alvaro Herrera authored
ENABLE_NLS is not defined, for better compatibility of the backend with modules compiled the other way. Per note from Tom after my previous commit.
-
- 08 Mar, 2009 4 commits
-
-
Magnus Hagander authored
-
Alvaro Herrera authored
-
Alvaro Herrera authored
-
Alvaro Herrera authored
too, so that the codeset is properly mapped on the newly added PL domains.
-
- 07 Mar, 2009 3 commits
-
-
Magnus Hagander authored
instead of just reporting the first one. Selena Deckelmann
-
Alvaro Herrera authored
the src/bin/scripts Makefile.
-
Alvaro Herrera authored
kwlist.h, to avoid having to link the backend object file into other programs like pg_dump. We can now simply symlink a single source file from the backend (kwlookup.c, containing the shared routine ScanKeywordLookup) and compile it locally, which is a lot cleaner.
-
- 05 Mar, 2009 5 commits
-
-
Tom Lane authored
amgettuple or only implement amgetbitmap, instead of the former assumption that every AM supports both APIs. Extracted with minor editorialization from Teodor's fast-GIN-insert patch; whatever becomes of that, this seems like a simple and reasonable generalization of the index AM interface spec.
-
Tom Lane authored
in favor of log_checkpoints. Fujii Masao
-
Tom Lane authored
attribute numbering. Also, a parent whole-row reference should not require select privilege on child columns that aren't inherited from the parent. Problem diagnosed by KaiGai Kohei, though this isn't exactly his patch.
-
Peter Eisentraut authored
-
Heikki Linnakangas authored
Mauritius began using DST in the summer 2008-2009; the Olson library has been updated already. Xavier Bugaud
-
- 04 Mar, 2009 3 commits
-
-
Tom Lane authored
fail to provide the function itself. Not sure how we escaped testing anything later than 7.3 on such cases, but they still exist, as per André Volpato's report about AIX 5.3.
-
Magnus Hagander authored
Per comment from Tom.
-
Heikki Linnakangas authored
Fujii Masao
-