| Commit message (Expand) | Author | Age | Files | Lines |
* | Stopgap patch for problem with cursors using hash joins: an ABORT | Tom Lane | 2000-11-10 | 1 | -1/+7 |
* | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane | 2000-05-21 | 2 | -5/+60 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 3 | -14/+19 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -2/+2 |
* | Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory | Tom Lane | 2000-03-08 | 1 | -1/+9 |
* | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 | 2 | -6/+11 |
* | Add: | Bruce Momjian | 2000-01-26 | 5 | -10/+15 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
* | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 1 | -2/+2 |
* | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 1 | -2/+2 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -6/+6 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
* | 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 |