summaryrefslogtreecommitdiff
path: root/src/include/commands/command.h
Commit message (Collapse)AuthorAgeFilesLines
* 'const' decorations are fine, but not when they're inserted withoutTom Lane2000-07-181-2/+2
| | | | bothering to clean up the resulting warnings ...
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-051-2/+3
| | | | | | | Automatically create toast table at CREATE TABLE if new table has toastable attributes. Jan
* TOASTJan Wieck2000-07-031-1/+3
| | | | | | | | WARNING: This is actually broken - we have self-deadlocks due to concurrent changes in buffer management. Vadim and me are working on it. Jan
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+1
| | | | | | | | | | | | | 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.
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-9/+9
|
* Add:Bruce Momjian2000-01-261-2/+3
| | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-5/+22
|
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
|
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
|
* pgindent run over code.Bruce Momjian1999-05-251-5/+5
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-5/+5
|
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-1/+3
| | | | | LOCK TABLE IN ... MODE ...implemented
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+4
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+5
|
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-5/+3
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-3/+3
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-14/+16
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-191-11/+3
| | | | NOT_USED.
* Oops, two includes unrequiredMarc G. Fournier1996-11-061-3/+1
|
* Another one bite sthe dustMarc G. Fournier1996-11-061-3/+4
|
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-281-0/+56
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed...