Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove last recipe file. | Bruce Momjian | 2002-07-30 | 1 | -20/+0 |
| | |||||
* | Remove _deadcode. | Peter Eisentraut | 2002-07-24 | 2 | -1664/+0 |
| | |||||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 3 | -6/+6 |
| | |||||
* | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | 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 | 3 | -12/+12 |
| | | | | initdb/regression tests pass. | ||||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 2 | -2/+4 |
| | | | | 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 | 3 | -26/+3 |
| | | | | tests pass. | ||||
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -3/+6 |
| | |||||
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -27/+26 |
| | |||||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 3 | -6/+6 |
| | |||||
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Add: | Bruce Momjian | 2000-01-26 | 3 | -6/+9 |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | ||||
* | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane | 2000-01-17 | 1 | -5/+4 |
| | | | | | where necessary --- several of them didn't really need it, though. tqual-checking macros simplified accordingly. | ||||
* | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -5/+5 |
| | |||||
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| | | | | | | Fewer calls to nameout. Better use of RelationGetRelationName. | ||||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| | |||||
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -10/+10 |
| | |||||
* | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| | |||||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 2 | -21/+21 |
| | |||||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| | |||||
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -13/+13 |
| | |||||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 2 | -23/+23 |
| | |||||
* | Fix snprintf with strings, and nextval('"Aa"'); | Bruce Momjian | 1999-03-16 | 1 | -3/+3 |
| | |||||
* | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian | 1999-02-24 | 2 | -0/+1352 |
| | | | | Move files to deadcode. | ||||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| | |||||
* | Many more cleanups... | Marc G. Fournier | 1998-12-14 | 1 | -8/+7 |
| | |||||
* | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 | 1 | -6/+1 |
| | | | | | | Switch sprintf() to snprintf() Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of code | ||||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| | |||||
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | no longer returns buffer pointer, can be gotten from scan; descriptor; bootstrap can create multi-key indexes; pg_procname index now is multi-key index; oidint2, oidint4, oidname are gone (must be removed from regression tests); use System Cache rather than sequential scan in many places; heap_modifytuple no longer takes buffer parameter; remove unused buffer parameter in a few other functions; oid8 is not index-able; remove some use of single-character variable names; cleanup Buffer variables usage and scan descriptor looping; cleaned up allocation and freeing of tuples; 18k lines of diff; | ||||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -3/+1 |
| | |||||
* | Show backend status on ps command line. Remove unused args from | Bruce Momjian | 1998-06-04 | 1 | -3/+3 |
| | | | | pg_exec_query(). | ||||
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -2/+2 |
| | |||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -2/+2 |
| | |||||
* | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 | 1 | -3/+3 |
| | |||||
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -1/+2 |
| | |||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -13/+13 |
| | | | | indenting. Also static variable indenting. | ||||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -176/+193 |
| | |||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | 1 | -7/+20 |
| | | | | NOT_USED. | ||||
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵ | Bruce Momjian | 1997-08-12 | 1 | -3/+3 |
| | | | | some (void) casts that are unnecessary. | ||||
* | Clean it up so that it compiles | Marc G. Fournier | 1996-11-06 | 1 | -7/+7 |
| | |||||
* | Another first pass at cleaning up the #includes | Marc G. Fournier | 1996-11-03 | 1 | -4/+2 |
| | |||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+336 |