| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | 1 | -9/+16 | |
| | | | | | NOT_USED. | |||||
| * | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 1 | -8/+6 | |
| | | ||||||
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 1 | -2/+2 | |
| | | ||||||
| * | fix for initdb --debug core dump, from Tatsuo Ishii | Bruce Momjian | 1997-06-25 | 1 | -4/+4 | |
| | | ||||||
| * | Date/Time updates from Thomas... | Marc G. Fournier | 1997-03-14 | 1 | -2/+2 | |
| | | ||||||
| * | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | 1 | -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 configure | Marc G. Fournier | 1997-01-24 | 1 | -2/+2 | |
| | | ||||||
| * | Eliminate dupliclate definition of external variables reldesc and DataDir. | Bryan Henderson | 1997-01-14 | 1 | -2/+1 | |
| | | | | | Some compilers recognize this error. | |||||
| * | pq/signal() portability patch. Also psql copy prompt fix. | Bruce Momjian | 1996-12-26 | 1 | -5/+6 | |
| | | ||||||
| * | Fix bug: -D options implies -d option. | Bryan Henderson | 1996-11-22 | 1 | -1/+2 | |
| | | ||||||
| * | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | 1996-11-14 | 1 | -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 Henderson | 1996-11-10 | 1 | -1/+2 | |
| | | | | | declaratoin. | |||||
| * | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 | 1 | -8/+11 | |
| | | ||||||
| * | -Wall'd | Marc G. Fournier | 1996-10-21 | 1 | -20/+76 | |
| | | ||||||
| * | Added a #define NEED_SIG_JMP to config.h | Marc G. Fournier | 1996-10-18 | 1 | -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_0 | Marc G. Fournier | 1996-08-17 | 1 | -2/+2 | |
| | | | | | Found/submittd by David Bennett | |||||
| * | Fixes: | Marc G. Fournier | 1996-08-13 | 1 | -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 tree | Marc G. Fournier | 1996-07-23 | 1 | -10/+11 | |
| | | ||||||
| * | fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} | Marc G. Fournier | 1996-07-16 | 1 | -2/+2 | |
| | | | | | submitted by: Bruce Momjian (root@candle.pha.pa.us) | |||||
| * | fsync patch from openlink | Marc G. Fournier | 1996-07-15 | 1 | -2/+22 | |
| | | ||||||
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+1049 | |
