aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAge
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-05
* TOASTJan Wieck2000-07-03
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane2000-05-11
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-04
* Remove gcc warnings. The Postgres world isn't really safeTom Lane2000-02-19
* Implement reindex commandHiroshi Inoue2000-02-18
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* - Allow array on int8Peter Eisentraut2000-01-15
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Whoever touched this code last doesn't seem to understandTom Lane1999-12-20
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-21
* Hello.Bruce Momjian1999-10-26
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Hmm, guess I forgot to commit this file the other day ...Tom Lane1999-09-30
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Improve error message from failed LOAD command (includeTom Lane1999-05-22
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Here is a patch.Bruce Momjian1999-03-16
* Remove reference to recipe.h.Bruce Momjian1999-02-25
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-24
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* primary key support cleanups from D'Arcy...Marc G. Fournier1999-01-26
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Bracket filename in LOAD error message with single quotesThomas G. Lockhart1998-09-25
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-06
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-16