Peter Eisentraut
f4451a9e59
Added port report
21 years ago
Peter Eisentraut
ed244968c0
Added port report
21 years ago
Bruce Momjian
4abfc20f09
Reorder IRC examples.
21 years ago
Peter Eisentraut
e514da649e
Start filling in the supported platforms list with build farm information.
21 years ago
Tom Lane
29a26b25ba
Fix several mistaken xreflabel entries, including those spotted by
...
Michael Fuhr.
21 years ago
Bruce Momjian
510a47a91e
Properl format HTML in developer's FAQ.
21 years ago
Bruce Momjian
2254d4ef1b
Back out ARRAY() patch.
21 years ago
Tom Lane
59ce952a89
Improve description of --disable-rpath workaround for regression test
...
problems.
21 years ago
Bruce Momjian
c1233c849b
>>This patch adds another plpgsql trigger example to the chapter. It uses
...
>>the emp table again, but shows how to audit changes into another table
>>(emp_audit).
Mark Kirkwood
21 years ago
Bruce Momjian
4aa09c5762
Typo fixes.
21 years ago
Bruce Momjian
e5615c42a7
Fix typo.
21 years ago
Bruce Momjian
b5a6e26f3a
Merge pgadmin paragraph.
21 years ago
Bruce Momjian
6b16aaa065
First version of external projects manual section.
21 years ago
Bruce Momjian
e5fddaa819
Remove doc changes that were in process during previous commit.
21 years ago
Bruce Momjian
08e0b34bad
Back out fix for Unicode characters above 0x10000
21 years ago
Bruce Momjian
4af2ea329b
Add documention on ARRAY() function.
...
David Fetter
21 years ago
Bruce Momjian
020cf90900
Add mention of using --disable-rpath with regression test.
21 years ago
Tom Lane
e9c03c3b1b
Disallow the combination VACUUM FULL FREEZE for safety's sake, for the
...
reasons I outlined in pghackers a few days ago.
Also, undo someone's overly optimistic decision to reduce tuple state
checks from if (...) elog() to Asserts. If I trusted this code more,
I might think it was a good idea to disable these checks in production
installations. But I don't.
21 years ago
Bruce Momjian
22c21bab92
Wording improvement.
21 years ago
Bruce Momjian
91cf5ef550
Document that btrim()'s second parameter is optional, and defaults to spaces.
21 years ago
Bruce Momjian
40b6d68951
Update Brazilian FAQ.
...
Euler Taveira de Oliveira
21 years ago
Bruce Momjian
8408f65252
Rework libpq threaded SIGPIPE handling to avoid interference with
...
calling applications. This is done by blocking sigpipe in the libpq
thread and using sigpending/sigwait to possibily discard any sigpipe we
generated.
21 years ago
Neil Conway
64b5789497
This is a little patch to correct the documentation on CVS. The URL for
...
downloading CVS at cyclic.com site is long defunct, and I changed the text
to not overtly recommend CVS 1.10, a now fairly old version.
Jon Jensen
21 years ago
Bruce Momjian
ec2fce1880
Update Japanese FAQ.
...
Jun Kuwamura
21 years ago
Bruce Momjian
eebece7d0d
Update French FAQ.
...
Guillaume LELARGE
21 years ago
Tom Lane
4828445d3c
Clarify documentation of age() functions.
21 years ago
Tom Lane
5374d097de
Change planner to use the current true disk file size as its estimate of
...
a relation's number of blocks, rather than the possibly-obsolete value
in pg_class.relpages. Scale the value in pg_class.reltuples correspondingly
to arrive at a hopefully more accurate number of rows. When pg_class
contains 0/0, estimate a tuple width from the column datatypes and divide
that into current file size to estimate number of rows. This improved
methodology allows us to jettison the ancient hacks that put bogus default
values into pg_class when a table is first created. Also, per a suggestion
from Simon, make VACUUM (but not VACUUM FULL or ANALYZE) adjust the value
it puts into pg_class.reltuples to try to represent the mean tuple density
instead of the minimal density that actually prevails just after VACUUM.
These changes alter the plans selected for certain regression tests, so
update the expected files accordingly. (I removed join_1.out because
it's not clear if it still applies; we can add back any variant versions
as they are shown to be needed.)
21 years ago
Bruce Momjian
7f20a59201
Update with Gavin's additions.
21 years ago
Bruce Momjian
f02a21b19b
Update Turkish FAQ.
...
Devrim GUNDUZ
21 years ago
Bruce Momjian
b2fcef64af
Update Turkish FAQ.
...
Devrim GUNDUZ
21 years ago
Bruce Momjian
86c8cc6d22
Typo fixes.
...
Euler Taveira de Oliveira
21 years ago
Bruce Momjian
2ba6cbc358
Mega-clarifications from Joachim Wieland.
21 years ago
Peter Eisentraut
a420b76ca5
Correctly name the Windows operating systems
21 years ago
Peter Eisentraut
49cbef7947
Update of conformance information to SQL:2003
...
by Troels Arvin, Simon Riggs, Elein Mustain
Make spelling of SQL standard names uniform.
21 years ago
Bruce Momjian
77ab4761ad
Add web development faq item.
21 years ago
Bruce Momjian
df21a52950
Add mention of Cygwin. Update version number.
21 years ago
Peter Eisentraut
fab33917f4
Clean files generated by htmlhelp target.
21 years ago
Peter Eisentraut
a4cf1ba6a1
Add htmlhelp stylesheet and build target.
21 years ago
Neil Conway
90f6f4b4b4
Fix typo in release notes. Michael Fuhr.
21 years ago
Tom Lane
de8113fcdb
Update release notes for recent changes; also minor editorialization.
21 years ago
Tom Lane
35f4994133
Fix plperl and pltcl error handling per my previous proposal. SPI
...
operations are now run as subtransactions, so that errors in them
can be reported as ordinary Perl or Tcl errors and caught by the
normal error handling convention of those languages. Also do some
minor code cleanup in pltcl.c: extract a large chunk of duplicated
code in pltcl_SPI_execute and pltcl_SPI_execute_plan into a shared
subroutine.
21 years ago
Bruce Momjian
a3b663dfea
Fix typo.
21 years ago
Tom Lane
19dacd4492
Fix typo, per Bruno Wolff.
21 years ago
Tom Lane
88969ea11a
Fix incorrect documentation of plperl's method for accessing the number
...
of rows processed by a SPI query (David Fetter); also some other minor
editorial cleanup (Tom Lane).
21 years ago
Tom Lane
b9d8ea278b
Some further editorial adjustment of PITR recovery procedure description.
21 years ago
Neil Conway
a51e54cf5b
Document a limitation of COPY's new CSV mode. Doc patch from Andrew
...
Dunstan, editorializing by Neil Conway.
21 years ago
Tom Lane
2bb3bcfcf9
Trivial wording improvement.
21 years ago
Neil Conway
23185085b9
Add index entries for all GUC configuration parameters.
21 years ago
Neil Conway
ec7a6bd9a2
Replace "--" and "---" with "—" as appropriate, for better-looking
...
output.
21 years ago
Neil Conway
db1531f6d8
Fix typo, other minor improvements.
21 years ago