Tom Lane
49b35eb14b
Disallow LOAD to non-superusers. Per report from John Heasman.
2005-01-24 17:46:29 +00:00
Tom Lane
f50e08a998
Fix memory leak in rtdosplit, per report from Clive Page.
2005-01-24 02:47:52 +00:00
Neil Conway
8e423d32cd
pg_autovacuum fixes from Dave Page:
...
- Dependency services may not be correctly registered when installing as
a Windows Service.
- The sleep time is changed from milliseconds to seconds as it should
be.
- Error messages during service installation/removal are logged to
stderr.
2005-01-24 00:14:23 +00:00
Tom Lane
5b7a866b98
The result of a FULL or RIGHT join can't be assumed to be sorted by the
...
left input's sorting, because null rows may be inserted at various points.
Per report from Ferenc Lutischá¸n.
2005-01-23 02:22:34 +00:00
Bruce Momjian
3a4589056d
Add tools/find_gt_lt to find < and > in SGML source.
...
Lowercase some uppercase tags so tools is more reliable at finding
problems.
2005-01-23 00:38:05 +00:00
Tom Lane
cb91f073a4
pg_dump dumped the wrong tablespace for an index (ie, the parent table's
...
tablespace instead of the index's own), except when the index was created
as a constraint. Report and fix by Tanida Yutaka.
2005-01-23 00:31:46 +00:00
Tom Lane
a9ad4b13bc
New routine _getObjectDescription() failed to cope with some aspects of
...
pre-7.3 pg_dump archive files: namespace isn't there, and in some cases
te->tag may already be quotified. Per report from Alan Pevec and
followup testing.
2005-01-23 00:04:20 +00:00
Bruce Momjian
5be6219bdd
More < and > changes to ampersands.
...
8.0.X and HEAD.
2005-01-22 23:23:53 +00:00
Bruce Momjian
60f63fb0d4
More < and > cleanups converted to ampersands.
2005-01-22 23:05:53 +00:00
Bruce Momjian
6838635875
Update version restriction on xml2.
2005-01-22 22:14:28 +00:00
Bruce Momjian
b920addcfd
Change -> and <- to use proper ampersand markups.
...
HEAD and 8.0.X.
2005-01-22 22:10:10 +00:00
Bruce Momjian
4044d702e4
Fix README /contrib/xml2 reference in 8.0 and HEAD.
2005-01-22 21:21:49 +00:00
Neil Conway
9fec27344e
This patch updates the regression tests to allow "make installcheck" to
...
pass if "default_with_oids" is set to false. I took the approach of
explicitly adding WITH OIDS to the CREATE TABLEs where necessary, rather
than tweaking the default_with_oids GUC var.
2005-01-22 05:14:26 +00:00
Neil Conway
de49759a0e
Prevent overrunning a heap-allocated buffer is more than 1024 parameters
...
to a refcursor declaration are specified. This is a minimally-invasive fix
for the buffer overrun -- a more thorough cleanup will be checked into
HEAD.
2005-01-21 00:17:02 +00:00
Bruce Momjian
e2d65d7062
Mention Rekall is GPL now.
2005-01-19 19:54:13 +00:00
Bruce Momjian
02478558e3
Fix typo.
2005-01-19 03:15:59 +00:00
PostgreSQL Daemon
c22b7eccd3
its that time ... tag it for release
REL8_0_0
2005-01-17 20:47:10 +00:00
Peter Eisentraut
1723f1f7ae
Translation updates
2005-01-17 20:27:44 +00:00
Tom Lane
0f6be37fcb
Clarify that the --enable-integer-datetimes switch affects the time and
...
interval datatypes as well as timestamp.
2005-01-17 18:47:15 +00:00
Bruce Momjian
be105bd789
Please find enclosed another patch that now (I hope) really is
...
correct. It's in addition to the previous patch.
David Fetter
2005-01-17 17:29:49 +00:00
Peter Eisentraut
bb60ef23ed
Translation updates
2005-01-17 14:55:34 +00:00
Peter Eisentraut
f099cb0ede
Translation updates
2005-01-17 10:00:06 +00:00
Peter Eisentraut
3332c0722d
Fix format string error.
2005-01-17 09:06:31 +00:00
Neil Conway
8a9cc26ee1
Fix minor thinko in pg_dump documentation of "-n" option.
2005-01-17 04:30:37 +00:00
Bruce Momjian
691bb1d247
Spelling fix.
2005-01-17 04:27:23 +00:00
Neil Conway
48e2bb13c9
This trivial patch adds a regression test for CASE expressions that use
...
an untyped literal in the CASE's test expression. This adds test
coverage for a bug that was fixed by Tom on January 12.
2005-01-17 03:39:37 +00:00
Peter Eisentraut
0d45116eb0
Translation updates
2005-01-17 03:09:08 +00:00
Peter Eisentraut
0be1166352
New translation
2005-01-17 03:05:37 +00:00
Bruce Momjian
6ea9da1ee0
Please find enclosed a patch to the pl/perl documents that correctly
...
tells what arguments go to pl/perl triggers.
David Fetter
2005-01-17 03:04:17 +00:00
Bruce Momjian
56d982b7d4
Mention ALTER COLUMN TYPE in FAQ.
2005-01-17 03:02:56 +00:00
Bruce Momjian
5be1e13dd1
Update German FAQ.
...
Ian Barwick
2005-01-17 02:42:31 +00:00
Peter Eisentraut
83ef003f2c
Translation updates
2005-01-17 02:41:50 +00:00
Bruce Momjian
d2136690a6
Update to 8.0.0 for packaging.
2005-01-17 02:40:56 +00:00
Peter Eisentraut
637cf69b9d
Update supported platforms list.
2005-01-17 02:29:23 +00:00
Tom Lane
9175d7df66
Some more copy-editing.
2005-01-17 01:29:02 +00:00
Bruce Momjian
da10a47b39
Remove </a>
...
Alvaro
2005-01-15 22:51:10 +00:00
Bruce Momjian
2d3746759d
Update TORA item.
...
Euler Taveira de Oliveira
2005-01-15 22:44:18 +00:00
Bruce Momjian
6987ca78db
Update Brazilian FAQ.
...
Euler Taveira de Oliveira
2005-01-15 22:14:08 +00:00
Tom Lane
a5645972af
Some minor editing work on the release notes.
2005-01-15 21:11:46 +00:00
Tom Lane
0e3afb3277
Minor improvements in descriptions of recent changes.
2005-01-15 07:53:04 +00:00
Bruce Momjian
67c1fd1efd
Update release notes for 8.0.0 final. Release date set as 2005-01-19!
2005-01-15 05:59:44 +00:00
Tom Lane
299ae4356b
Adjust warning message about Windows console code page to point to
...
the right place in the docs, and gettext()ify it.
2005-01-15 05:43:06 +00:00
Bruce Momjian
0b72ebdc0c
Merge query of system objects FAQ items.
2005-01-15 05:19:01 +00:00
Tom Lane
7a6a7d57b4
pg_regress now needs to know that Windows hasn't got unix sockets,
...
per Andrew Dunstan. Also, don't override the user's value of PGHOST
in the 'make installcheck' case. I think the latter was an ill-considered
workaround for the Windows code back when libpq didn't properly default
to localhost on Unix-socket-less platforms.
2005-01-15 04:15:51 +00:00
Tom Lane
893c66de69
Simplify trigger example, per Mark Kirkwood.
2005-01-15 03:38:44 +00:00
Kris Jurka
2c1abfd979
Add index entries for function volatilities.
2005-01-14 21:46:09 +00:00
Tom Lane
9fa1843454
postgres -boot would print the wrong program name in event of a
...
failure in SelectConfigFiles(). Cosmetic issue, but ...
2005-01-14 21:08:44 +00:00
Tom Lane
9d83358499
Update obsolete comment, per Alvaro.
2005-01-14 17:53:33 +00:00
Tom Lane
982e998064
Add missing gettext() calls in find_my_exec(). It's probably too late
...
to get these strings translated, but we may as well have them be
translatable as not.
2005-01-14 17:47:49 +00:00
Tom Lane
ce6e2fada0
plperl trigger handler tried to fetch new/old tuples even when fired
...
as a statement trigger :-(. Per report from Sokolov Yura.
2005-01-14 16:25:42 +00:00