Bruce Momjian
96ef6682e3
Done:
...
> * -Allow log lines to include session-level information, like database and user
2004-03-09 04:45:48 +00:00
Bruce Momjian
2d3fe86bc4
Add:
...
#log_line_prefix = '' # e.g. '<%u%%%d> '
# %u=user name %d=database name
# %r=remote host and port
# %p=PID %t=timestamp %i=command tag
# %c=session id %l=session line number
# %s=session start timestamp
# %x=stop here in non-session processes
# %%='%'
Andrew Dunstan
2004-03-09 04:43:07 +00:00
Bruce Momjian
e0bed412a2
Have SGML make clean remove text files output as well
2004-03-08 23:59:23 +00:00
Bruce Momjian
fb5eb6ac87
Update German FAQ.
...
Ian Barwick
2004-03-08 17:38:31 +00:00
Tom Lane
0bdce30f6b
Some editorial work on 7.4.2 release notes.
2004-03-07 22:07:56 +00:00
Michael Meskes
9e5a091f02
Added multidimensional arrays as todo for ecpg.
2004-03-07 14:35:47 +00:00
Neil Conway
5ae38167cf
Improve discussion of using OIDs for identifying rows, fix an instance of
...
incorrect SGML markup.
2004-03-07 04:31:01 +00:00
Neil Conway
cb659ecb40
Explicitely mention that some GUC variables cannot be changed at
...
runtime.
2004-03-07 01:02:55 +00:00
Neil Conway
ab8faed00d
Editorialization of some text discussing 'IS NULL' vs. '= NULL'.
2004-03-07 01:01:44 +00:00
Bruce Momjian
565b4f2de5
Use lynx -stdin and regenerate HISTORY
2004-03-06 02:52:46 +00:00
Tom Lane
96c229dd7a
Improve documentation of virtual_host parameter: old text failed to
...
indicate that you could specify multiple listen addresses.
2004-03-05 23:16:17 +00:00
Bruce Momjian
ff47b8518e
First update of release notes for 7.4.2. Still needs work.
2004-03-05 19:51:56 +00:00
Bruce Momjian
39042637dd
Oops, '-' doesn't work for my lynx either.
...
Change back to /dev/stdin, even though it isn't portable. Let's wait for
someone to complain they don't have /dev/stdin.
2004-03-05 19:50:55 +00:00
Bruce Momjian
8fc7522cad
Use '-' for stdin on lynx, my lynx version doesn't support -stdin.
2004-03-05 19:48:03 +00:00
Bruce Momjian
aef037723f
Update Polish FAQ, from Marcin Mazurek.
2004-03-05 19:29:23 +00:00
Bruce Momjian
1973971821
Per a brief conversation with Tom, I've created a patch for adding
...
support for 'week' within the date_trunc function.
Within the patch I added a couple of test cases and associated target
output, and changed the documentation to add 'week' appropriately.
Robert Creager
2004-03-05 02:41:14 +00:00
Bruce Momjian
033e37bed1
Fix for underscore in ID sgml markup.
2004-03-05 01:00:45 +00:00
Bruce Momjian
65a0db19f4
Add new SPI functions for use by PL/Java:
...
+extern Oid SPI_getargtypeid(void *plan, int argIndex);
+extern int SPI_getargcount(void *plan);
+extern bool SPI_is_cursor_plan(void *plan);
Thomas Hallgren
2004-03-05 00:47:01 +00:00
Neil Conway
2146bfc869
Emit a warning when an empty string is input to the oid, float4, and
...
float8 types. This begins the deprecation of this feature: in 7.6,
this input will be rejected.
Also added a new error code for warnings about deprecated features,
and updated the regression tests.
2004-03-04 21:47:18 +00:00
Dennis Bjorklund
0b1f7cccd7
The trim function doc did not say that the second argument could be
...
be omitted. This patch fixes that. It also fixes a bug where the
type text was not wrapped as <type>text</type>.
2004-03-04 20:09:29 +00:00
Bruce Momjian
f503b6a821
Better document INSTEAD behavior for rules.
2004-03-04 14:32:12 +00:00
Neil Conway
c934cf1e96
Add a few more cross-references where appropriate, add more text about
...
the FROM clause and an example to the UPDATE reference page, and make
a few other SGML tweaks.
2004-03-03 22:22:24 +00:00
Bruce Momjian
6008fca4d9
Remove Jan:
...
< o Add PL/PHP (Joe, Jan)
> o Add PL/PHP (Joe)
2004-03-03 14:26:48 +00:00
Bruce Momjian
58c69eab00
Add:
...
> o Add way to remove cluster specification on a table
2004-03-03 05:16:53 +00:00
Bruce Momjian
49032ca765
Update Turkish FAQ, Devrim GUNDUZ
2004-03-02 15:46:22 +00:00
Tom Lane
340d44686b
Update release notes for 7.3.6.
2004-03-02 00:38:46 +00:00
Tom Lane
3811d7a08f
Replace unportable use of /dev/stdin with lynx's -stdin switch.
2004-03-02 00:03:02 +00:00
Neil Conway
1a6a27650d
Add a few more xrefs, where they seemed appropriate: for example, refer
...
to the discussion of planner statistics in the documentation for the
default_statistics_target GUC var.
2004-03-01 17:58:39 +00:00
Neil Conway
4a43b24cec
Enable some additional warnings when running openjade and onsgmls.
2004-03-01 16:08:58 +00:00
Neil Conway
e3f27c1847
Fix a typo in a recent commit to func.sgml that apparently broke the doc
...
build for some versions of OpenJade (unfortunately, my local version of
OpenJade didn't report the error...) -- thanks to Andrew Dunstan for
the report.
2004-02-29 15:45:53 +00:00
Neil Conway
fd015c5c99
Fix a bunch (~88) typos that the OpenJade tools don't warn about by
...
default: some SGML tags weren't properly terminated.
2004-02-29 15:36:46 +00:00
Neil Conway
f46a80c362
Fix a few omissions in the initcap() documentation & source code
...
comments, make some unrelated improvements to the functions
documentation, and perform some minor consistency cleanup
elsewhere. Original initcap() change from Dennis B., additional
changes by Neil C.
2004-02-27 03:59:23 +00:00
Bruce Momjian
2f17547c67
Update plpython docs to mention shared libs are possible in 2.3 or
...
later.
2004-02-27 01:23:18 +00:00
Bruce Momjian
23168fb3bf
Update the pl/python shared build docs to match the recent version of
...
python.
2004-02-26 02:09:40 +00:00
Tom Lane
f83356c7f5
Do a direct probe during postmaster startup to determine the maximum
...
number of openable files and the number already opened. This eliminates
depending on sysconf(_SC_OPEN_MAX), and allows much saner behavior on
platforms where open-file slots are used up by semaphores.
2004-02-23 20:45:59 +00:00
Neil Conway
45f5eba90b
Document the family() function (added during the 7.4 dev cycle but not
...
documented), and fix a typo.
2004-02-22 04:14:06 +00:00
Bruce Momjian
0d02533943
Add:
...
> * Have psql show more information about sequences
2004-02-20 20:37:11 +00:00
Bruce Momjian
e53c56d34a
Add:
...
> * Allow external interfaces to extend the GUC variable set
2004-02-20 18:45:35 +00:00
Bruce Momjian
5e4b9d1ef0
Add to PL/java description.
2004-02-20 18:31:03 +00:00
Bruce Momjian
2e3d5f1160
Update:
...
< * Add GUC variable to prevent waiting on locks
> * Add NO WAIT option to various SQL commands
2004-02-18 21:42:22 +00:00
Neil Conway
afcc6fbb60
Remove a caveat from the "backup" documentation: pg_dump now does a
...
better job of handling dependencies between database objects.
2004-02-17 23:56:07 +00:00
Bruce Momjian
0128c17c93
Done:
...
> * -Change CVS ID to PostgreSQL
2004-02-17 15:46:44 +00:00
Bruce Momjian
e170701712
Add:
...
> o Allow the schema of objects to be changed
2004-02-17 15:37:48 +00:00
Neil Conway
9c8d5f0be1
Add a few more <xref> tags to the SGML docs, where appropriate. Original
...
patch from Michael Glaesemann, additional changes by Neil Conway.
2004-02-17 09:07:16 +00:00
Tom Lane
d46b1f904e
Minor editorializing on cost-based vacuum description.
2004-02-17 07:36:47 +00:00
Neil Conway
ee33fe889e
Significant improvements to the documentation for the new cost-based
...
vacuum delay feature, including updating the docs for Tom's recent
improvements. There is still more work to be done here: for example,
adding some more information on the practical use of cost-based
vacuum delay to the "maintenance" section would probably be a good
idea.
2004-02-17 06:28:05 +00:00
Neil Conway
11acc1ffd6
Fix a minor SGML markup infelicity in recently-applied log_disconnections
...
patch.
2004-02-17 05:45:17 +00:00
Bruce Momjian
c53611e3e7
This patch brings up to date what I did last year (now unfortunately
...
bitrotted) to allow the logging of the end of a session, enabled by
the config setting "log_disconnections".
Andrew Dunstan
2004-02-17 03:54:57 +00:00
Neil Conway
6dfb2b2517
Minor SGML markup improvements.
2004-02-17 02:53:03 +00:00
Tom Lane
f0c9397f80
First steps towards statistics on expressional (nee functional) indexes.
...
This commit teaches ANALYZE to store such stats in pg_statistic, but
nothing is done yet about teaching the planner to use 'em.
Also, repair longstanding oversight in separate ANALYZE command: it
updated the pg_class.relpages and reltuples counts for the table proper,
but not for indexes.
2004-02-15 21:01:39 +00:00