- 09 Jun, 1998 1 commit
-
-
Bruce Momjian authored
things as well: * Computes and saves a cancel key for each backend. * fflush before forking, to eliminate double-buffering problems between postmaster and backends. Other cleanups. Tom Lane
-
- 08 Jun, 1998 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Jun, 1998 1 commit
-
-
Bruce Momjian authored
pg_exec_query().
-
- 29 May, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 May, 1998 1 commit
-
-
Bruce Momjian authored
-
- 30 Mar, 1998 1 commit
-
-
Bruce Momjian authored
yyerror ones from bison. It also includes a few 'enhancements' to the C programming style (which are, of course, personal). The other patch removes the compilation of backend/lib/qsort.c, as qsort() is a standard function in stdlib.h and can be used any where else (and it is). It was only used in backend/optimizer/geqo/geqo_pool.c, backend/optimizer/path/predmig.c, and backend/storage/page/bufpage.c > > Some or all of these changes might not be appropriate for v6.3, since we > > are in beta testing and since they do not affect the current functionality. > > For those cases, how about submitting patches based on the final v6.3 > > release? There's more to come. Please review these patches. I ran the regression tests and they only failed where this was expected (random, geo, etc). Cheers, Jeroen
-
- 26 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 24 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
What it does: It solves stupid problem with cyrillic charsets IP-based on-fly recoding. take a look at /data/charset.conf for details. You can use any tables for any charset. Tables are from Russian Apache project. Tables in this patch contains also Ukrainian characters. Then run ./configure --enable-recode
-
- 31 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
I haven't had final confirmation from Peter yet, but the attached patch needs to be applied for the Beta otherwise password and crypt authentication just won't work. It puts back the loop in libpq and also fixes a couple of problems with maintaining compatability with pre-6.3 drivers.
-
- 27 Jan, 1998 2 commits
-
-
Bruce Momjian authored
(void) change for aix and hp compilers. protocol cleanup.
-
Bruce Momjian authored
-
- 26 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
I've completed the patch to fix the protocol and authentication issues I was discussing a couple of weeks ago. The particular changes are: - the protocol has a version number - network byte order is used throughout - the pg_hba.conf file is used to specify what method is used to authenticate a frontend (either password, ident, trust, reject, krb4 or krb5) - support for multiplexed backends is removed - appropriate changes to man pages - the -a switch to many programs to specify an authentication service no longer has any effect - the libpq.so version number has changed to 1.1 The new backend still supports the old protocol so old interfaces won't break.
-
- 25 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 19 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :)
-
- 15 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 11 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 09 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
...malloc/free -> palloc/pfree ...fopen/fclose -> AllocateFile/FreeFile
-
- 07 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
Add code to set DATADIR in postmaster.c if -D is used
-
- 04 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file
-
- 17 Nov, 1997 1 commit
-
-
Marc G. Fournier authored
From: Bryan Henderson <bryanh@giraffe.netgate.net>
-
- 10 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 07 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 25 Oct, 1997 1 commit
-
-
Bruce Momjian authored
-
- 18 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 08 Sep, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- 07 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 25 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 19 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 12 Aug, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary.
-
- 03 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 30 Jul, 1997 2 commits
-
-
Marc G. Fournier authored
so, add a check that basically says if it isn't defined, set it to 256...
-
Marc G. Fournier authored
MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at work fails on that check...
-
- 25 May, 1997 1 commit
-
-
Marc G. Fournier authored
These are undocumented in the man pages though...should they be removed? Reported by: "A. Duursma" <it@portsite.nl>
-