summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAgeFilesLines
* Add permission check for CHECKPOINT.Peter Eisentraut2001-01-271-1/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-051-9/+25
* REINDEX under WAL.Hiroshi Inoue2000-12-081-1/+3
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-4/+6
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-2/+3
* CLUSTER did no permissions checking, forsooth ...Tom Lane2000-11-081-2/+9
* DropErrorMsg() died with assert failure if try to drop a toast table...Tom Lane2000-11-071-6/+9
* New CHECKPOINT command.Vadim B. Mikheev2000-11-051-2/+10
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-221-47/+43
* The following patch was sent to the patches list:Bruce Momjian2000-10-181-79/+128
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-23/+1
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-102/+30
* This patch implements the following command:Bruce Momjian2000-09-121-1/+4
* This patch implements a different "relkind"Bruce Momjian2000-09-121-1/+4
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-15/+11
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-051-2/+11
* TOASTJan Wieck2000-07-031-1/+4
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-51/+51
* Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane2000-05-111-4/+1
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-251-11/+12
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-77/+78
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-041-1/+6
* Remove gcc warnings. The Postgres world isn't really safeTom Lane2000-02-191-4/+4
* Implement reindex commandHiroshi Inoue2000-02-181-1/+56
* A few minor psql enhancementsPeter Eisentraut2000-01-291-12/+11
* Add:Bruce Momjian2000-01-261-2/+3
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-19/+39
* - Allow array on int8Peter Eisentraut2000-01-151-8/+11
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-12/+8
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-3/+3
* Whoever touched this code last doesn't seem to understandTom Lane1999-12-201-6/+3
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-161-1/+21
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-141-1/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-8/+8
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-211-2/+6
* Hello.Bruce Momjian1999-10-261-10/+5
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-151-1/+23
* Hmm, guess I forgot to commit this file the other day ...Tom Lane1999-09-301-24/+19
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-1/+8
* Transaction log manager core code.Vadim B. Mikheev1999-09-271-3/+3
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+33
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-16/+17
* Final cleanup.Bruce Momjian1999-07-161-16/+13
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+3
* Improve error message from failed LOAD command (includeTom Lane1999-05-221-13/+3
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-4/+4
* Here is a patch.Bruce Momjian1999-03-161-9/+9