Bruce Momjian
0da6358f37
Cleanup use of 16 that should be NAMEDATALEN.
1998-07-20 16:57:18 +00:00
Bruce Momjian
5aea4062d6
Inline function, rename libpq variablees, change lrel to lockrel.
1998-07-13 16:35:04 +00:00
Bruce Momjian
76dd88f10b
Reverse out unused patch.
1998-07-12 04:43:28 +00:00
Bruce Momjian
2a8996f631
Print relation name before vacuum, results after vacuum.
1998-07-12 04:37:55 +00:00
Bruce Momjian
d5283ccd3e
Rename shared memory area.
1998-06-30 19:09:57 +00:00
Bruce Momjian
0cba552301
Update backend flowchart.
1998-06-28 06:17:14 +00:00
Bruce Momjian
54aabaa800
Rename BindingTable to ShmemIndex.
1998-06-27 15:47:48 +00:00
Bruce Momjian
7487a82667
More cleanups for compiler warnings.
1998-06-27 14:06:41 +00:00
Bruce Momjian
48a94aaf51
Rename proc_exit_clear to on_exit_reset.
1998-06-27 13:24:21 +00:00
Bruce Momjian
e747c58718
Fix for hang after postmaster restart. Add new proc_exit and
...
shmem_exit to replace exitpg().
1998-06-27 04:53:49 +00:00
Bruce Momjian
8fa93b016a
Rename Lockm to Locks.
1998-06-26 19:57:50 +00:00
Bruce Momjian
eef15f555b
Rename BindingTab to BindingTable.
1998-06-25 14:24:35 +00:00
Bruce Momjian
898b3e6f6c
Back out some changes I made just for testing.
1998-06-23 17:59:54 +00:00
Bruce Momjian
9dde6b3de9
Add underscores in manual references.
1998-06-23 17:52:38 +00:00
Bruce Momjian
cfef6ef4ff
cleanups
1998-06-23 16:04:46 +00:00
Bruce Momjian
cba0c6559a
rename MAIN_MEMORY to STABLE_MEMORY_STORAGE
1998-06-23 15:35:48 +00:00
Bruce Momjian
8ed5918faa
Solaris cleanup.
1998-06-19 02:55:19 +00:00
Bruce Momjian
c711d41752
Add Assert().
1998-06-18 04:20:34 +00:00
Bruce Momjian
6ab714e3e8
Cleanup UsePrivateMemory define.
1998-06-18 03:56:08 +00:00
Bruce Momjian
94cc3abe60
Cleanups.
1998-06-18 03:44:00 +00:00
Bruce Momjian
6bd323c6b3
Remove un-needed braces around single statements.
1998-06-15 19:30:31 +00:00
Bruce Momjian
212c905e2c
Remove fork()/exec() and only do fork(). Small cleanups.
1998-05-29 17:00:34 +00:00
Bruce Momjian
b1eb7b5927
Cleanup.
1998-05-26 17:29:07 +00:00
Bruce Momjian
2ffd727531
ASSERT fixes.
1998-04-06 17:27:54 +00:00
Bruce Momjian
1e801a8f16
Hi,
...
Attached you'll find a (big) patch that fixes make dep and make
depend in all Makefiles where I found it to be appropriate.
It also removes the dependency in Makefile.global for NAMEDATALEN
and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
a little smarter.
This no longer requires initdb.sh that is turned into initdb with
a sed script when installing Postgres, hence initdb.sh should be
renamed to initdb (after the patch has been applied :-) )
This patch is against the 6.3 sources, as it took a while to
complete.
Please review and apply,
Cheers,
Jeroen van Vianen
1998-04-06 00:32:26 +00:00
Marc G. Fournier
6a9627e792
Last minute clean up for SunOS...
...
From: t-ishii@sra.co.jp
1998-03-02 05:42:15 +00:00
Bruce Momjian
a32450a585
pgindent run before 6.3 release, with Thomas' requested changes.
1998-02-26 04:46:47 +00:00
Bruce Momjian
679d39b9c8
Goodbye ABORT. Hello ERROR for all errors.
1998-01-07 21:07:04 +00:00
Bruce Momjian
0d9fc5afd6
Change elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 03:35:55 +00:00
Marc G. Fournier
6e337eef45
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
...
some of the ports...
1997-12-20 00:29:35 +00:00
Marc G. Fournier
5379b84eff
More cleanups. I can now compile without PORTNAME being defined n
...
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 :)
1997-12-19 02:09:10 +00:00
Vadim B. Mikheev
90d490059d
Have to PROC_INCR_SLOCK before return.
1997-09-22 04:20:53 +00:00
Bruce Momjian
3f365ba0fc
Inline memset() as MemSet().
1997-09-18 20:22:58 +00:00
Bruce Momjian
8cb4154492
Inline frequently called functions.
1997-09-18 14:21:02 +00:00
Bruce Momjian
59f6a57e59
Used modified version of indent that understands over 100 typedefs.
1997-09-08 21:56:23 +00:00
Bruce Momjian
319dbfa736
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
1997-09-08 02:41:22 +00:00
Bruce Momjian
1ccd423235
Massive commit to run PGINDENT on all *.c and *.h files.
1997-09-07 05:04:48 +00:00
Bruce Momjian
a1635450b3
Cleanups needed for indent. Remove };
1997-09-05 18:13:45 +00:00
Bruce Momjian
c4cb617504
Major patch to speed up backend startup after profiling analysis.
1997-08-24 23:08:01 +00:00
Bruce Momjian
671c4ea6f5
Remove unused spin function when no spinlocks.
1997-08-21 13:43:46 +00:00
Marc G. Fournier
bb951c6cb4
Changes for Digital Unix
1997-08-20 00:50:11 +00:00
Bruce Momjian
1d8bbfd2e7
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
1997-08-19 21:40:56 +00:00
Marc G. Fournier
eaae21fb4d
Fixes for alphalinux port by abrams@philos.umass.edu
1997-08-17 02:40:00 +00:00
Bruce Momjian
ea5b5357cd
Remove more (void) and fix -Wall warnings.
1997-08-12 22:55:25 +00:00
Bruce Momjian
8d25436d70
mkLinux patches from Tatsuo Ishii.
1997-07-29 14:09:11 +00:00
Bruce Momjian
3ac9d2fff3
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
1997-07-24 20:19:10 +00:00
Marc G. Fournier
e318022e1a
From: "D'Arcy J.M. Cain" <darcy@druid.net>
...
Subject: [PATCHES] backend/storage/ipc/shmem.c
- strname is only used if assert checking is on
1997-06-06 22:04:04 +00:00
Marc G. Fournier
15da18508f
From: Phil Nelson <phil@cs.wwu.edu>
...
Subject: [PATCHES] Added support for NetBSD/pc532.
1997-06-06 01:37:23 +00:00
Marc G. Fournier
08a5901ba1
Various patches not commited, plus a linux/sparc patch from
...
Satoshi Ishikawa <power@sekine.densi.gifu-u.ac.jp >
1997-04-24 02:35:39 +00:00
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.
1997-03-12 21:13:19 +00:00