Bruce Momjian
c40cd3660f
One of the web pages mentioned in dmetaphone.c has moved. Also fix
...
a few typos in comments.
The dictionaries I checked list "altho" as a variant of "although,"
but I didn't find any other instances of the former in the source
tree so I changed it.
Michael Fuhr
21 years ago
Peter Eisentraut
b4a7213b07
Equalize wordings to avoid redundant translation work.
21 years ago
Peter Eisentraut
e5c453edce
Clean up the help displays.
21 years ago
Peter Eisentraut
7df9f55f4b
Change the option spelling to --connection-limit to be consistent with the
...
SQL option spelling.
21 years ago
Alvaro Herrera
a7084efd2d
Fix confusion between relfilenode and Oid.
...
Also, make pg_total_relation_size include the size of the
TOAST index.
21 years ago
Tom Lane
c775b423c1
Fix unportable usages in new pgbench code (strndup, ctype macros)
21 years ago
Tatsuo Ishii
9b19abd74f
Add -f option which enables to read SQL commands from a file.
...
Patches Contributed by Tomoaki Sato.
21 years ago
Peter Eisentraut
8928d4d69d
Correct spelling
21 years ago
Bruce Momjian
7f66816b5d
Remove acronym in one title.
21 years ago
Tom Lane
7b7d1ba0b6
Mention fix for bug #1916 in release notes for affected versions.
21 years ago
Tom Lane
2e1254e7fa
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
...
only the inner-side relation would be considered as potential equijoin clauses,
which is wrong because the condition doesn't necessarily hold above the point
of the outer join. Per test case from Kevin Grittner (bug#1916).
21 years ago
Bruce Momjian
4ff203262b
Fix typo.
21 years ago
Bruce Momjian
e05a8c553c
Add section on reliable operation, talking about caching and storage
...
subsystem reliability.
21 years ago
Peter Eisentraut
1c25594549
Improve messages
21 years ago
Bruce Momjian
c2f7536543
Update SQL conformance mention to 2003.
21 years ago
Bruce Momjian
3f540711ef
Update Russian FAQ.
...
Victor Vislobokov
21 years ago
Bruce Momjian
6bc4e3617d
Add attribution.
21 years ago
Bruce Momjian
455f48ddc5
Done:
...
< * +Add options to pg_config to show the share_dir, sysconfdir,
< pkgincludedir, and localedir
21 years ago
Tom Lane
1610fcc351
Some marginal tweaks to make 'make installcheck' mostly work when
...
building contrib with USE_PGXS. To make it work all the way, the
pg_regress script would need to be included in the installation tree.
21 years ago
Tom Lane
4fc935a5d4
Fix problems with PGXS builds against an installation tree that was
...
relocated after installation. We can't trust the installation paths
inserted into Makefile.global by configure, so instead we must get the
paths from pg_config. This requires extending pg_config to support all
the separately-configurable path names, but that was on TODO anyway.
21 years ago
Bruce Momjian
2d8225eecc
Release notes up to date as of today.
21 years ago
Bruce Momjian
e2d8b79f8b
Suppress FAQ and TODO changes in pgcvslog output.
21 years ago
Tom Lane
0b36cb83dc
PGXS should be set with := not =, as specified in the documentation,
...
to avoid useless multiple executions of pg_config.
21 years ago
Bruce Momjian
8ddd22f245
Fix incorrect psql \x memory allocation for numericlocale. Redesign API
...
to be less error-prone.
21 years ago
Bruce Momjian
451cd7d426
Add:
...
> o Improve signal handling,
> http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
21 years ago
Bruce Momjian
240c8e7e43
Novice:
...
< * Add options to pg_config to show the share_dir, sysconfdir,
> * +Add options to pg_config to show the share_dir, sysconfdir,
21 years ago
Tom Lane
3772975f30
Fix our version of strdup() to adhere to the standard semantics for
...
out-of-memory --- that is, return NULL rather than dumping core.
Noted by Qingqing Zhou.
21 years ago
Tom Lane
4056efcfc1
Create preliminary release notes for upcoming back-branch releases.
21 years ago
Bruce Momjian
c23240ecbe
Rename variable for clarity.
21 years ago
Peter Eisentraut
7fe1f9a2c2
Don't need gettext calls around debug messages.
21 years ago
Bruce Momjian
d3a0c8dce9
Prevent threaded python build on BSD's, where it fails.
...
Marko Kreen
21 years ago
Bruce Momjian
3ff1dc501e
Done:
...
< * Allow protocol-level EXECUTE that is actually a fetch to appear
< in the logs as a fetch rather than another execute
21 years ago
Bruce Momjian
72739020c2
Log protocol-excute fetch operatation as fetch, rather than execute,
...
adjusted from a patch by Simon.
21 years ago
Bruce Momjian
88922598da
Add:
...
> * Allow protocol-level BIND parameter values to be logged
> * Allow protocol-level EXECUTE that is actually a fetch to appear
> in the logs as a fetch rather than another execute
21 years ago
Tom Lane
e990b9ce23
The original patch to avoid building a hash join's hashtable when the
...
outer relation is empty did not work, per test case from Patrick Welche.
It tried to use nodeHashjoin.c's high-level mechanisms for fetching an
outer-relation tuple, but that code expected the hash table to be filled
already. As patched, the code failed in corner cases such as having no
outer-relation tuples for the first hash batch. Revert and rewrite.
21 years ago
Bruce Momjian
dd102d3683
Wording cleanup.
21 years ago
Bruce Momjian
ccc0a1326e
Document why PQtrace and ecpg debug() can crash the application if the
...
DLL compiles to not match the application.
21 years ago
Neil Conway
d3419467bb
Cleanups for recent addition to log_connections documentation.
21 years ago
Bruce Momjian
5d82f9a898
Improve wording.
21 years ago
Tom Lane
0df7f493f8
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
21 years ago
Bruce Momjian
030d5bd942
Add mention of duplicate connection messages from psql, per Andrew.
21 years ago
Bruce Momjian
1a9d96a5fa
Update release notes for 4-byte UTF mappings.
21 years ago
Tom Lane
303e089df5
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
21 years ago
Tom Lane
5d9c6b18d3
Document change in large object snapshotting behavior as a version
...
compatibility issue.
21 years ago
Tom Lane
8a65b820e2
Suppress signed-vs-unsigned-char warnings in contrib.
21 years ago
Tom Lane
8889685555
Suppress signed-vs-unsigned-char warnings.
21 years ago
Tom Lane
54a8af058e
In a machine where INT64_IS_BUSTED, we can only support 32-bit values
...
for int8 and related types. However we might be talking to a client
that has working int64; so pq_getmsgint64 really needs to check the
incoming value and throw an overflow error if we can't represent it
accurately.
21 years ago
Bruce Momjian
9f53cfd9db
Add comments explaining clauses used by CREATE ROLE but not ALTER.
21 years ago
Bruce Momjian
86044a9d71
Add:
...
> * Simplify dropping roles that have objects in several databases
21 years ago
Bruce Momjian
6db56cdf80
Add:
...
> o Allow PL/PgSQL to support WITH HOLD cursors
21 years ago