Thomas G. Lockhart
11a93191dc
Minor fixups for markup and wording.
26 years ago
Bruce Momjian
b5c430467f
Update TODO list.
26 years ago
Bruce Momjian
91885836f7
Update TODO list.
26 years ago
Bruce Momjian
50432d9d09
Update TODO list.
26 years ago
Bruce Momjian
55778b36f4
Update TODO list.
26 years ago
Tom Lane
b45f3a6e5b
Forgot that dumpall's output script should 'delete from pg_group' before
...
loading new data, for consistency with its handling of pg_shadow.
26 years ago
Peter Eisentraut
5e4d8be18b
psql: suppress warnings about too many arguments if the command is not valid in the first place
26 years ago
Peter Eisentraut
8322072188
Spello SERIALIZED -> SERIALIZABLE in psql tab completion
26 years ago
Peter Mount
02faee5eaa
ImageViewer transaction fixes
26 years ago
Bruce Momjian
2937bf0adf
Update TODO list.
26 years ago
Bruce Momjian
ad1c88104b
Please apply the following patch to the FAQ_AIX
...
Thanks
Andreas
26 years ago
Tom Lane
0471eb1681
Because we ended up forcing an initdb for 7.0 final, we aren't going
...
to need this updatepgproc.sql script after all...
26 years ago
Tom Lane
c0337ec2a9
Force initdb because of pg_group index fix.
26 years ago
Tom Lane
3bd03b3803
Make the indexes on pg_group be shared system relations.
26 years ago
Tom Lane
3a69c316cc
Accept pg_group as well as pg_shadow data from dumpall script.
...
Rearrange handling of VACUUMs so that they are certain to be executed
as superuser not some random user; also, do not forget to vacuum
template1 itself.
26 years ago
Tom Lane
3d1461802e
Dump contents of pg_group along with pg_shadow.
26 years ago
Tom Lane
570a58f427
Don't leak a file descriptor when updating pg_pwd file. Also, check for
...
failure of rename() call.
26 years ago
Thomas G. Lockhart
8bd6c1f8e9
Polishing for 7.0 release. Fix up inconsistant spacing in release notes.
26 years ago
Thomas G. Lockhart
7db607f354
Installation guide for 7.0 release. From SGML sources.
26 years ago
Tom Lane
de13d88146
Do not try to build libpq++ if class 'string' is not defined in the
...
available C++ header files.
26 years ago
Peter Mount
86b8bd0748
Minor fixes ready for 7.0
26 years ago
Hiroshi Inoue
c804a48ec6
Oops,I've forgotten to add an documentation about -P option of
...
postgres.
26 years ago
Bruce Momjian
f25d8b47fc
Update sco faq.
26 years ago
Bruce Momjian
5c6e5c887a
Update FAQ.
26 years ago
Thomas G. Lockhart
832df546f5
Remove derived files from CVS. Now kept in
...
hub.org:/home/projects/pgsql/ftp/www/html/users-lounge/7.0/docs/
26 years ago
Thomas G. Lockhart
b738d5948a
Improve section heading for date/time history.
26 years ago
Thomas G. Lockhart
45f79cae14
Fixups in content and markup for 7.0 release.
26 years ago
Bruce Momjian
a6894eb81a
Update HISTORY/sgml for new pgaccess version.
26 years ago
Bruce Momjian
7ef29a26cb
Update SCO FAQ. Billy G. Allie
26 years ago
Tatsuo Ishii
832877e95a
Modify getdatabaseencoding(), pg_encoding_to_char()
...
pg_char_to_encoding() in multibyte disbaled case so that it does not
throw an error, rather return HARD CODED default value (currently SQL_ASCII).
This would solve the "non-mb backend vs. mb-enabled frontend" problem.
26 years ago
Tom Lane
f6a3b87c7b
Reset CurrentMemoryContext to TopMemoryContext at the beginning of error
...
cleanup, ie, as soon as we have caught the longjmp. This ensures that
current context will be a valid context throughout error cleanup. Before
it was possible that current context was pointing at a context that would
get deleted during cleanup, leaving any subsequent pallocs in deep
trouble. I was able to provoke an Assert failure when compiled with
asserts + -DCLOBBER_FREED_MEMORY, if I did something that would cause
an error to be reported by the backend large-object code, because indeed
that code operates in a context that gets deleted partway through xact
abort --- and CurrentMemoryContext was still pointing at it! Boo hiss.
26 years ago
Tom Lane
e0095c6c42
Remove bogus 'xid loop detected' check, which actually wasn't detecting
...
loops, but just arbitrarily failing at 1000 locks.
26 years ago
Bruce Momjian
2f19d11fc8
Clean up ecpg test files.
26 years ago
Bruce Momjian
3e24112b71
Update TODO list.
26 years ago
Bruce Momjian
0ccf3c8877
Update pgeasy examples
26 years ago
Bruce Momjian
9bd604f3be
Update TODO list.
26 years ago
Bruce Momjian
7bd35f0f77
Update TODO list.
26 years ago
Bruce Momjian
0e69b81d25
Update libpgeasy define.
26 years ago
Bruce Momjian
96d643e5d5
More libpgeasy update of connectdb() parameter ordering
26 years ago
Bruce Momjian
7aa443d01e
Change libpgeasy to take dbname at end like all other interfaces.
26 years ago
Bruce Momjian
796695c9d1
Update TODO list.
26 years ago
Tom Lane
a90dc572ed
Setting statistic options from SET PG_OPTIONS caused a backend crash
...
because StatFp never got set in that case. Set it immediately before
use to eliminate such problems.
26 years ago
Tom Lane
45cc0e9b27
plpgsql RAISE statement was careless about the possibility of a NULL
...
field value being displayed; produced coredump instead of the expected
<NULL> display.
26 years ago
Tom Lane
f106779263
Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries,
...
thus causing failure if one sub-select had resjunk entries that the other
did not (cf. bug report from Espinosa 4/27/00).
26 years ago
Bruce Momjian
fb7318a632
Update libpgeasy e-mail address
26 years ago
Tom Lane
d6eac08f11
Repair problem noted by Elphick: make_rels_by_joins failed to handle
...
cases where joinclauses were present but some joins have to be made
by cartesian-product join anyway. An example is
SELECT * FROM a,b,c WHERE (a.f1 + b.f2 + c.f3) = 0;
Even though all the rels have joinclauses, we must join two of them
in cartesian style before we can use the join clause...
26 years ago
Tom Lane
85a5303877
-D switch to postmaster should override any PGDATA environment variable
...
that might be hanging about. Now it does ... amazing nobody noticed
this before ...
26 years ago
Tom Lane
1b4f150541
Tweak outUnique to include uniqColIdx[] field in the printout. This does
...
not cause any compatibility problems because stored rules don't contain
plan nodes --- in fact, we don't even have a readfunc for Unique nodes.
26 years ago
Tom Lane
6a4fa7eccb
On HPUX, shl_load should be called with options BIND_IMMEDIATE rather
...
than BIND_DEFERRED. That way, if the loaded library has unresolved
references, shl_load fails cleanly. As we had it, shl_load would
succeed and then the dynlinker would call abort() when we try to call
into the loaded library. abort()ing a backend is uncool.
26 years ago
Bruce Momjian
00645eb1fd
Fix include "" to <>
26 years ago