- 28 Nov, 2000 5 commits
-
-
Tom Lane authored
for a now-vanished group. Instead, display the numeric group ID, same as it does for vanished users.
-
Tom Lane authored
IPC key assignment will now work correctly even when multiple postmasters are using same logical port number (which is possible given -k switch). There is only one shared-mem segment per postmaster now, not 3. Rip out broken code for non-TAS case in bufmgr and xlog, substitute a complete S_LOCK emulation using semaphores in spin.c. TAS and non-TAS logic is now exactly the same. When deadlock is detected, "Deadlock detected" is now the elog(ERROR) message, rather than a NOTICE that comes out before an unhelpful ERROR.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Nov, 2000 13 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
key exist). awn@bcs.zp.ua
-
Jan Wieck authored
Made pg_lo_read and pg_lo_write binary data safe when libpgtcl is compiled against Tcl version 8.0 or higher. Jan
-
Tom Lane authored
-
Hiroshi Inoue authored
to die.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
pg_ctl should invoke it from there, not use whatever random psql might (or might not) live in its $PATH.
-
Tom Lane authored
Avoid infinite loop prompting for password at stdin EOF.
-
Tom Lane authored
-
- 26 Nov, 2000 5 commits
-
-
Bruce Momjian authored
little patch which correct that. thanks cyril
-
Peter Eisentraut authored
space as separator again.
-
Tatsuo Ishii authored
types.
-
Peter Eisentraut authored
-
Tatsuo Ishii authored
```----------------------------------------------- Subject: Bug in unicode conversion ... From: Jan Varga <varga@utcru.sk> To: t-ishii@sra.co.jp Date: Sat, 18 Nov 2000 17:41:20 +0100 (CET) Hi, I tried this new feature in PostgreSQL. I found one bug. Script UCS_to_8859.pl skips input lines which 1. code <0x80 or 2. ucs <0x100 I think second one is not good idea because some codes in ISO8859-2 have ucs <0x100 (e.g. 0xE9 - 0x00E9) ``` -----------------------------------------------
-
- 25 Nov, 2000 15 commits
-
-
Tom Lane authored
for any other purpose than PGLC_localeconv()'s internal save/restore of locale settings. Fix cash.c to call PGLC_localeconv() rather than making a direct call to localeconv() --- the old way, if PGLC_localeconv() had already cached a locale result, it would be overwritten by the first cash_in or cash_out operation, leading to wrong-locale results later. Probably no demonstrable bug today, since we only appear to be looking at the LC_MONETARY results which should be the same anyway, but definitely a gotcha waiting to strike.
-
Bruce Momjian authored
-
Tom Lane authored
sure that broadcast('foo/32') means anything, but if it does, surely it ought to return foo, not 255.255.255.255.
-
Tom Lane authored
shifting by the word width is not defined by ANSI C...
-
Tom Lane authored
re-adopt these settings at every postmaster or standalone-backend startup. This should fix problems with indexes becoming corrupt due to failure to provide consistent locale environment for postmaster at all times. Also, refuse to start up a non-locale-enabled compilation in a database originally initdb'd with a non-C locale. Suppress LIKE index optimization if locale is not "C" or "POSIX" (are there any other locales where it's safe?). Issue NOTICE during initdb if selected locale disables LIKE optimization.
-
Tom Lane authored
other standalone-backend situations) are not duplicated. Remove some dead code, add some comments, too.
-
Peter Eisentraut authored
Accept --help even if no general long options support exists.
-
Peter Eisentraut authored
with current postmaster.
-
Peter Eisentraut authored
-
Bruce Momjian authored
symlink created by someone else, and therefore modifyable by someone else.
-
Bruce Momjian authored
it fixing Y,YY,YYY,YYYY conversion, the docs and regress tests update are included too. During the patch testing I found small bug in miscadmin.h in convertstr() declaration. Here it's fixed too. Thanks Karel
-
Bruce Momjian authored
> > suspect...), so here is an updated patch. > > This seems like the wrong way to go about it, because anytime anyone > changes any elog output anywhere, we'll risk another failure. If > syslog can't cope with empty lines, I think the right fix is for the > output-to-syslog routine to change the data just before sending --- > then there is only one place to fix. See the syslog output routine in > src/backend/utils/error/elog.c. Makes sense. Here's a new patch, now the output even looks better: Larry Rosenman
-
Bruce Momjian authored
Anders Bengtsson
-
Bruce Momjian authored
-
Tom Lane authored
a slightly less random order.
-
- 24 Nov, 2000 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
non-standard clauses. Allow CHARACTERISTICS as unquoted identifier. Merge related reference pages.
-