Bruce Momjian
832e6df893
Remove blank line in Makefile.
22 years ago
Bruce Momjian
66cb7e2e99
Add HISTORY/INSTALL clean target to 7.4.X.
22 years ago
Neil Conway
47110ace3a
Add documentation for the recent 'ALSO' patch for CREATE RULE. Along
...
the way, fix a typo and make a few SGML cleanups.
22 years ago
Neil Conway
80ec228389
Refer to GUC variables using <xref> tags rather than <varname> tags,
...
where appropriate. Add "id" and "xreflabel" tags to the descriptions
of the GUC variables to facilitate this. Also make a few minor docs
cleanups.
22 years ago
Bruce Momjian
943eae92fb
Add ALSO keyword to CREATE RULE.
...
Fabien COELHO
22 years ago
Bruce Momjian
96ef6682e3
Done:
...
> * -Allow log lines to include session-level information, like database and user
22 years ago
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
22 years ago
Bruce Momjian
e0bed412a2
Have SGML make clean remove text files output as well
22 years ago
Bruce Momjian
fb5eb6ac87
Update German FAQ.
...
Ian Barwick
22 years ago
Tom Lane
0bdce30f6b
Some editorial work on 7.4.2 release notes.
22 years ago
Michael Meskes
9e5a091f02
Added multidimensional arrays as todo for ecpg.
22 years ago
Neil Conway
5ae38167cf
Improve discussion of using OIDs for identifying rows, fix an instance of
...
incorrect SGML markup.
22 years ago
Neil Conway
cb659ecb40
Explicitely mention that some GUC variables cannot be changed at
...
runtime.
22 years ago
Neil Conway
ab8faed00d
Editorialization of some text discussing 'IS NULL' vs. '= NULL'.
22 years ago
Bruce Momjian
565b4f2de5
Use lynx -stdin and regenerate HISTORY
22 years ago
Tom Lane
96c229dd7a
Improve documentation of virtual_host parameter: old text failed to
...
indicate that you could specify multiple listen addresses.
22 years ago
Bruce Momjian
ff47b8518e
First update of release notes for 7.4.2. Still needs work.
22 years ago
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.
22 years ago
Bruce Momjian
8fc7522cad
Use '-' for stdin on lynx, my lynx version doesn't support -stdin.
22 years ago
Bruce Momjian
aef037723f
Update Polish FAQ, from Marcin Mazurek.
22 years ago
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
22 years ago
Bruce Momjian
033e37bed1
Fix for underscore in ID sgml markup.
22 years ago
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
22 years ago
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.
22 years ago
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>.
22 years ago
Bruce Momjian
f503b6a821
Better document INSTEAD behavior for rules.
22 years ago
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.
22 years ago
Bruce Momjian
6008fca4d9
Remove Jan:
...
< o Add PL/PHP (Joe, Jan)
> o Add PL/PHP (Joe)
22 years ago
Bruce Momjian
58c69eab00
Add:
...
> o Add way to remove cluster specification on a table
22 years ago
Bruce Momjian
49032ca765
Update Turkish FAQ, Devrim GUNDUZ
22 years ago
Tom Lane
340d44686b
Update release notes for 7.3.6.
22 years ago
Tom Lane
3811d7a08f
Replace unportable use of /dev/stdin with lynx's -stdin switch.
22 years ago
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.
22 years ago
Neil Conway
4a43b24cec
Enable some additional warnings when running openjade and onsgmls.
22 years ago
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.
22 years ago
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.
22 years ago
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.
22 years ago
Bruce Momjian
2f17547c67
Update plpython docs to mention shared libs are possible in 2.3 or
...
later.
22 years ago
Bruce Momjian
23168fb3bf
Update the pl/python shared build docs to match the recent version of
...
python.
22 years ago
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.
22 years ago
Neil Conway
45f5eba90b
Document the family() function (added during the 7.4 dev cycle but not
...
documented), and fix a typo.
22 years ago
Bruce Momjian
0d02533943
Add:
...
> * Have psql show more information about sequences
22 years ago
Bruce Momjian
e53c56d34a
Add:
...
> * Allow external interfaces to extend the GUC variable set
22 years ago
Bruce Momjian
5e4b9d1ef0
Add to PL/java description.
22 years ago
Bruce Momjian
2e3d5f1160
Update:
...
< * Add GUC variable to prevent waiting on locks
> * Add NO WAIT option to various SQL commands
22 years ago
Neil Conway
afcc6fbb60
Remove a caveat from the "backup" documentation: pg_dump now does a
...
better job of handling dependencies between database objects.
22 years ago
Bruce Momjian
0128c17c93
Done:
...
> * -Change CVS ID to PostgreSQL
22 years ago
Bruce Momjian
e170701712
Add:
...
> o Allow the schema of objects to be changed
22 years ago
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.
22 years ago
Tom Lane
d46b1f904e
Minor editorializing on cost-based vacuum description.
22 years ago