| Age | Commit message (Collapse) | Author |
|
there are no objections, please apply.
Joe Conway
|
|
is an error, warning, etc.
Gavin Sherry
|
|
(overlaying low byte of page size) and add HEAP_HASOID bit to t_infomask,
per earlier discussion. Simplify scheme for overlaying fields in tuple
header (no need for cmax to live in more than one place). Don't try to
clear infomask status bits in tqual.c --- not safe to do it there. Don't
try to force output table of a SELECT INTO to have OIDs, either. Get rid
of unnecessarily complex three-state scheme for TupleDesc.tdhasoids, which
has already caused one recent failure. Improve documentation.
|
|
Rename debug_print_query to log_statement and rename show_query_stats to
show_statement_stats.
|
|
|
|
|
|
|
|
available (else there's no way to interpret the list links). Change
pg_locks view to show transaction ID locks separately from ordinary
relation locks. Avoid showing N duplicate rows when the same lock is
held multiple times (seems unlikely that users care about exact hold
count). Improve documentation.
|
|
|
|
to false provides more SQL-spec-compliant behavior than we had before.
I am not sure that setting it false is actually a good idea yet; there
is a lot of client-side code that will probably be broken by turning
autocommit off. But it's a start.
Loosely based on a patch by David Van Wie.
|
|
column additions, deletions, and renames that would let a child table
get out of sync with its parent. Patch by Alvaro Herrera, with some
kibitzing by Tom Lane.
|
|
|
|
|
|
* Remove wal_files postgresql.conf option because WAL files are
now recycled
|
|
Improve wording of pre-7.3 syntax mention.
|
|
|
|
that the functionality is available to anyone via ReturnSetInfo, rather
than hard-wiring it to PL/pgSQL.
|
|
translation.
|
|
Manfred Koizar
|
|
to the table function, thus preventing memory leakage accumulation across
calls. This means that SRFs need to be careful to distinguish permanent
and local storage; adjust code and documentation accordingly. Patch by
Joe Conway, very minor tweaks by Tom Lane.
|
|
|
|
INSERT, UPDATE, or DELETE shouldn't change FOUND. IMHO anyway.
Also, try to make documentation a little clearer.
|
|
This breaks support for 6.2 or older client libraries.
|
|
types, SRFs. Not happy with memory management yet, but I'll commit these
other changes.
|
|
Note can probably be removed after a couple of releases.
Rod Taylor
|
|
|
|
a more logical ordering.
|
|
formatting (\timing) works correctly. Change "Total time" to "Time"
since there is nothing that "total" refers to. Remove non-multibyte
code.
|
|
except that it's more robust, reconnects less often, and is NLS'ed.
|
|
from Tom Lane.
|
|
|
|
bit on the indexes.
I also attach clusterdb and clusterdb.sgml; both of them are blatant
rips of vacuumdb and vacuumdb.sgml, but get the job done. Please review
them, as I'm probably making a lot of mistakes with SGML and I can't
compile it here.
vacuumdb itself is not very comfortable to use when the databases have
passwords, because it has to connect once for each table (I can probably
make it connect only once for each database; should I?). Because of
this I added a mention of PGPASSWORDFILE in the documentation, but I
don't know if that is the correct place for that.
Alvaro Herrera
|
|
|
|
|
|
|
|
|
|
value '-2' is used to indicate a variable-width type whose width is
computed as strlen(datum)+1. Everything that looks at typlen is updated
except for array support, which Joe Conway is working on; at the moment
it wouldn't work to try to create an array of cstring.
|
|
the declarations of some index access method support functions. Support
SQL functions returning VOID.
|
|
instance in which the docs mention that 'NAMEDATALEN == 32".
Neil Conway
|
|
settings of NAMEDATALEN. I looked through the docs for other
references to NAMEDATALEN, but this is the only one I could find.
Neil Conway
|
|
|
|
|
|
|
|
docs and find the other obsolete statements that no doubt lurk.
|
|
|
|
|
|
|
|
>>" It's also possible to select no escape character by writing ESCAPE ''.
>>In this case there is no way to turn off the special meaning of
>>underscore and percent signs in the pattern."
Joe Conway
|
|
> > is a patch to add some cross-referencing.
Oliver Elphick
|
|
|