Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | |
initdb/regression tests pass. | |||
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
spacing. Also adds space for one-line comments. | |||
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | |
2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | |
2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | |
the harm potential outweighs the possible benefits. | |||
2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | |
That means you can now set your options in either or all of $PGDATA/configuration, some postmaster option (--enable-fsync=off), or set a SET command. The list of options is in backend/utils/misc/guc.c, documentation will be written post haste. pg_options is gone, so is that pq_geqo config file. Also removed were backend -K, -Q, and -T options (no longer applicable, although -d0 does the same as -Q). Added to configure an --enable-syslog option. changed all callers from TPRINTF to elog(DEBUG) | |||
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. | |||
1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1998-10-06 | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | |
and possibly other problems. Minor changes in xact.c and postgres.c's main loop to support new handling of async NOTIFY. | |||
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian | |
1998-08-25 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | |
> these patches define the UNLISTEN sql command. The code already > existed but it was unknown to the parser. Now it can be used > like the listen command. > You must make clean and delete gram.c and parser.h before make. | |||
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 | |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | |
NOT_USED. | |||
1996-11-08 | Compile and warning cleanup | Bruce Momjian | |
1996-11-06 | Okay...this pretty much cleans out the include files. | Marc G. Fournier | |
I'm able to get through a 'make' of the backend with no errors except the occasional 'might not be initialized error', which is nothing major, just annoying. Have a few patches from D'Arcy to incorporate, but am waiting until I can get a clean compile first, which I'm hoping to have before bed, or sometime tomorrow. | |||
1996-10-04 | The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS | Marc G. Fournier | |
1996-08-28 | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | |
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed... |