- 17 Jul, 2003 5 commits
-
-
Tom Lane authored
database, emit a WARNING and do nothing, rather than raising ERROR. Per recent discussion in which we concluded this is the best way to deal with database dumps that are reloaded into a database of a new name.
-
Tom Lane authored
fixed incorrect initial setting of StartUpID. The logic in XLogWrite() expects that Write->curridx is advanced to the next page as soon as LogwrtResult points to the end of the current page, but StartupXLOG() failed to make that happen when the old WAL ended exactly on a page boundary. Per trouble report from Hannu Krosing.
-
Michael Meskes authored
-
Michael Meskes authored
-
Tom Lane authored
for the sign of timezone offsets, ie, positive is east from UTC. These were previously out of step with other operations that accept or show timezones, such as I/O of timestamptz values.
-
- 16 Jul, 2003 2 commits
-
-
Tom Lane authored
query node, since that won't work unless the planner is upgraded. Someday we should try to support at least some cases of this, but for now just plug the hole in the dike. Per discussion with Dmitry Tkach.
-
Michael Meskes authored
-
- 15 Jul, 2003 6 commits
-
-
Tom Lane authored
with SET TRANSACTION_ISOLATION, either.
-
Tom Lane authored
DATESTYLE, for instance 'SQL, European' instead of 'SQL with European conventions'. Per gripe a month or two back from Barry Lind.
-
Tom Lane authored
padding logic for struct sockaddr_storage --- original version did not do what it claimed to when SALEN is defined.
-
Tom Lane authored
-
Michael Meskes authored
-
Tom Lane authored
shared_buffers and max_connections values to use before we run the bootstrap process. Without this, initdb would fail on platforms where the hardwired default values are too large. (We could get around that by making the hardwired defaults tiny, perhaps, but why slow down bootstrap by starving it for buffers...)
-
- 14 Jul, 2003 8 commits
-
-
Tom Lane authored
-
Tom Lane authored
for each row processed, and don't forget the evaluation cost of any restriction clauses attached to the node. Per discussion with Greg Stark.
-
Tom Lane authored
-
Tom Lane authored
and 100 respectively, if the platform will allow it. initdb selects values that are not too large to allow the postmaster to start, and places these values in the installed postgresql.conf file. This allows us to continue to start up out-of-the-box on platforms with small SHMMAX, while having somewhat-realistic default settings on platforms with reasonable SHMMAX. Per recent pghackers discussion.
-
Tom Lane authored
ascii.c.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
- Init sqlca in ECPGprepare(). - Added CLOSE DATABASE for Informix compatibility.
-
- 09 Jul, 2003 7 commits
-
-
Bruce Momjian authored
Aizaz Ahmed
-
Michael Meskes authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
to zero.
-
Bruce Momjian authored
or increased only by super-users. This fixes problems caused by making certain variables SUSET for security reasons.
-
Barry Lind authored
spec complient with regards to various data/time/timestamp objects Modified Files: jdbc/org/postgresql/errors.properties jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
- 08 Jul, 2003 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- 07 Jul, 2003 1 commit
-
-
Michael Meskes authored
"char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one.
-
- 04 Jul, 2003 7 commits
-
-
Tom Lane authored
this is merely an API inconsistency, but in ecpg it's fatal.) Also, fix misconceived overflow test in HAVE_INT64_TIMESTAMP case.
-
Tom Lane authored
-
Tom Lane authored
without needing a running backend. Reorder postgresql.conf.sample to match new layout of runtime.sgml. This commit re-adds work lost in Wednesday's crash.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Tom Lane authored
function-not-found messages now distinguish the cases no-match and ambiguous-match, and they follow the style guidelines too.
-
- 03 Jul, 2003 2 commits
-
-
Tom Lane authored
integer conversions gave the wrong answer for values with stripped trailing zeroes, such as 10000000.
-
Tom Lane authored
instead of the former kluge whereby gram.y emitted already-transformed expressions. This is needed so that Params appearing in these clauses actually work correctly. I suppose some might claim that the side effect of 'SELECT ... LIMIT 2+2' working is a new feature, but I say this is a bug fix.
-