Marc G. Fournier
3b3ffc8d97
From: Magnus Hagander <mha@sollentuna.net>
...
27 years ago
Bruce Momjian
f0fbd7b87e
Some security, since we now have vsnprintf, I remade an old patch
...
with some extra ugly sprintfs fixed. More work in this area is
needed still.
Göran Thyni
27 years ago
Bruce Momjian
fa1a8d6a97
OK, folks, here is the pgindent output.
27 years ago
Bruce Momjian
af74855a60
Renaming cleanup, no pgindent yet.
27 years ago
Bruce Momjian
cbf83190c5
Two spaces after a colon.
27 years ago
Marc G. Fournier
7414d61950
From: Massimo Dal Zotto <dz@cs.unitn.it>
...
27 years ago
Bruce Momjian
febe53d813
Rename signal to SIGHUP.
28 years ago
Bruce Momjian
e747c58718
Fix for hang after postmaster restart. Add new proc_exit and
...
shmem_exit to replace exitpg().
28 years ago
Bruce Momjian
6bd323c6b3
Remove un-needed braces around single statements.
28 years ago
Bruce Momjian
07140ee024
Allow cancel from client of backend query. Change some int variables
...
to bool's.
28 years ago
Bruce Momjian
a32450a585
pgindent run before 6.3 release, with Thomas' requested changes.
28 years ago
Bruce Momjian
24cab6bd0d
Goodbye register keyword. Compiler knows better.
28 years ago
Bruce Momjian
c16ebb0f67
getpid/pid cleanup
28 years ago
Bruce Momjian
679d39b9c8
Goodbye ABORT. Hello ERROR for all errors.
28 years ago
Bruce Momjian
69cf5abe10
Change elog(WARN) to elog(ERROR) and elog(ABORT).
28 years ago
Bruce Momjian
345641e498
Change elog(WARN) to elog(ERROR) and elog(ABORT).
28 years ago
Bruce Momjian
0d9fc5afd6
Change elog(WARN) to elog(ERROR) and elog(ABORT).
28 years ago
Marc G. Fournier
213d7b1ae3
From: Bryan Henderson <bryanh@giraffe.netgate.net>
...
The attached patch makes elog() write the message to stderr if there is
no frontend to talk to.
28 years ago
Bruce Momjian
319dbfa736
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
28 years ago
Bruce Momjian
1ccd423235
Massive commit to run PGINDENT on all *.c and *.h files.
28 years ago
Bruce Momjian
ea5b5357cd
Remove more (void) and fix -Wall warnings.
29 years ago
Bruce Momjian
3ac9d2fff3
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
29 years ago
Marc G. Fournier
d611b07dd7
This is an attempt to get rid of some cruft...
...
According to man page under FreeBSD for sys_errlist[], strerror() should be
used instead...not sure if this will break other systems, so only changing
two files for now, and we'll see what "errors" it turns up
29 years ago
Marc G. Fournier
dcd2332a4d
Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objects
29 years ago
Marc G. Fournier
5dde558ce6
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
Bruce Momjian
31c8e94b34
Remove WIN32 defines. They never worked.
29 years ago
Bryan Henderson
f64b840387
Remove most compile-time options, add a few runtime options to make up for it.
...
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.
29 years ago
Bruce Momjian
aaeef4d17d
All external function definitions now have prototypes that are checked.
29 years ago
Bruce Momjian
4b2b8592a0
Compile and warning cleanup
29 years ago
Marc G. Fournier
0020e8790d
Another directory that compiles with no errors, and few warnings
29 years ago
Marc G. Fournier
df6a9e633c
more removal of PORTNAME_*
29 years ago
Bruce Momjian
81f2f81960
Removed const warning.
29 years ago
Marc G. Fournier
15a645014a
I grabbed the latest version of the source code via sup this morning,
...
and found out that one of the patches is a show stopper for
compiling under a strict ansi package.
Please make sure the following fix makes it into the 1.02.1
release...
Thanks.
-Kurt
30 years ago
Marc G. Fournier
18a7989e1a
- merging in Dr. George's tree with ours
...
- src/backend/access
- no changes
- src/backend/utils
- mostly cosmetic changes
- ESCAPE_PATCH Added
- src/Makefile.global changes merged
30 years ago
Marc G. Fournier
9bffaade96
Fixes:
...
This is a patch to prevent an endless loop occuring in the Postgres backend
when a 'warning' error condition generates another warning error contition
in the handler code.
Submitted by: Chris Dunlop, <chris@onthe.net.au>
30 years ago
Marc G. Fournier
55aab6a434
fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}
...
submitted by: Bruce Momjian (root@candle.pha.pa.us )
30 years ago
Marc G. Fournier
d31084e9d1
Postgres95 1.01 Distribution - Virgin Sources
30 years ago