Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
| | |||
* | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 |
| | |||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
| | | | | | | | | | | | | | | | | | | | o Change all current CVS messages of NOTICE to WARNING. We were going to do this just before 7.3 beta but it has to be done now, as you will see below. o Change current INFO messages that should be controlled by client_min_messages to NOTICE. o Force remaining INFO messages, like from EXPLAIN, VACUUM VERBOSE, etc. to always go to the client. o Remove INFO from the client_min_messages options and add NOTICE. Seems we do need three non-ERROR elog levels to handle the various behaviors we need for these messages. Regression passed. | ||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
| | | | | initdb/regression tests pass. | ||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | Fix broken $Header$ declaration. | Tom Lane | 2001-05-30 |
| | |||
* | Re-add pg_index.indisclustered in a minimalist way. Also fix BSDi | Bruce Momjian | 2001-05-15 |
| | | | | dynamic linker change. #include must be before #ifdef test. | ||
* | Use RTLD_GLOBAL flag for dlopen-style dynamic loaders. | Peter Eisentraut | 2001-05-14 |
| | |||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | Add: | Bruce Momjian | 2000-01-26 |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | ||
* | 'extern char *pg_pathname' in these files fails to agree with | Tom Lane | 1999-10-25 |
| | | | | | postgres.c's declaration of 'char pg_pathname[...]'. I dunno when these ports were last used, but they are sure broken now... | ||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
| | |||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
| | |||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
| | |||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
| | |||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
| | |||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | fix so that dynloader.h is included instead of port-protos.h | Marc G. Fournier | 1997-12-20 |
| | |||
* | Move over the BSDi port files | Marc G. Fournier | 1997-12-20 |