0b52062265
This patch makes some improvements and adds some additional detail
...
to the documentation on routine database maintainence activities.
I also corrected a bunch of SGML markup.
2003-12-14 00:10:32 +00:00
e24018728c
This patch makes some SGML markup more consistent and makes a small
...
improvement to the SSL auth docs.
2003-12-14 00:05:29 +00:00
7fb5a9992c
This patch makes some SGML markup more consistent and makes a small
...
improvement to the SSL auth docs.
2003-12-13 23:59:07 +00:00
36b0595d5e
Add /usr/local/sgml/docbook-dsssl to the default search patch for
...
docbook style sheets, as discussed with Peter.
2003-12-13 20:25:18 +00:00
62f92ff32d
SGML doc build instructions --- no more DTDDECL, fix double dash in path name.
2003-12-13 20:09:15 +00:00
306a779671
Add fadvise TODO.detail.
2003-12-13 20:02:16 +00:00
664be84a63
Update TODO.detail syntax:
...
< * Add free-behind capability for large sequential scans (fadvise)
> * Add free-behind capability for large sequential scans [fadvise]
2003-12-13 20:02:01 +00:00
9878fe2ae5
Add Czech language FAQ's
...
Pavel Stehule
2003-12-13 16:56:00 +00:00
2afacfc403
This patch properly sets the prototype for the on_shmem_exit and
...
on_proc_exit functions, and adjust all other related code to use
the proper types too.
by Kurt Roeckx
2003-12-12 18:45:10 +00:00
7ac2f11c14
add missing SQLState by Patrick Higgins
2003-12-12 18:36:20 +00:00
605c1e6df0
cancel row updates sets values to null by Kris Jurka
2003-12-12 18:34:14 +00:00
06ec9044b5
patch to indicate why test cases failed from Oliver Jowett
2003-12-12 18:30:27 +00:00
8727029969
patch to fix returning he information schema as a system object by Kris Jurka
2003-12-12 18:27:51 +00:00
777acbb345
fix casting pooled connections to PGStatement problem patch by JariP
2003-12-12 18:05:34 +00:00
ef6a80431f
patch to build under jdk1.1 from Richard Scranton
2003-12-12 17:58:34 +00:00
4bb71ef519
binary stream patch by Kris Jurka fixes empty stream failure
2003-12-12 00:26:20 +00:00
f9d3ed65c4
metadata encoding patch from Kris Jurka
2003-12-12 00:21:36 +00:00
42610b1b8a
Fix for vpath build
2003-12-11 22:10:51 +00:00
3a613816a0
New translation
2003-12-11 22:03:05 +00:00
f288877f10
Fix thinko in comment.
2003-12-11 21:21:55 +00:00
d87e109b88
Make some wording consistent with DROP OPERATOR description.
2003-12-11 20:13:53 +00:00
60425f39c3
Fix instructions how to shut down postmaster.
2003-12-11 19:56:54 +00:00
742ca2e057
build number set to 300 to avoid conflict with 7.4 builds
...
threadsafe patch from Karl von Randow applied
2003-12-11 18:10:40 +00:00
fc1dc0cd33
patch to deal with unique foreign keys in 7.4 from Kris Jurka
2003-12-11 15:50:20 +00:00
6ae740dbd8
tch to make sure PSQLState is Serializable and a test case to prove it
2003-12-11 15:13:34 +00:00
e77708d9be
patch to make sure PSQLState is Serializable and a test case to prove it
2003-12-11 15:11:43 +00:00
67173060e6
incremented build to 211
2003-12-10 18:30:44 +00:00
565dc5d1ae
Fix integer types to use definition from c.h. Per bug report by Patrick Boulay <patrick.boulay@medrium.com>
2003-12-10 15:54:58 +00:00
2d83e7c73c
query_tree_mutator should copy RangeTblEntry nodes even when it's not
...
planning to modify them itself. Otherwise we end up with shared RTE
substructure, which breaks inheritance_planner because the rte->inh
flag needs to be independent in each copied subquery. Per bug report
from Chris Piker.
2003-12-09 01:56:20 +00:00
ee719299e4
Minor autovacuum fixes from Matthew O'Connor.
2003-12-08 21:54:00 +00:00
1b5a2dbdff
Add fflush() before sleeping, per Matthew O'Connor.
2003-12-08 21:51:31 +00:00
b281ea8cf1
Whole-row references were broken for subqueries and functions, because
...
attr_needed/attr_widths optimization failed to allow for Vars with attno
zero in this case. Per report from Tatsuo Ishii.
2003-12-08 18:19:58 +00:00
918b158743
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
...
order. Remove some unnecessary #includes (that duplicate c.h).
2003-12-08 16:39:05 +00:00
de097903ad
Done:
...
< * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
> * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
263c263
< * Allow pg_dump to dump CREATE CONVERSION (Christopher)
> * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
2003-12-08 13:04:14 +00:00
9c26980f58
Replace unportable and overflow-prone use of 'long long' with safer
...
'double' arithmetic, per recent discussion.
2003-12-07 19:55:58 +00:00
80af69ceaa
Remove test on c.relkind from check_constraints view; unnecessary and
...
prevents view from showing constraints on domains. This addresses the
other half of Claus Colloseus' bug report.
2003-12-07 19:43:02 +00:00
d9d72bcb91
Fix typmod interpretation for bit types. (It was erroneously assumed that
...
for bit(x), the typmod stores x+4, like for the character types.)
2003-12-07 10:21:58 +00:00
649c1a11e6
One more pass at reducing the cost of pg_dump's new implementation:
...
reduce the number of times TopoSort() has to be executed by trying to
extract multiple dependency loops from each pass, instead of only one.
This saves about another factor of ten on the regression database.
This could be considered as another exercise in grokking Fred Brooks'
maxim: Representation *is* the essence of programming.
2003-12-07 05:44:50 +00:00
53e7c1363a
Repair indexed bytea like operations, and related selectivity
...
functionality. Per bug report by Alvar Freude:
http://archives.postgresql.org/pgsql-bugs/2003-12/msg00022.php
2003-12-07 04:14:10 +00:00
7bb11a93e1
Speed up findObjectByCatalogId() to get rid of the other salient
...
bottleneck in the new pg_dump code.
2003-12-07 03:14:01 +00:00
f8495a6b63
Done:
...
> * -Use dependency information to dump data in proper order
2003-12-07 00:54:05 +00:00
f0943278c1
Documentation update for previously committed changes: read-only GUC variables
...
and pg_settings view.
2003-12-06 23:10:23 +00:00
79273cc7d2
Replace not-very-bright implementation of topological sort with a better
...
one (use a priority heap to keep track of items ready to output, instead
of searching the input array each time). This brings the runtime of
pg_dump back to about what it was in 7.4.
2003-12-06 22:55:11 +00:00
005a1217fb
Massive overhaul of pg_dump: make use of dependency information from
...
pg_depend to determine a safe dump order. Defaults and check constraints
can be emitted either as part of a table or domain definition, or
separately if that's needed to break a dependency loop. Lots of old
half-baked code for controlling dump order removed.
2003-12-06 03:00:16 +00:00
a5ffa8fea4
Guard against bug in Solaris' bsearch(), per Michael Wildpaner.
2003-12-05 15:50:31 +00:00
a5a68766e1
One more fix confusion
2003-12-05 15:37:51 +00:00
8f678600c2
Avoid confusion start_parse_str function with tsearch V1
2003-12-05 14:27:42 +00:00
59b1a23028
Markup improvements
2003-12-04 21:24:56 +00:00
6de3fe3c0d
Avoid conflict strndup with glibc
2003-12-04 12:21:11 +00:00
461b71f208
catversion change needed by previous read-onlu GUC variables commit.
2003-12-03 18:53:52 +00:00