| Commit message (Expand) | Author | Age |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Hi, | Bruce Momjian | 1998-04-06 |
* | Add one-line fix to allow redefining built-in functions. | Thomas G. Lockhart | 1998-03-07 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
* | fmgr_faddr cleanup | Bruce Momjian | 1998-01-31 |
* | Inline fmgr_faddr() for speed. | Bruce Momjian | 1998-01-31 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | Fix for aggreg problem and fmgr.c compile problems. | Bruce Momjian | 1998-01-15 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 |
* | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier | 1997-12-20 |
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 |
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | trigger_dynamic()->handle_load() func for loading SPI-triggers | Vadim B. Mikheev | 1997-09-01 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 |
* | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 |
* | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 |
* | Improvements to the ultrix port, in particular a bunch of compiler | Marc G. Fournier | 1997-02-13 |
* | cleanup for LINUX_ELF | Bruce Momjian | 1997-01-10 |
* | More stuff to make it compile on various ports. | Bryan Henderson | 1996-11-27 |
* | Typecasts, etc. to make compile work on AIX. Thanks Darren King.. | Bryan Henderson | 1996-11-24 |
* | Quiet compiler warnings. | Bryan Henderson | 1996-11-10 |
* | Makefile cleanup after reorganization | Bruce Momjian | 1996-11-09 |
* | Compile and warning cleanup | Bruce Momjian | 1996-11-08 |
* | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 |
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |