Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
| | |||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
| | |||
* | 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 |
| | |||
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 |
| | |||
* | cc1: warnings being treated as errors | Vadim B. Mikheev | 1997-06-03 |
| | | | | | | | remove.c: In function `RemoveAggregate': remove.c:413: warning: unused variable `typename' -> got rid of it. | ||
* | From: Darren King <aixssd!darrenk@abs.net> | Marc G. Fournier | 1997-05-22 |
| | | | | | | | | Subject: [PATCHES] DROP AGGREGATE patch/fix. Here's a patch that fixes the DROP AGGREGATE command to delete the desired aggregate for a specific type. | ||
* | This patch changes quite a few instances of references of Oid's | Bruce Momjian | 1996-11-30 |
| | | | | | | | | | | | | as ints and longs. Touches on quite a few function args as well. Most other files look ok as far as Oids go...still checking though... Since Oids are type'd as unsigned ints, they should prolly be used with the %ud format string in elog and sprintf messages. Not sure what kind of strangeness that could produce. Darren King | ||
* | Clean it up so that it compiles | Marc G. Fournier | 1996-11-06 |
| | |||
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 |
| | |||
* | Another first pass at cleaning up the #includes | Marc G. Fournier | 1996-11-03 |
| | |||
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 |
| | |||
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1996-08-19 |
| | | | | fixed the spelling of 'nonexistent' in a few places... | ||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |