ccc0a1326e
Document why PQtrace and ecpg debug() can crash the application if the
...
DLL compiles to not match the application.
2005-09-25 03:06:41 +00:00
d3419467bb
Cleanups for recent addition to log_connections documentation.
2005-09-24 23:25:31 +00:00
5d82f9a898
Improve wording.
2005-09-24 23:08:07 +00:00
0df7f493f8
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
2005-09-24 23:07:18 +00:00
030d5bd942
Add mention of duplicate connection messages from psql, per Andrew.
2005-09-24 23:06:24 +00:00
1a9d96a5fa
Update release notes for 4-byte UTF mappings.
2005-09-24 22:57:15 +00:00
303e089df5
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
2005-09-24 22:54:44 +00:00
5d9c6b18d3
Document change in large object snapshotting behavior as a version
...
compatibility issue.
2005-09-24 20:35:21 +00:00
8a65b820e2
Suppress signed-vs-unsigned-char warnings in contrib.
2005-09-24 19:14:05 +00:00
8889685555
Suppress signed-vs-unsigned-char warnings.
2005-09-24 17:53:28 +00:00
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.
2005-09-24 15:34:07 +00:00
9f53cfd9db
Add comments explaining clauses used by CREATE ROLE but not ALTER.
2005-09-23 22:25:25 +00:00
86044a9d71
Add:
...
> * Simplify dropping roles that have objects in several databases
2005-09-23 21:55:01 +00:00
6db56cdf80
Add:
...
> o Allow PL/PgSQL to support WITH HOLD cursors
2005-09-23 20:41:39 +00:00
bf8e536215
Add:
...
>
> o Display IN, INOUT, and OUT parameters in \df+
>
> It probably requires psql to output newlines in the proper
> column, which is already on the TODO list.
2005-09-23 20:32:49 +00:00
bb36c18c51
Remove xid wraparound mention, because it was already done in 8.0, per Neil.
2005-09-23 16:36:35 +00:00
06d70d78a4
Fix typo in comment.
2005-09-23 15:36:57 +00:00
bb6b1a38b6
Document that chkpass ignores password characters after the eighth.
2005-09-23 15:05:04 +00:00
e6bae1c3d3
Add:
...
> * Add function to report the time of the most recent server reload
2005-09-23 03:06:03 +00:00
6e85717a77
Add:
...
> * Add options to pg_config to show the share_dir, sysconfdir,
> pkgincludedir, and localedir
>
2005-09-23 03:04:24 +00:00
e885554c8d
Clarify autovacuum wording.
2005-09-23 02:42:34 +00:00
01ead29b0c
Please find attached a patch which tells about what the spiffy,
...
integrated autovacuum now does :)
David Fetter
2005-09-23 02:25:35 +00:00
9822c73a9d
Mention that autovacuum also needs stats.
2005-09-23 02:06:58 +00:00
18ea8ae531
Attached patch takes a swing at improving the autovacuum wording in
...
maintenance.sgml.
Robert Treat
[ Also fix create domain markup.]
2005-09-23 02:01:35 +00:00
0135cd88bd
Add warning about DOMAINs.
...
David Fetter
2005-09-22 23:56:46 +00:00
c79671bdbb
Add:
...
> * Allow CREATE INDEX to take an additional parameter for use with
> special index types
>
2005-09-22 23:54:09 +00:00
ec294fc6cb
Move table constraint patch up into the main new features section of the
...
release notes.
2005-09-22 23:47:44 +00:00
d7e4fd99e5
Fix bug introduced into indexable_outerrelids() by an ill-considered
...
"optimization". When we find a potentially useful joinclause, we
have to add all its other required_relids to the result, not only the
other clause_relids. They are different in the case of a joinclause
whose applicability has to be postponed due to outer join. We have
to include the extra rels because otherwise, after best_inner_indexscan
masks the join rels with index_outer_relids, it will always fail to
find the joinclause as applicable. Per report from Husam Tomeh.
2005-09-22 23:25:07 +00:00
8a64ec6285
Add "basic" for table partitioning.
2005-09-22 23:24:58 +00:00
a5b9e18acc
Add instructions.
2005-09-22 21:59:50 +00:00
5d075bb4cc
Add "codelines" script to compute number of lines in a releaes.
2005-09-22 21:58:58 +00:00
c37ddf371d
Add:
...
>
> Another idea would be to allow actual SELECT queries in a COPY.
2005-09-22 21:50:59 +00:00
b3364fc81b
pgindent new GIST index code, per request from Tom.
2005-09-22 20:44:36 +00:00
08817bdb76
Adjust GiST error messages to conform to message style guidelines.
2005-09-22 18:49:45 +00:00
a453951dd9
Take exclusive buffer lock in scan_heap() to eliminate some corner cases
...
in which invalid page data could be transiently written to disk by
concurrent bgwriter activity. There doesn't seem any risk of loss of
actual user data, but an empty page could possibly be left corrupt if a
crash occurs before the correct data gets written out. Pointed out by
Alvaro Herrera.
2005-09-22 17:32:58 +00:00
4f915cd377
This patch cleans up the access to members of ItemIdData.
...
It uses existing macros instead of touching directly.
ITAGAKI Takahiro
2005-09-22 16:46:00 +00:00
62da04f8e3
Add:
...
>
> o Allow COPY to output from views
>
2005-09-22 16:01:59 +00:00
d7a06c2ac8
Fix psql \x by removing puts().
...
Greg Sabino Mullane
2005-09-22 15:51:51 +00:00
a3b9c6988d
Suppress port number for unix domain sockets in log connect/disconnect
...
messages.
2005-09-22 15:33:36 +00:00
d7bb412e9c
Remove some dead code.
2005-09-22 15:09:51 +00:00
1128f55659
Fix postgresql.conf lexer to accept doubled single quotes in literal
...
strings. This is consistent with SQL conventions, and since Bruce
already changed initdb in a way that assumed it worked like this, seems
we'd better make it work like this.
2005-09-21 20:33:34 +00:00
dbf952860e
Suppress database dump item when --table and/or --schema switch was
...
given, per gripe from Michael Fuhr.
2005-09-21 19:58:02 +00:00
bc9d4ec9a1
optimize_minmax_aggregates() neglected to check for inherited tables.
...
Per report from Cesar Paipilla.
2005-09-21 19:15:27 +00:00
99bb9c551e
Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK"
...
by properly updating transaction state after AUTOCOMMIT.
2005-09-20 21:43:08 +00:00
8d86982a11
Merge items:
...
< This would be beneficial when there are few distinct values.
> This would be beneficial when there are few distinct values. This is
> already used by GROUP BY.
946d946
< * Allow DISTINCT to use hashing like GROUP BY
2005-09-20 20:51:30 +00:00
b7159824e6
Return proper value for psql -f filename failure if filename open fails.
...
Backpatch to 8.0.X.
2005-09-20 18:59:02 +00:00
408c140266
autovacuum setting false -> off, for consistency
2005-09-20 02:38:35 +00:00
a34ec0ab4a
Fix typo:
...
< * Allow WAL traffic to be steamed to another server for stand-by
> * Allow WAL traffic to be streamed to another server for stand-by
2005-09-20 02:21:29 +00:00
7caaf8a022
Add:
...
> * Allow DISTINCT to use hashing like GROUP BY
2005-09-20 02:16:41 +00:00
519d848eb5
Update profile file location.
2005-09-20 01:28:14 +00:00