Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | |
for details). It doesn't really do that much yet, since there are no short-term memory contexts in the executor, but the infrastructure is in place and long-term contexts are handled reasonably. A few long- standing bugs have been fixed, such as 'VACUUM; anything' in a single query string crashing. Also, out-of-memory is now considered a recoverable ERROR, not FATAL. Eliminate a large amount of crufty, now-dead code in and around memory management. Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and backend startup. | |||
2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | |
2000-01-26 | Add: | Bruce Momjian | |
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | |||
2000-01-13 | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | |
error-proof. Rearranged some old code and removed dead sections. | |||
1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | |
pg_dump and interfaces/odbc still need some work.) | |||
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | |
1999-05-25 | pgindent run over code. | Bruce Momjian | |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1999-02-06 | New alloc set code using a memory block pool for small allocations. | Jan Wieck | |
Jan | |||
1999-01-17 | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | |
to ensure that config.h is included as well. | |||
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian | |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian | |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | |
indenting. Also static variable indenting. | |||
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1996-11-26 | Make it compile on Ultrix. Thanks Erik Bertelson. | Bryan Henderson | |
1996-11-24 | Typecasts, etc. to make compile work on AIX. Thanks Darren King.. | Bryan Henderson | |
1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | |