| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
been set in the session.
General cleanup of timezone support code.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Define close_ls(), close_lseg(), lseg_length().
Write real code for close_sb(), close_pb(), inter_sb(), inter_lb().
Repair lseg_perp() which determines if two lsegs are perpendicular.
Repair lseg_dt() distance between two lsegs.
Note: close_sl() is clearly broken but will repair later
(calculating point on lseg rather than point on line).
|
| | |
|
| |
|
|
| |
Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
|
| | |
|
| |
|
|
|
| |
structure, and move the init_address_fixup() code directly into
backend/main/main.c with appropriate #ifdefs around it...
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[This is a repost - it supercedes the previous one. It fixes the patch so
it doesn't bread aix port, plus there's a file missing out of the
original post because difforig doesn't pick up new files. It's now
attached. peter]
This patch brings the JDBC driver up to the current protocol spec.
Basically, the backend now tells the driver what authentication scheme to
use.
The patch also fixes a performance problem with large objects. In the
buffer manager, each fastpath call was sending multiple Notifications to
the backend (sometimes more data in the form of notifications were being
sent than blob data!).
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
dynloader.c:25: port-protos.h: No such file or directory
In HPUX port
|
| | |
|
| |
|
|
| |
configure vs port specific #ifdef's...
|
| | |
|
| |
|
|
| |
related to grammar and parser issues, with one postmaster fix.
|
| | |
|
| |
|
|
|
|
| |
an illegal macro name. Correct syntax is "#if 0". This is in...
From: Darren King <darrenk@insightdist.com>
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
calls.
|
| |
|
|
|
|
|
|
|
|
|
| |
Attached is the patch to fix the warning messages from my code. I also
fixed one which wasn't my code. Apart from the usual warnings about the
bison/yacc generated code I only have one other warning message. This
is in gramm.y around line 2234. I wasn't sure of the fix.
I've also replaced all the calls to free() in gramm.y to calls to
pfree(). Without these I was getting backend crashes with GRANT. This
might already have been fixed.
|
| | |
|
| |
|
|
| |
offsetof() addition to local socket size.
|
| | |
|
| |
|
|
|
|
| |
(void) change for aix and hp compilers.
protocol cleanup.
|
| |
|
|
| |
Cleanup patches for previous protocol changes patch
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
I have always been under the impression that NULL is not equal to
NULL and that NULL is not equal to anything else either. If this
is the case, then this patch is correct.
If NULL _is_ equal to NULL, then I think there are other problems
in the Group By logic.
|
| |
|
|
|
| |
This patch solves the problem with multiple order by columns, with the
first one having NULL values.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
free()
From: James Hughes <jamesh@interpath.com>
|
| |
|
|
|
|
| |
revoke statements.
From: James Hughes <jamesh@interpath.com>
|
| |
|
|
|
|
| |
when creating unique indexes.
From: James Hughes <jamesh@interpath.com>
|
| |
|
|
|
|
| |
Linux platform.
From: James Hughes <jamesh@interpath.com>
|
| | |
|
| |
|
|
|
|
| |
lock before older waiters, and having readlock people not share
locks if a writer is waiting for a lock, and waiting writers not
getting priority over waiting readers.
|
| |
|
|
| |
to break. renaming to PG_LOCK_LEVEL
|
| | |
|
| | |
|
| | |
|