Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | |
| | ||||
* | New alloc set code using a memory block pool for small allocations. | Jan Wieck | 1999-02-06 | |
| | | | | Jan | |||
* | Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki | Bruce Momjian | 1998-12-26 | |
| | | | | | | | | | | Nakajima. Since he is not subscribing the mailing list, I'm posting his patches by his request. According to him, he has successfully compiled and passed the regression test on Mac SE/30 running NetBSD/m68k. Also, another person has reported that with the patches PostgreSQL is working on NetBSD/sun3 too. -- Tatsuo Ishii | |||
* | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 | |
| | | | | just two macros. | |||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | |
| | ||||
* | From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> | Marc G. Fournier | 1998-04-27 | |
| | | | | | | | | | | Ok, I have finally gotten all of the defines for Dec/Alpha and Linux/Alpha sorted out as Marc asked. There is no longer any need for '-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha template files (./src/template/{alpha,linuxalpha}). I have replaced every instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be the common symbol between C compilers on both operating systems (RH4.2 & DecUnix 4.0b) for alpha. | |||
* | More work in the right direction on linux/alpha | Marc G. Fournier | 1998-04-12 | |
| | | | | From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> | |||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | |
| | ||||
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 | |
| | ||||
* | Fix SCO and change index name. | Bruce Momjian | 1998-01-11 | |
| | ||||
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | More NOT_USEDs | Bruce Momjian | 1997-08-20 | |
| | ||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | |
| | | | | NOT_USED. | |||
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | |
| | | | | | | | | | | 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. | |||
* | This is a set of single row character functions, defined for the datatype | Marc G. Fournier | 1997-03-04 | |
| | | | | | | text, which are supposed to behave exactly as their Oracle counterparts. From: Edmund Mergl <E.Mergl@bawue.de> | |||
* | Removed PORTNAME_. Use OS version only. | Bruce Momjian | 1996-11-04 | |
| | ||||
* | More cleans of the inter-dependencies in the #include files | Marc G. Fournier | 1996-11-03 | |
| | ||||
* | remove: | Marc G. Fournier | 1996-10-31 | |
| | | | | | #include "postgres.h" #include "c.h" | |||
* | More cleanups of the include files | Marc G. Fournier | 1996-08-28 | |
- centralizing to simplify the -I's required to compile |