Bruce Momjian
7bea44f449
autoconf
2000-11-04 02:45:15 +00:00
Tatsuo Ishii
6862a05364
Fix for missing EUC_TW encoding
2000-11-04 02:27:56 +00:00
Peter Eisentraut
7301660048
outdated and obsolete
2000-11-03 20:38:42 +00:00
Peter Eisentraut
a18490b73d
Add global .SECONDARY: target to not allow make to delete intermediate
...
target files in implicit rule chains. That might have been a cool idea
but it seems to be too buggy to work, as it caused spurious recompiles in
several places.
2000-11-03 20:27:40 +00:00
Tom Lane
6be6a185d9
Minor code cleanups, make in_group() check faster.
2000-11-03 19:02:18 +00:00
Tom Lane
aceec9ae1a
Fix bug reported by bobson: aclinsert3 would delete the 'world' entry
...
from an ACL list if it had no permissions remaining, which confused
aclcheck terribly. Also clean up code a little.
2000-11-03 19:01:36 +00:00
Peter Eisentraut
dfda21e7a6
Add configure check to see whether <string.h> and <strings.h> may both be
...
included, and then include <strings.h> if so. Several systems already
needed <strings.h> anyway. Some new systems that claim to conform to the
Unix 9x "standard" do not declare str[n]casemp() in string.h, and C99
compilers will not like that.
2000-11-03 18:43:52 +00:00
Vadim B. Mikheev
b98ba2a04c
pg_variable is not used in WAL version now.
2000-11-03 11:39:36 +00:00
Michael Meskes
b703c127ed
Parser sync.
2000-11-03 10:47:54 +00:00
Tom Lane
94d8bbe5fb
Improve inv_getsize() per suggestion from Denis Perchine; also fix
...
thinkos in inv_seek().
2000-11-02 23:52:06 +00:00
Tom Lane
db263da468
Peter forgot to fix {operator} rule to match modified definition of
...
'self' characters.
2000-11-02 23:20:27 +00:00
Tom Lane
7a64100164
Fix insufficiently-parenthesized macro definitions.
...
No known bug here, but...
2000-11-02 23:11:03 +00:00
Bruce Momjian
b83047eee2
Remove pg_dumpaccounts from 7.1 tree.
2000-11-02 22:04:51 +00:00
Bruce Momjian
854307a11e
Update TODO list.
2000-11-02 21:16:56 +00:00
Peter Eisentraut
b7f4c64202
Add pg_dumpall --accounts-only option.
2000-11-02 21:13:32 +00:00
Bruce Momjian
cd5dbfb115
Update TODO list.
2000-11-02 20:53:26 +00:00
Peter Eisentraut
26c825e4b0
Allow initdb to handle relative paths for PGDATA, by converting them to
...
absolute before starting a backend.
2000-11-02 19:48:39 +00:00
Bruce Momjian
bc9b199c26
Change bool to boolean in docs.
2000-11-02 19:26:49 +00:00
Peter Eisentraut
54121b9a8b
Pass on all CPPFLAGS that look like -I* to the PL/Perl build.
...
(This previously worked, but must have gotten lost somewhere...)
2000-11-02 18:40:13 +00:00
Jan Wieck
94b8640cd9
Added utility script pg_dumpaccounts to contrib.
...
Derived from pg_dumpall it just dumps users and groups.
Jan
2000-11-02 18:20:12 +00:00
Bruce Momjian
1173809333
autoconf
2000-11-02 16:56:32 +00:00
Peter Eisentraut
d1bfa6c72e
Add runtime configuration options to control permission bits and group
...
owner of unix socket.
2000-11-01 21:14:03 +00:00
Vadim B. Mikheev
855ffa0be0
Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.
...
(Thanks to Tatsuo Ishii for finding bug)
2000-11-01 20:39:58 +00:00
Peter Mount
961eb5716b
Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolute doesnt handle negative row numbers correctly.
2000-11-01 16:55:32 +00:00
Tatsuo Ishii
6d7f1d3300
Fix for PQsetdb port parameter due to the interface change.
...
PQsetdb no more recognize "" as the default port number.
2000-11-01 00:45:46 +00:00
Vadim B. Mikheev
3706f08ace
Fix recovery cache code (thanks to Peter Eisentraut for
...
pointing to bug).
2000-10-31 23:56:36 +00:00
Peter Eisentraut
b99ee7f37d
This is the minimal version of the Darwin support patch from
...
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library
support, regression test map, and the usual template files. The dynamic
loader is missing, the spin lock code apparently doesn't assemble due to
syntax problems, and semaphores are to be hoped for from Apple.
2000-10-31 19:55:20 +00:00
Peter Eisentraut
dc0f5cb090
Determine CXXFLAGS after the C++ compiler was detected. Also honor
...
--enable-debug and environment variable override.
2000-10-31 18:16:20 +00:00
Michael Meskes
fae180f477
Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs in preproc.y.
2000-10-31 15:11:38 +00:00
Peter Eisentraut
9cbcbf0fb3
Use $(filter ...), not $(findstring ...).
2000-10-31 14:37:25 +00:00
Philip Warner
44954fae08
Added long-standing transaction when restoring BLOBS (uses commit every BLOB_BATCH_SIZE)
...
Prevent dumping of languages from template1.
2000-10-31 14:20:30 +00:00
Peter Eisentraut
0babf31640
Change internal string representation of BitString node to include a
...
leading 'b', as it appears to be more convenient this way for the input
and node functions.
2000-10-31 13:59:53 +00:00
Peter Eisentraut
0c0dde6176
Hashing functions from Marko Kreen <marko@l-t.ee>
2000-10-31 13:11:28 +00:00
Peter Eisentraut
73874a06f0
Change the parser to convert SQL "position" and "substring" syntax to
...
position() and substring() functions, so that it works transparently for
bit types as well. Alias the text functions appropriately.
Add position() for bit types.
Add new constant node T_BitString that represents literals of the form
B'1001 and pass those to zpbit type.
2000-10-31 10:22:13 +00:00
Peter Eisentraut
d397c1c8a2
Disallow zero-length delimited identifier (per SQL).
2000-10-30 17:54:16 +00:00
Michael Meskes
c7a3e0dfcb
Sync preproc.y with gram.y.
2000-10-30 14:43:40 +00:00
Tatsuo Ishii
c5873820ca
Add -enable-uniconv
2000-10-30 13:27:13 +00:00
Tatsuo Ishii
1acf6f9c8e
Add support for code conversion between Unicode and other encodings.
...
Supported encodings are: EUC_JP, EUC_CN, EUC_KR, EUC_TW, Shift JIS,
Big5, ISO8859-[1-5].
TODO: testings! and documentations...
2000-10-30 10:41:05 +00:00
Tatsuo Ishii
0b10d35e2b
Avoid dependency on backend's multibyte module as possible.
...
Now frontend/libpq has its own version of pg_encoding_to_char
and pg_char_to_encoding.
2000-10-30 10:31:46 +00:00
Tatsuo Ishii
e5b6b0ebb9
Add new configure option "--enable-uniconv" that enables automatic
...
code conversion between Unicode and other encodings. Note that
this option requires --enable-multibyte also.
The reason why this is optional is that the feature requires huge
mapping tables and I don't think every user need the feature.
2000-10-30 07:17:31 +00:00
Tatsuo Ishii
dd9dcd59cf
include pg_wchar.h to import a fucntion prototype of pg_mbcliplen
2000-10-30 06:48:36 +00:00
Vadim B. Mikheev
e3ba543525
WAL fixes.
2000-10-29 18:33:41 +00:00
Bruce Momjian
433cd770bc
update flags.
2000-10-29 18:13:47 +00:00
Peter Eisentraut
30402ce74a
Automatic dependency tracking for C++ (GCC only)
2000-10-29 16:13:28 +00:00
Peter Eisentraut
86f0812520
Remove special treatment of '|' operator, in the spirit of "sane" binary
...
operators.
2000-10-29 16:11:33 +00:00
Peter Eisentraut
525e1c4436
USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
...
equivalent.
In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless
because HAVE_TM_ZONE overrides it anyway, and messing with configure
results isn't cool.
2000-10-29 13:17:34 +00:00
Peter Eisentraut
8b04311293
Omit perl and python interfaces when making temporary installation.
2000-10-29 12:49:49 +00:00
Peter Eisentraut
2044bdcca0
Should be "test =", not "test ==".
2000-10-29 11:36:44 +00:00
Michael Meskes
dfb12a9850
Removed multibyte stuff since client does not know about encoding in the backendFixed quoting bug reported by Sascha Demetrio (sd@b-comp.de).
2000-10-29 09:44:58 +00:00
Peter Eisentraut
4f82ab4c97
#define JMP_BUF has been unnecessary since the arrival of the sigsetjmp
...
test.
2000-10-28 23:53:01 +00:00