Marc G. Fournier
b66569e41f
From: Dan McGuirk <mcguirk@indirect.com>
...
Subject: [HACKERS] linux/alpha patches
These patches lay the groundwork for a Linux/Alpha port. The port doesn't
actually work unless you tweak the linker to put all the pointers in the
first 32 bits of the address space, but it's at least a start. It
implements the test-and-set instruction in Alpha assembly, and also fixes
a lot of pointer-to-integer conversions, which is probably good anyway.
29 years ago
Marc G. Fournier
127826978a
From: Dan McGuirk <mcguirk@indirect.com>
...
Subject: [HACKERS] equal column and table name patch
This fixes a bug where selects fail when there is a column with the same
name as the table it's a part of.
29 years ago
Marc G. Fournier
e4949f9fe5
From: Dan McGuirk <mcguirk@indirect.com>
...
Subject: [HACKERS] better access control error messages
This patch replaces the 'no such class or insufficient privilege' with
distinct error messages that tell you whether the table really doesn't
exist or whether access was denied.
29 years ago
Marc G. Fournier
c00c511b7b
From: Dan McGuirk <mcguirk@indirect.com>
...
Subject: [HACKERS] backend Makefile patch
This patch cleans up backend/Makefile a little bit, and prevents it from
relinking the backend binary when no changes have been made.
29 years ago
Marc G. Fournier
51844146e5
From: Dan McGuirk <mcguirk@indirect.com>
...
Subject: [HACKERS] abort failed transaction patch
This patch allows you to end a transaction that has failed on an error
using the 'ABORT' statement without generating another error message.
(By default you get an error unless you use 'END' to terminate the
transaction, which has already been aborted anyway.)
29 years ago
Marc G. Fournier
336eb7056d
Add in the sunos4 portname to configure detection
29 years ago
Bruce Momjian
ea36b0d3cd
Add missing paren.
29 years ago
Marc G. Fournier
977654d55b
Massimo's Deadlock patches w/o the #ifdefs
29 years ago
Bruce Momjian
766bdd2bb5
Vacuum cleanups from Massimo.
29 years ago
Bruce Momjian
b913dd1f9e
Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c
29 years ago
Bruce Momjian
d8023a00bd
Fix vacuum crash Vadim found.
29 years ago
Bruce Momjian
22cabc5514
Reverse patch for Vadims problem.
29 years ago
Marc G. Fournier
e67e399fd9
Add man page for oracle compatibility functions
...
By Edmund
29 years ago
Bruce Momjian
e2ab435e99
Move nextstep into problem/bug section.
29 years ago
Bruce Momjian
da90363c12
Fix vacuum bug Vadim found with text fields.
29 years ago
Vadim B. Mikheev
74bd93d597
Not understandable fix of strange bug in vacuum statistic functions.
29 years ago
Marc G. Fournier
83978e1ea7
This is a set of single row character functions, defined for the datatype
...
text, which are supposed to behave exactly as their Oracle counterparts.
From: Edmund Mergl <E.Mergl@bawue.de>
29 years ago
Marc G. Fournier
497e3c9b5e
Fix the prototype for on_exitpg()
29 years ago
Marc G. Fournier
ed8b7bdff9
Patch from Martin due to changes in joinrels.c
29 years ago
Bruce Momjian
a454ed584d
New TODO.
29 years ago
Bruce Momjian
26eb44f202
Prevent SIGPIPE from crashing server, by Dan McGuirk.
29 years ago
Bruce Momjian
688aff37f9
Change debug to pretty-print tree, recommended by Darren King.
29 years ago
Bruce Momjian
b469a56ac4
flex 2.5.3 warning from Andrew Martin.
29 years ago
Bruce Momjian
3ce0236c69
Apply date patch from tiemann@cygnus.com,Michael Tiemann.
29 years ago
Bruce Momjian
162c2a6e4c
Remove _PAGE_SIZE_ as recommended by Darren King.
29 years ago
Bruce Momjian
34fd62c512
Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.
29 years ago
Bruce Momjian
a3a956bfe5
Change machine/limits.h to limits.h.
29 years ago
Bruce Momjian
872c708f8f
Small regress cleanup.
29 years ago
Bruce Momjian
799755b30d
Fix example so it works.
29 years ago
Bruce Momjian
7e6aeb5074
Substitute defines for numeric constants in type ids.
...
Use INT4OID instead of 23.
29 years ago
Marc G. Fournier
a4c18f553c
Make sure anything configure related is removed on a distclean
29 years ago
Marc G. Fournier
9b4b8e92eb
Create a distclean make directive to handle cleaning out configure
...
generated files, that shouldn't be removed on a make clean
Pointed out by half the hackers mailing list :)
29 years ago
Marc G. Fournier
3ebe69c4c5
Remove second 'all' directive
...
Pointed out by Bruce
29 years ago
Bruce Momjian
38f4f67830
Allow update x =-3, not just x = -3.
29 years ago
Bruce Momjian
326d1568fd
Remove old READMEs.
29 years ago
Bruce Momjian
fc87230507
Remove SUBSYS.o in port/ on clean.
29 years ago
Bruce Momjian
317ea8bf39
Remove win32 port directory. Forgot to do it earlier.
29 years ago
Bruce Momjian
7a14979f02
Updated FAQ
29 years ago
Marc G. Fournier
bb21784caa
Fix, I think, the stdup.o problem reported on those systems without
...
it.
29 years ago
Marc G. Fournier
00bcb8a0ed
Change "WARN" message generated if a unique index is attempted on a table/key
...
containing non-unique data
29 years ago
Vadim B. Mikheev
36058981a4
Added: UNIQUE feature to bulkload code.
29 years ago
Marc G. Fournier
2280e62d39
Make the error message output by AllocateFile() if failes to
...
open Nulldev a *bit* more user friendly...or, at least, admin
friendly...have it print strerror(errno) as well
29 years ago
Marc G. Fournier
069b71d721
Add in port hpux to configure
...
Pointed out by: Mark Hollomon <mhh@nortel.ca>
29 years ago
Vadim B. Mikheev
4de2f24895
Fix for queries with 3 or more relations participating in
...
one clause.
29 years ago
Bruce Momjian
6eb0525185
Prevent under/over flow of float8 constants in parser. Small regression fix.
29 years ago
Marc G. Fournier
5b5bbdb161
Disable GEQO...it seems to be broken as shown by the message to
...
bugs@postgresql.org concerning updates
29 years ago
Marc G. Fournier
ee6d3a7326
Various cleanups to satisfy -Werror, but there are some errors that I'm
...
not certain how to fix, so left them there and enabled -Wno-error for
this directory for now
29 years ago
Marc G. Fournier
950c57600e
rearrange ordering of headers os that postgres.h is first
29 years ago
Marc G. Fournier
517c8db869
Remove WIN32 stuff, and improve conformance to configure
29 years ago
Marc G. Fournier
f6c4d9142a
Didn't *quite* work the way I thought it would...default'd to clean,
...
not make all :( Fixed...
29 years ago