summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-191-9/+16
| | | | NOT_USED.
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-8/+6
|
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
|
* fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian1997-06-251-4/+4
|
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-2/+2
|
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+2
| | | | | | | | | | 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.
* Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configureMarc G. Fournier1997-01-241-2/+2
|
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-141-2/+1
| | | | Some compilers recognize this error.
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-261-5/+6
|
* Fix bug: -D options implies -d option.Bryan Henderson1996-11-221-1/+2
|
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-398/+412
| | | | | | | 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.
* Add #include <unistd.h> to quiet compiler warning about missing getopt() ↵Bryan Henderson1996-11-101-1/+2
| | | | declaratoin.
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-8/+11
|
* -Wall'dMarc G. Fournier1996-10-211-20/+76
|
* Added a #define NEED_SIG_JMP to config.hMarc G. Fournier1996-10-181-29/+10
| | | | | Removed #ifdef's for OPENLINK_PATCH. We enable it by default, and nobody *has* to enable the functionality, but no reason to retain the "old code"
* changed missed err() change to err_out()Release_2_0_0Marc G. Fournier1996-08-171-2/+2
| | | | Found/submittd by David Bennett
* Fixes:Marc G. Fournier1996-08-131-6/+2
| | | | | | | | | | | | | There is a support routine in the standard 4.4BSD C library called "err()". There is also a utility routine in .../src/backend/bootstrap/bootstrap.c with the same name. Here's a patch that renames the pg95 routine to something a little more sane. As a bonus, one more bit of system-specific code leaves the system... Submitted by: "Kurt J. Lidl" <lidl@va.pubnix.com>
* Finished merging in src/backend from Dr. George's source treeMarc G. Fournier1996-07-231-10/+11
|
* fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier1996-07-161-2/+2
| | | | submitted by: Bruce Momjian (root@candle.pha.pa.us)
* fsync patch from openlinkMarc G. Fournier1996-07-151-2/+22
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1049