5e4d554bae
Typo fix
2000-05-30 18:00:30 +00:00
8a437bf523
Update pg_hba.conf with more examples
2000-05-30 17:39:56 +00:00
bb74b18dd0
Update pg_hba.conf.sample with better examples and descriptions
2000-05-30 17:18:25 +00:00
2f52eee2d1
Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH to
...
AUTHTYPE in config file. Patch both branches.
2000-05-30 16:36:15 +00:00
aea9b6e20f
Ooops, looks like I broke fastpath in last changes...
2000-05-30 07:09:23 +00:00
a3cd0654db
Added header files required for ALTER TABLE DROP COLUMN
...
trial implementation.
2000-05-30 06:22:44 +00:00
0f1e39643d
Third round of fmgr updates: eliminate calls using fmgr() and
...
fmgr_faddr() in favor of new-style calls. Lots of cleanup of
sloppy casts to use XXXGetDatum and DatumGetXXX ...
2000-05-30 04:25:00 +00:00
a12a23f0d0
Remove unused include files. Do not touch /port or includes used by defines.
2000-05-30 00:49:57 +00:00
2937505a3e
More <> cleanup
2000-05-29 21:26:04 +00:00
6c944bf3cc
Cleanup of <> and ""
2000-05-29 21:25:07 +00:00
6ed00fee53
Convert array_map to use new fmgr interface.
2000-05-29 21:02:32 +00:00
747527e545
Neglected to add fmgr.h to set of installed headers...
2000-05-29 20:51:35 +00:00
8a098f2f5d
Update array_iterator to use new fmgr interface.
2000-05-29 20:30:11 +00:00
a030113197
Tweak fmgrtab generation so that the F_XXX macros that give OIDs for
...
built-in procedures are named after the prosrc field of pg_proc (ie,
the actual C function name), not the proname field. This did not use
to make a difference back when the two were always the same, but in the
presence of overloaded proname values we'd best try to use the C name
instead. AFAICT this change affects no existing code, but it is
necessary to be able to get at some built-in functions that no macro
was being generated for before.
2000-05-29 20:18:30 +00:00
22a517a40c
Repair problems with overrun of timezone name length. Increase MAXTZLEN
...
to 10, and be consistent about whether it counts the trailing null (it
does not). Also increase MAXDATELEN to be sure no buffer overflows are
caused by the longer MAXTZLEN.
2000-05-29 19:16:57 +00:00
f089c36419
Add analyze.c file for split.
2000-05-29 17:44:17 +00:00
35096b568e
Split vacuum and analyze into separate files
2000-05-29 17:40:45 +00:00
3d669b50ed
Update messages.
2000-05-29 17:11:58 +00:00
84a30b4c41
Make analyze do vacuum/analyze in one step.
2000-05-29 17:07:57 +00:00
6d5cba7c31
More vacuum cleanup
2000-05-29 17:06:15 +00:00
d950c19747
more cleanup
2000-05-29 16:21:05 +00:00
ac4de0cc94
Add analyze log messages for verbose mode.
2000-05-29 16:06:37 +00:00
c3647c3d06
cleanup
2000-05-29 15:48:47 +00:00
659f79be7a
Allow vacuum to perform analyze with shared lock. Update cvs manual.
2000-05-29 15:44:55 +00:00
091126fa28
Generated header files parse.h and fmgroids.h are now copied into
...
the src/include tree, so that -I backend is no longer necessary anywhere.
Also, clean up some bit rot in contrib tree.
2000-05-29 05:45:56 +00:00
18952f6744
Second round of fmgr changes: triggers are now invoked in new style,
...
CurrentTriggerData is history.
2000-05-29 01:59:17 +00:00
147ccf5c80
More vacuum cleanups
2000-05-29 01:55:07 +00:00
f3650653c6
More vacuum renaming.
2000-05-29 01:46:00 +00:00
80648891cc
Miscellaneous cleanups of places that needed to account for new
...
pg_language entries.
2000-05-28 20:34:52 +00:00
ab843085f1
Constant-expression simplifier now knows how to simplify strict functions
...
that have at least one constant-NULL input, even if other inputs are
not constants.
2000-05-28 20:33:28 +00:00
305d3ce576
Install fmgr rewrite doc as README file.
...
Need to update user docs still ...
2000-05-28 18:06:55 +00:00
0a7fb4e918
First round of changes for new fmgr interface. fmgr itself and the
...
key call sites are changed, but most called functions are still oldstyle.
An exception is that the PL managers are updated (so, for example, NULL
handling now behaves as expected in plperl and plpgsql functions).
NOTE initdb is forced due to added column in pg_proc.
2000-05-28 17:56:29 +00:00
5005bb060b
'CREATE FUNC TION' => 'CREATE FUNCTION'.
2000-05-27 18:18:31 +00:00
67ad9a18c0
define YY_NEVER_INTERACTIVE for flex, to persuade flex that it's not
...
necessary to call isatty() for each and every received query. That's
one less kernel call per query cycle ...
2000-05-27 05:13:38 +00:00
d45f7dfdca
Update kerberos patch
2000-05-27 04:13:05 +00:00
4f326011ee
Update readme.kerberos
2000-05-27 04:01:09 +00:00
632a7ed759
Back out kerberos changes. Causes compile problems.
2000-05-27 03:58:20 +00:00
dc65b22fa3
Add README.kerbros
2000-05-27 03:42:32 +00:00
9500b35f17
Patch for Kerberos V.
...
Most (nearly all) of the work was done by David Wragg <dpw@doc.ic.ac.uk >
He patched 6.5.3. I've updated it for 7.0RC5.
It works for MIT kerberos 1.1.1 (and previously for 1.0.6 as well).
I've got the patch against 6.5.3, plus kerberized RPMS.
Mike Wyer <mw@doc.ic.ac.uk > || "Woof?"
2000-05-27 03:39:33 +00:00
ddae527c96
Remove // comments from ODBC.
2000-05-27 03:35:14 +00:00
c328e75a6f
Remove pgaccess dll's from the distribution.
2000-05-27 03:14:10 +00:00
82e2fe9cbc
Clean up pg_hba.conf
2000-05-27 02:19:44 +00:00
ba1578aa8f
Improve pg_hba.conf examples
2000-05-27 01:32:01 +00:00
b71761d280
Reduce eqsel()'s fudge-factor for estimating the frequency of values
...
other than the most common value in a column. We had had 0.5, make it
0.1 to make it more likely that an indexscan will be chosen. Really
need better statistics instead, but this should stem the bleeding
meanwhile ...
2000-05-26 17:19:15 +00:00
be6e7717db
Fix \h SELECT to not show SELECT INTO.
2000-05-26 15:47:18 +00:00
23b0387a94
Fix too long syslog message problem
2000-05-26 12:17:48 +00:00
8bba4b4e0e
Generate a reasonable error message when an aggregate function is applied
...
to an undecorated relation name (cf. example from Ed Loehr, 5/25/00).
2000-05-26 03:56:40 +00:00
cf169e0088
Spell fix
2000-05-26 03:15:18 +00:00
ebb88e3ba5
Fix initlocation syntax example for createdb
2000-05-26 02:07:15 +00:00
d4e27596cf
More paranoia about global variables containing references to long-
...
since-closed file descriptors...
2000-05-26 01:38:08 +00:00