Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
1998-02-24 | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier | |
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 | |||
1998-02-02 | #if aix changed to #if HAVE_SYS_SELECT_H | Marc G. Fournier | |
1998-02-01 | AIX patch from Darren King and Univel patch from Billy Allie, mostly | Bruce Momjian | |
related to grammar and parser issues, with one postmaster fix. | |||
1998-01-26 | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | |
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. | |||
1998-01-25 | getpid/pid cleanup | Bruce Momjian | |
1998-01-13 | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | |
========================================== What follows is a set of diffs that cleans up the usage of BLCKSZ. As a side effect, the person compiling the code can change the value of BLCKSZ _at_their_own_risk_. By that, I mean that I've tried it here at 4096 and 16384 with no ill-effects. A value of 4096 _shouldn't_ affect much as far as the kernel/file system goes, but making it bigger than 8192 can have severe consequences if you don't know what you're doing. 16394 worked for me, _BUT_ when I went to 32768 and did an initdb, the SCSI driver broke and the partition that I was running under went to hell in a hand basket. Had to reboot and do a good bit of fsck'ing to fix things up. The patch can be safely applied though. Just leave BLCKSZ = 8192 and everything is as before. It basically only cleans up all of the references to BLCKSZ in the code. If this patch is applied, a comment in the config.h file though above the BLCKSZ define with warning about monkeying around with it would be a good idea. Darren darrenk@insightdist.com (Also cleans up some of the #includes in files referencing BLCKSZ.) ========================================== | |||
1998-01-09 | Yohoo UNIONS of VIEWS. | Bruce Momjian | |
1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | |
1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | |
1997-12-16 | Use environment variable PGDATESTYLE on backend startup to initialize | Thomas G. Lockhart | |
date/time formats and conventions. | |||
1997-12-11 | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | |
1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian | |
1997-11-10 | Change quickdie elog notice to a single message. | Thomas G. Lockhart | |
Clean up FloatExceptionHandler elog message source code. | |||
1997-11-09 | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | |
My analysis of the formerly mentioned IPC reinitialization problem was hampered by an imprecise error message. I have rewritten it so it is clearer and more accurate. | |||
1997-11-07 | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | |
1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev | |
1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | |
1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian | |
1997-09-18 | No more SortTuplesInTree... | Vadim B. Mikheev | |
1997-09-18 | Allow set max number of tuples in leftist tree for sorts | Vadim B. Mikheev | |
(-S memory,tuples) | |||
1997-09-15 | -S need in optarg... | Vadim B. Mikheev | |
1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | |
indenting. Also static variable indenting. | |||
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | |
NOT_USED. | |||
1997-08-14 | Cleanup global variables, remove stable memory stuff. | Bruce Momjian | |
1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵ | Bruce Momjian | |
some (void) casts that are unnecessary. | |||
1997-08-06 | psort cleanups. | Bruce Momjian | |
1997-08-06 | Another fix. | Bruce Momjian | |
1997-08-06 | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian | |
1997-07-29 | Remove some unnecessary include statements (comment out with #ifdef FALSE). | Thomas G. Lockhart | |
1997-07-28 | Added SCO support, from Daniel Harris. | Bruce Momjian | |
1997-07-24 | Various compile errors concerning overflow due to shifts, unsigned, and bad ↵ | Bruce Momjian | |
prototypes, from Solaris, from Diab Jerius | |||
1997-04-24 | Somewhat backwards #ifdef's for HAVE_GETRUSAGE | Marc G. Fournier | |
1997-04-23 | Change HAVE_RUSAGE to HAVE_GETRUSAGE, which is the more appropriate | Marc G. Fournier | |
1997-02-14 | Remove WIN32 defines. They never worked. | Bruce Momjian | |
1997-02-12 | Patch from Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | |
The following patches add to the backend a new debugging flag -K which prints a debug trace of all locking operations on user relations (those with oid greater than 20000). The code is compiled only if LOCK_MGR_DEBUG is defined, so the patch should be harmless if not explicitly enabled. I'm using the code to trace deadlock conditions caused by application queries using the command "$POSTMASTER -D $PGDATA -o '-d 1 -K 1'. The patches are for version 6.0 dated 970126. | |||
1997-02-03 | Change references to NEED_RUSAGE to HAVE_RUSAGE | Marc G. Fournier | |
Pointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp> | |||
1997-01-27 | Apply usage patches for European Dates patch from Keith | Marc G. Fournier | |
1997-01-26 | Change next to nextstep where missed. | Bruce Momjian | |
1997-01-26 | Bring in a patch from Keith Parks to move the use of European dates | Marc G. Fournier | |
from a #define to a run-time option '-e' Man page was updated to reflect new option | |||
1997-01-14 | Eliminate dupliclate definition of external variables reldesc and DataDir. | Bryan Henderson | |
Some compilers recognize this error. | |||
1996-12-26 | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian | |
1996-12-07 | Reduce printing from debug level 2 ande layout change. | Bruce Momjian | |
1996-11-27 | Allow all empty queries to return EMPTY. | Bruce Momjian | |
1996-11-18 | Remove linux define of __USE_POSIX, which doesn't appear to do anything. | Bryan Henderson | |
1996-11-16 | Remove old GetPGData reference that causes warning. | Bryan Henderson | |
1996-11-14 | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | |
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables. | |||
1996-11-11 | Warning removal cleanup | Bruce Momjian | |