| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
Ward's report that it can still happen in RC2 forces me to realize that
this is not a can't-happen condition after all, and that the compaction
code had better cope rather than panicking.
|
|
|
|
| |
they might be of a wider type.
|
|
|
|
|
|
|
| |
Vars created to fill subplan args lists. This is an ancient error, going
back at least to 7.0, but is more easily triggered in 7.4 than before
because we no longer compare varlevelsup when deciding whether a Param
slot can be re-used. Fixes bug reported by Klint Gore.
|
|
|
|
|
|
| |
the hashclauses field of the parent HashJoin. This avoids problems with
duplicated links to SubPlans in hash clauses, as per report from
Andrew Holm-Hansen.
|
| |
|
| |
|
|
|
|
| |
depend on.
|
| |
|
|
|
|
|
|
| |
tree for CYCLE option; don't assume zeros are invalid values for sequence
fields other than increment_by; don't reset cache_value when not told to;
simplify code for testing whether to apply defaults.
|
| |
|
|
|
|
|
| |
Fixes compilation failure with --enable-thread-safety --with-perl and Perl
5.6.1.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
large objects. Dump all these in pg_dump; also add code to pg_dump
user-defined conversions. Make psql's large object code rely on
the backend for inserting/deleting LOB comments, instead of trying to
hack pg_description directly. Documentation and regression tests added.
Christopher Kings-Lynne, code reviewed by Tom
|
| |
|
|
|
|
|
|
|
|
| |
This first part of the background writer does no syncing at all.
It's only purpose is to keep the LRU heads clean so that regular
backends seldom to never have to call write().
Jan
|
| |
|
| |
|
|
|
|
|
|
| |
which had been unintentionally broken by recent changes to tighten up the
DateStyle rules for all-numeric date input. Add documentation and
regression tests for this, too.
|
|
|
|
|
|
|
|
|
| |
debug_shared_buffers = <seconds>
as per previous discussion.
Jan
|
|
|
|
|
| |
to try additional addresses returned from getaddrinfo() if the first one
fails at the bind() or connect() steps. Per yesterday's discussion.
|
| |
|
| |
|
|
|
|
| |
can terminate the bootstrap run.
|
|
|
|
| |
double or out-of-sequence output with child process.
|
|
|
|
|
|
| |
data directory. Also fix handling of error conditions associated with
data directory checking step (can't use a boolean to distinguish four
possible result states...)
|
|
|
|
|
|
|
| |
and the cache replacement strategy as well as a description of the
ARC algorithm and the special tailoring of that done for PostgreSQL.
Jan
|
| |
|
|
|
|
|
|
|
|
| |
of option switches for backend, fix handling of COPY from data files so
that we won't have the newline-after-\. issue back again, add back some
comments and printouts lost from the shell script, etc. Still needs work
for error handling; in particular the shell version worked much more
nicely for the case of a postgres executable that fails on invocation.
|
|
|
|
| |
add a header comment/copyright notice.
|
| |
|
| |
|
| |
|
|
|
|
| |
Andrew Dunstan
|
|
|
|
|
|
|
|
|
| |
I added a couple more Assertions while tracking down the exact
cause of the former bug.
All 93 regression tests pass now.
Jan
|
|
|
|
| |
Jan
|
| |
|
|
|
|
| |
come out before the action is done.
|
| |
|
|
|
|
|
|
| |
algorithm adopted for PostgreSQL.
Jan
|
|
|
|
|
| |
my fault. Adding it fixes bogus message display when reading a block
comment at the end of a script file.
|
|
|
|
|
|
|
|
|
|
| |
pghackers proposal of 8-Nov. All the existing cross-type comparison
operators (int2/int4/int8 and float4/float8) have appropriate support.
The original proposal of storing the right-hand-side datatype as part of
the primary key for pg_amop and pg_amproc got modified a bit in the event;
it is easier to store zero as the 'default' case and only store a nonzero
when the operator is actually cross-type. Along the way, remove the
long-since-defunct bigbox_ops operator class.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- is not initialized to 1 (at least in the WIN_32 code I started with!)
Claudio Natoli
|