9d634d3917
Update FAQ.
2001-09-04 05:06:20 +00:00
5840db21fb
Add back incremental patch for BSD indent.
2001-09-04 03:34:42 +00:00
7e13743299
pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.
...
" -F {c|t} specify backup file format\n"
2001-09-04 03:20:29 +00:00
9b77572662
Add mention of bytea data type and escaping rules.
2001-09-04 03:17:54 +00:00
b553cba15a
Clean up the lock state properly when aborting because of early deadlock
...
detection in ProcSleep(). Bug noted by Tomasz Zielonka --- how did this
escape detection for this long??
2001-09-04 02:26:57 +00:00
3c59a9e3b7
Bring references to ipcclean in sync with reality.
2001-09-04 00:22:34 +00:00
309401a7b6
Fix misscanning of """" (an identifier consisting of one double-quote).
2001-09-04 00:19:39 +00:00
ff5e8a26a2
Fix typo.
2001-09-04 00:18:18 +00:00
e5390263ed
Add patch for 0LL for BSD indent/pgindent.
2001-09-03 23:11:20 +00:00
34f80de0e6
Add items.
2001-09-03 21:38:37 +00:00
2c1b5de4c0
Add two emails about TODO.detail PL/java discussion.
2001-09-03 21:17:53 +00:00
89a1ea4207
Put some kind of grammatical uniformity in the <refpurpose> lines.
2001-09-03 12:57:50 +00:00
69c52c8e5b
Put pgstat internal files into $PGDATA/global.
2001-09-03 12:00:00 +00:00
daac2d0ce3
Parse the arguments of \connect as SQL identifiers, so that they expose
...
the expected behavior in mixed-case situations.
bug report from James Pattie, 2001-08-31
2001-09-02 23:52:19 +00:00
60ce9e9279
New blood and fresh air for tutorial
2001-09-02 23:27:50 +00:00
5608f13028
The actual execution results are different from examples.
2001-08-31 07:45:09 +00:00
a32624b45c
Actual results are different from examples
2001-08-31 07:30:05 +00:00
933fd7e2de
Add ; to the create operator.
2001-08-31 04:17:13 +00:00
94427b1914
Since 7.1 the data type size of TIME has been increased.
2001-08-31 01:55:25 +00:00
68e5360018
Convert some fprintf's to elog's.
2001-08-30 19:02:42 +00:00
11193c8a20
For INSERTs, one can now tab complete DEFAULT VALUES.
...
from Liam Stewart
2001-08-30 13:17:03 +00:00
7ecff3f39c
Fix typo.
2001-08-30 08:16:42 +00:00
b1a38a4380
Install the SQL command man pages into a section appropriate for each
...
system. Some systems did not understand the 'l' section, and in general
it wasn't entirely appropriate.
On SCO OpenServer, the man pages won't be installed at all until someone
figures out their man system.
2001-08-29 19:14:40 +00:00
2c6b599c04
Remove useless xreflabel.
2001-08-29 19:11:00 +00:00
f45b7270b6
Whoops, wrong logic.
2001-08-29 11:54:12 +00:00
dd225655b9
Change the conditionals so the mips + gcc code here doesn't apply for Irix.
...
The code in s_lock.h should get used.
report from Bruno Mattarollo <bruno@web1.greenpeace.org >
2001-08-28 15:04:27 +00:00
5298eb47dc
Fix the readline test to find dependent libraries on NetBSD and OpenBSD.
...
Not pretty, but it doesn't look like the OS will get fixed sometime soon.
2001-08-28 14:59:11 +00:00
f5944af8ba
Include directory rearrangement
...
Client headers are no longer in a subdirectory, since they have been made
namespace-clean.
Internal libpq headers are in a private subdirectory.
Server headers are in a private subdirectory. pg_config has a new option
to point there.
2001-08-28 14:20:28 +00:00
3fcea502c4
Fix a wrong error handling.
2001-08-28 05:52:13 +00:00
9d4a45e25c
Avoid #ifdef inside printf() ... that loses on platforms where printf()
...
is a macro.
2001-08-28 02:47:18 +00:00
a1e28d3505
Fix some typos.
2001-08-27 23:42:34 +00:00
7d66bf261c
Add some minimal exercising of functional-index feature to regression
...
tests.
2001-08-27 23:23:35 +00:00
c92b450891
Suppress definitions of 'true' and 'false' macros if __cplusplus.
...
Since we're assuming a C++ compiler knows what 'bool' is, seems we
should assume it knows 'true' and 'false' too. This prevents problems
on some systems, per report from Leandro Fanzone.
2001-08-27 23:02:25 +00:00
814f40cf43
Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn't
...
run out of memory with large tables in these modes. Patch from
Martijn van Oosterhout.
2001-08-27 20:33:07 +00:00
545c6696a6
Fix confusion over static-ness of a subroutine.
2001-08-27 20:03:38 +00:00
5163394659
Remove unneeded/unportable extern.
2001-08-27 20:02:10 +00:00
d15a118a21
Quick-hack solution to regproc/oid issue was not the right solution.
2001-08-27 01:09:59 +00:00
ceca2a7d14
Un-break pg_dump --- pg_class.indproc is now regproc not oid, which
...
for some reason displays a zero oid differently. Possibly we should
revert that schema change, but it's easy to make pg_dump accept both
spellings so I'll do that for now.
2001-08-27 00:44:40 +00:00
87c5e0fa56
Do not install the odbc header files, per discussion on odbc list.
2001-08-27 00:38:55 +00:00
42ae4f2940
Turn on plpython build by default if we have something that looks like a
...
shared library, or we can do without one.
2001-08-27 00:29:49 +00:00
af70014686
Fix a complie error on Windows platform.
2001-08-27 00:18:03 +00:00
34fd50880f
VPATH and DESTDIR support for PL/Perl, using the same techniques employed
...
in interfaces/perl5 a brief while ago.
Also, since building PL/Perl without a shared libperl actually works on
some platforms we can enable it there to get some development happening.
I've only checked off linux right now, but others should be added in the
future.
2001-08-26 23:54:41 +00:00
ef7152f99b
Put the right runpath to libpq into the Perl module shared object on more
...
platforms and without relinking.
Also support VPATH builds and DESTDIR installs. One hopes.
2001-08-26 22:28:04 +00:00
8e0d642c9b
Documentation for transaction-ID-wraparound changes. Add a chapter to
...
the Admin Guide about routine maintenance tasks. Currently this only
discusses the various reasons for doing VACUUM, but perhaps it could be
fleshed out with topics like log rotation.
2001-08-26 21:17:12 +00:00
3d162c0d1a
Please pull this patch. It breaks JDBC1 support. The JDBC1 code no
...
longer compiles, due to objects being referenced in this patch that do
not exist in JDK1.1.
Barry Lind
---------------------------------------------------------------------------
The JDBC driver requires
permission java.net.SocketPermission "host:port", "connect";
in the policy file of the application using the JDBC driver
in the postgresql.jar file. Since the Socket() call in the
driver is not protected by AccessController.doPrivileged() this
permission must also be granted to the entire application.
2001-08-26 17:08:48 +00:00
e1635b4402
Back out "Remove outdated documentation section of ecpg." for Michael.
2001-08-26 17:04:02 +00:00
bc7d37a525
Transaction IDs wrap around, per my proposal of 13-Aug-01. More
...
documentation to come, but the code is all here. initdb forced.
2001-08-26 16:56:03 +00:00
d1ee78f296
Document single-letter createuser encryption options.
2001-08-26 04:20:36 +00:00
e87a5ed1e0
Add single-letter encryption options for createuser. Update createuser --help.
2001-08-26 04:19:46 +00:00
5863d541ae
Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query.
2001-08-26 03:46:58 +00:00