| Commit message (Expand) | Author | Age | Files | Lines |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -2/+2 |
| * | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian | 1999-09-23 | 1 | -1/+3 |
| * | Repair incorrect cleanup of heap memory allocation during | Tom Lane | 1999-09-09 | 1 | -3/+2 |
| * | Alter AllocSet routines so that requests larger than | Tom Lane | 1999-08-24 | 1 | -40/+133 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 4 | -17/+4 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 4 | -9/+9 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 4 | -9/+9 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 3 | -13/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 3 | -10/+3 |
| * | Rename to vararg_format(). | Bruce Momjian | 1999-06-19 | 1 | -3/+3 |
| * | Change form() to varargform() to prevent portability problems. | Bruce Momjian | 1999-06-19 | 1 | -3/+3 |
| * | Reversed out Massimo patch. | Bruce Momjian | 1999-06-12 | 1 | -19/+1 |
| * | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian | 1999-06-12 | 1 | -1/+19 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -1/+3 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 5 | -114/+117 |
| * | Modify aset.c logic so that blocks requested from malloc get | Tom Lane | 1999-05-22 | 1 | -31/+114 |
| * | Hi, | Bruce Momjian | 1999-03-22 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 5 | -64/+64 |
| * | Fixed problem with multiple portals shown up in portals_p2 regression | Jan Wieck | 1999-02-07 | 1 | -10/+1 |
| * | New alloc set code using a memory block pool for small allocations. | Jan Wieck | 1999-02-06 | 4 | -285/+204 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 | 2 | -4/+4 |
| * | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | 1999-01-01 | 1 | -4/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 4 | -11/+9 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 5 | -50/+50 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 4 | -36/+4 |
| * | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -34/+42 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 3 | -8/+8 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -3/+3 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 1 | -4/+6 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -4/+4 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 3 | -25/+25 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 1 | -2/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 5 | -89/+89 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 5 | -1152/+1206 |
| * | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 | 1 | -15/+5 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 4 | -11/+31 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 1 | -2/+2 |
| * | Make it compile on Ultrix. Thanks Erik Bertelson. | Bryan Henderson | 1996-11-26 | 1 | -1/+4 |
| * | Typecasts, etc. to make compile work on AIX. Thanks Darren King.. | Bryan Henderson | 1996-11-24 | 1 | -5/+4 |
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 1 | -1/+3 |
| * | Makefile cleanup after reorganization | Bruce Momjian | 1996-11-09 | 1 | -2/+1 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 3 | -7/+13 |
| * | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 | 1 | -4/+7 |
| * | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 | 1 | -3/+2 |
| * | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 | 2 | -15/+37 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 6 | -0/+2176 |