Tatsuo Ishii
8e48e91bc7
Oops. Partially saved file was committed.
2005-10-04 13:46:52 +00:00
Tatsuo Ishii
f50ae06e14
Allow multiple -f options.
...
Make pgbench "script driven" to eliminate hard coded transaction
scenario. (Tatsuo Ishii)
2005-10-04 13:40:45 +00:00
Michael Meskes
ffa156bb5b
Somehow I missed some parser changes, so this commit comes pretty late. I just synced the parser of ecpg against the backend version, but still have to sync the lexer.
...
Also I fixed a bug in a bug fix I committed a few weeks ago. he check for a varchar pointer was incomplete.
2005-10-04 13:28:21 +00:00
Peter Eisentraut
9c76af4a5e
Add _ to gettext triggers. Must have been forgotten here when it was introduced.
2005-10-04 11:14:03 +00:00
Tom Lane
1e6201a22c
Add an expected case to cover error message as spelled by python 2.2.3.
...
Per buildfarm results and Michael Fuhr.
2005-10-04 02:50:04 +00:00
Tom Lane
060d13f7c7
COPY's test for read-only transaction was backward; it prohibited COPY TO
...
where it should prohibit COPY FROM. Found by Alon Goldshuv.
2005-10-03 23:43:09 +00:00
Tom Lane
53e47cdd79
Add a trace_sort option to help with measuring resource usage of external
...
sort operations. Per recent discussion. Simon Riggs and Tom Lane.
2005-10-03 22:55:56 +00:00
Tom Lane
12992ab37a
Separate out the VacRUsage stuff as an independent module, in preparation
...
for using it for other things besides VACUUM.
2005-10-03 22:52:26 +00:00
Tom Lane
9c873828bd
Fix procedure for updating nextval() defaults so that it actually works.
...
Update release dates for pending back-branch releases.
2005-10-03 16:04:13 +00:00
Teodor Sigaev
8c73dfcc8b
Optimize benchmark query and update benchmark's results.
2005-10-03 14:41:42 +00:00
Bruce Momjian
a87174dca1
Fix font of sequence header.
2005-10-03 13:52:28 +00:00
Bruce Momjian
1624d6d4d2
Fix null bytes at end of file (weird).
2005-10-03 02:49:31 +00:00
Bruce Momjian
f890004cc1
Update sequence docs.
2005-10-03 02:46:43 +00:00
Tom Lane
f20cad7870
Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.
2005-10-03 02:45:12 +00:00
Bruce Momjian
4361e0d295
Merge Tom and my descriptions of new sequence behavior into one entry.
2005-10-03 02:21:16 +00:00
Bruce Momjian
07e74305fe
Update release notes to show how to upgrade a database to use the new
...
early binding for nextval() calls in default clauses.
2005-10-03 01:57:59 +00:00
Bruce Momjian
6a17577933
Remove, 8.1 completed items already removed:
...
< * -Have sequence dependency track use of DEFAULT sequences
2005-10-03 00:42:57 +00:00
Bruce Momjian
2aa39a4cb1
Done:
...
< * Have sequence dependency track use of DEFAULT sequences,
< seqname.nextval?
> * -Have sequence dependency track use of DEFAULT sequences
2005-10-03 00:42:28 +00:00
Tom Lane
64eea6c21d
Expand pg_control information so that we can verify that the database
...
was created on a machine with alignment rules and floating-point format
similar to the current machine. Per recent discussion, this seems like
a good idea with the increasing prevalence of 32/64 bit environments.
2005-10-03 00:28:43 +00:00
Tom Lane
aa731ed843
Change nextval and other sequence functions to specify their sequence
...
argument as a 'regclass' value instead of a text string. The frontend
conversion of text string to pg_class OID is now encapsulated as an
implicitly-invocable coercion from text to regclass. This provides
backwards compatibility to the old behavior when the sequence argument
is explicitly typed as 'text'. When the argument is just an unadorned
literal string, it will be taken as 'regclass', which means that the
stored representation will be an OID. This solves longstanding problems
with renaming sequences that are referenced in default expressions, as
well as new-in-8.1 problems with renaming such sequences' schemas or
moving them to another schema. All per recent discussion.
Along the way, fix some rather serious problems in dbmirror's support
for mirroring sequence operations (int4 vs int8 confusion for instance).
2005-10-02 23:50:16 +00:00
Tom Lane
1b61ee3c69
_SPI_execute_plan failed to return result tuple table to caller in
...
the ProcessUtility case, resulting in an intratransaction memory leak
if a utility command actually did return any tuples, as reported by
Dmitry Karasik. Fix this and also make the behavior more consistent
for cases involving nested SPI operations and multiple query trees,
by ensuring that we store the state locally until it is ready to be
returned to the caller.
2005-10-01 18:43:19 +00:00
Bruce Momjian
ca8cfc9846
Adjust wording.
2005-10-01 01:42:43 +00:00
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
2005-09-30 22:38:44 +00:00
Peter Eisentraut
b4a7213b07
Equalize wordings to avoid redundant translation work.
2005-09-30 09:56:26 +00:00
Peter Eisentraut
e5c453edce
Clean up the help displays.
2005-09-30 07:58:01 +00:00
Peter Eisentraut
7df9f55f4b
Change the option spelling to --connection-limit to be consistent with the
...
SQL option spelling.
2005-09-30 07:13:54 +00:00
Alvaro Herrera
a7084efd2d
Fix confusion between relfilenode and Oid.
...
Also, make pg_total_relation_size include the size of the
TOAST index.
2005-09-29 22:04:36 +00:00
Tom Lane
c775b423c1
Fix unportable usages in new pgbench code (strndup, ctype macros)
2005-09-29 16:18:26 +00:00
Tatsuo Ishii
9b19abd74f
Add -f option which enables to read SQL commands from a file.
...
Patches Contributed by Tomoaki Sato.
2005-09-29 13:44:25 +00:00
Peter Eisentraut
8928d4d69d
Correct spelling
2005-09-29 08:34:50 +00:00
Bruce Momjian
7f66816b5d
Remove acronym in one title.
2005-09-29 02:29:48 +00:00
Tom Lane
7b7d1ba0b6
Mention fix for bug #1916 in release notes for affected versions.
2005-09-28 21:22:12 +00:00
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).
2005-09-28 21:17:02 +00:00
Bruce Momjian
4ff203262b
Fix typo.
2005-09-28 18:40:28 +00:00
Bruce Momjian
e05a8c553c
Add section on reliable operation, talking about caching and storage
...
subsystem reliability.
2005-09-28 18:18:02 +00:00
Peter Eisentraut
1c25594549
Improve messages
2005-09-28 13:11:26 +00:00
Bruce Momjian
c2f7536543
Update SQL conformance mention to 2003.
2005-09-28 11:45:52 +00:00
Bruce Momjian
3f540711ef
Update Russian FAQ.
...
Victor Vislobokov
2005-09-28 11:32:49 +00:00
Bruce Momjian
6bc4e3617d
Add attribution.
2005-09-27 23:32:38 +00:00
Bruce Momjian
455f48ddc5
Done:
...
< * +Add options to pg_config to show the share_dir, sysconfdir,
< pkgincludedir, and localedir
2005-09-27 18:04:34 +00:00
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.
2005-09-27 17:43:31 +00:00
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.
2005-09-27 17:39:35 +00:00
Bruce Momjian
2d8225eecc
Release notes up to date as of today.
2005-09-27 17:28:51 +00:00
Bruce Momjian
e2d8b79f8b
Suppress FAQ and TODO changes in pgcvslog output.
2005-09-27 17:16:08 +00:00
Tom Lane
0b36cb83dc
PGXS should be set with := not =, as specified in the documentation,
...
to avoid useless multiple executions of pg_config.
2005-09-27 17:13:14 +00:00
Bruce Momjian
8ddd22f245
Fix incorrect psql \x memory allocation for numericlocale. Redesign API
...
to be less error-prone.
2005-09-27 16:30:25 +00:00
Bruce Momjian
451cd7d426
Add:
...
> o Improve signal handling,
> http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
2005-09-27 15:18:13 +00:00
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,
2005-09-27 13:39:32 +00:00
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.
2005-09-27 04:53:23 +00:00
Tom Lane
4056efcfc1
Create preliminary release notes for upcoming back-branch releases.
2005-09-26 21:44:04 +00:00