Bruce Momjian
bb63dacee3
Added:
...
> o Allow psql \copy to specify column names
24 years ago
Peter Eisentraut
0cd5ce6b11
Compute version number for docs on the fly.
24 years ago
Peter Eisentraut
08028faa22
Handle indentation of verbatim environments in HTML output via CSS.
24 years ago
Peter Eisentraut
af514dca9e
Fix linking problem.
24 years ago
Peter Eisentraut
10f41b2b80
Replace &version; by appropriate version.
24 years ago
Peter Eisentraut
c086590380
Assorted reference page updates
24 years ago
Bruce Momjian
3379f7b9e0
Update FAQ.
24 years ago
Bruce Momjian
e350d3d988
Update Russian FAQ.
24 years ago
Bruce Momjian
1aa4a37f6a
Add replication, encryption, and cross database FAQ items.
24 years ago
Bruce Momjian
6a7bb0afbc
Prevent tv_sec from becoming negative in connection timeout code.
24 years ago
Bruce Momjian
c2311337f0
Update:
...
> * -Add pg_backend_pid() function to backend
24 years ago
Bruce Momjian
52f6918c28
Update IN/EXISTS item.
24 years ago
Bruce Momjian
5aa7849e1b
set.patch updates an example in ref/set.sgml to have microsecond
...
precision.
vacuum.patch updates ref/vacuum.sgml to explicitly state that an
exclusive lock is not obtained during normal (non-FULL) vacuum.
Rod Taylor
24 years ago
Bruce Momjian
33a6b67b51
> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not
...
> > > > found in the postmaster and not included from elsewhere)
> >
> > shared libs on AIX need to be able to resolve all symbols at linkage time.
> > Those two symbols are in backend/utils/SUBSYS.o but not in the postgres
> > executable.
>
> They are defined in backend/utils/mb/conv.c and declared in
> include/mb/pg_wchar.h. They're also linked into the
> postmaster. I don't see anything unusual.
Attached is a patch to fix the mb linking problems on AIX. As a nice side effect
it reduces the duplicate symbol warnings to linking libpq.so and libecpg.so
(all shlibs that are not postmaster loadable modules).
Please apply to current (only affects AIX).
The _LARGE_FILES problem is unfortunately still open, unless Peter
has fixed it per his recent idea.
Zeugswetter Andreas SB SD
24 years ago
Bruce Momjian
d015dcbe4e
Have SET not start transaction when autocommit off, with doc updates.
24 years ago
Bruce Momjian
eb949720ad
Add:
...
> o Allow SHOW of non-modifiable variables, like pg_controldata
24 years ago
Bruce Momjian
fb5e61fd2d
Fix markup error.
24 years ago
Bruce Momjian
a32df55730
Add:
...
> * Add now("transaction|statement|clock") functionality
24 years ago
Bruce Momjian
0c88e38eda
Add more documentation about CURRENT_TIMESTAMP.
...
Also, code < and > as </> for cleaner SGML.
24 years ago
Bruce Momjian
82df2dd732
Update:
...
> * Allow sorting, temp files, temp tables to use multiple work directories
24 years ago
Tom Lane
916d8164df
Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks
...
ago.
24 years ago
Tom Lane
d2db166c75
Require superuser privilege to create a binary-compatible cast, per
...
discussion some weeks ago. Also, add a check that two types to be
binary-equivalenced match as to typlen, typbyval, and typalign; if
they don't then it's surely a mistake to equivalence them.
24 years ago
Bruce Momjian
04c57d68ce
Update wording for temp files:
...
> * Allow sorting/temp files to use multiple work directories
24 years ago
Bruce Momjian
54670bd504
Add:
...
> * Allow sorting to use multiple work directories
24 years ago
Bruce Momjian
53c5edace8
Add:
...
> * Add floor(float8) and other missing functions
24 years ago
Bruce Momjian
eb978845e4
Add auto-vacuum emails.
24 years ago
Bruce Momjian
2609ccc34b
Add:
...
< * Provide automatic running of vacuum in the background (Tom)
> * Provide automatic running of vacuum in the background (Tom) [vacuum]
24 years ago
Bruce Momjian
fb0b0a25dc
Add:
...
> * Check GUC geqo_threshold to see if it is still accurate
24 years ago
Bruce Momjian
50869ef839
Add:
...
> * Add schema, cast, and conversion backslash commands to psql
24 years ago
Bruce Momjian
04287daa83
Add wording so people know PANIC is really "off" for log_min_error_statement.
24 years ago
Tom Lane
71e74a2f58
Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to
...
be able to do that, but the ability seems to have got lost in the
shuffle). Add a -o nextOID switch for completeness. Improve the
documentation to explain how and why to use these switches.
24 years ago
Bruce Momjian
c74c7e604c
Turn GUC log_min_error_statement off by default by setting it to PANIC.
24 years ago
Barry Lind
5aa14def55
Applied doc patch to jdbc doc which documents support for datasources
...
patch submitted by ammulder@alumni.princeton.edu
Modified Files:
jdbc.sgml
24 years ago
Bruce Momjian
04957acd91
Update FAQ for 7.2.3 version.
24 years ago
Bruce Momjian
fbc48fac11
Update HISTORY/release.sgml for 7.2.3.
24 years ago
Bruce Momjian
dcc59f8ed6
Simplify SSL certificate instructions.
24 years ago
Bruce Momjian
15b95cf872
Allow SSL to work withouth client-side certificate infrastructure.
24 years ago
Peter Eisentraut
c889c9c901
Enhance the description of user and database management. Reduce the
...
number of forward references in the admin guide.
24 years ago
Bruce Momjian
a6c00af4c8
Make PL/pgSQL capitalization consistent.
24 years ago
Tom Lane
c6367df506
Change default privileges for languages and functions to be PUBLIC USAGE
...
and PUBLIC EXECUTE, respectively. Per discussion about easing updates
from prior versions.
24 years ago
Tom Lane
e92bec2844
Update some obsolete comments and column descriptions.
24 years ago
Peter Eisentraut
8c3ab663ab
Tweak conversion names to follow the established naming scheme, and
...
document that scheme.
24 years ago
Tom Lane
44f68fc7bd
Fix broken markup.
24 years ago
Peter Eisentraut
0d3be98ae9
Move PyGreSQL usage documentation from README into DocBook. Some other
...
editing.
24 years ago
Bruce Momjian
245b3d7d5c
Add:
...
> * Add start time to pg_stat_activity
24 years ago
Bruce Momjian
8ffec958bc
Add win32 rename discussion to archives.
24 years ago
Bruce Momjian
909a8377db
The valid return value should be MODIFY instead of MODIFIED.
...
The error message said so :-)
In 25.3. Using PL/Python
If the trigger "when" is BEFORE, you may return None or "OK"
from the Python function to indicate the tuple is unmodified, "SKIP"
to abort the event, or "MODIFIED" to indicate you've modified the tuple.
should read
If the trigger "when" is BEFORE, you may return None or "OK"
from the Python function to indicate the tuple is unmodified, "SKIP"
to abort the event, or "MODIFY" to indicate you've modified the tuple.
elein
24 years ago
Bruce Momjian
2816141978
Nothing.
24 years ago
Tom Lane
286fb25243
Make \dS work more like it used to, viz, show only system objects.
24 years ago
Tom Lane
c328b6dd8b
Replace pg_attribute.attisinherited with attislocal and attinhcount
...
columns, to allow more correct behavior in multiple-inheritance cases.
Patch by Alvaro Herrera, review by Tom Lane.
24 years ago