Commit Graph

70 Commits (51f62d505e2aba66bf7870c7bd005cd32e7d0953)

Author SHA1 Message Date
Bruce Momjian 7acc237744 This patch implements ORACLE's COMMENT SQL command. 26 years ago
Tom Lane 5fc889fbea Hmm, guess I forgot to commit this file the other day ... 26 years ago
Jan Wieck 1547ee017c This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. 26 years ago
Vadim B. Mikheev 30659d43eb Transaction log manager core code. 26 years ago
Bruce Momjian e7cad7b0cb Add TRUNCATE command, with psql help and sgml additions. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane f9f90b21b2 Improve error message from failed LOAD command (include 27 years ago
Bruce Momjian 58118db39d Add new postgres -O option to allow system table structure changes. 27 years ago
Bruce Momjian 434762b559 Here is a patch. 27 years ago
Bruce Momjian c438520b91 Remove reference to recipe.h. 27 years ago
Bruce Momjian 6df955fd3b Fix problem with selectivity error in added columns with ALTER TABLE. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Marc G. Fournier 38a5bda208 primary key support cleanups from D'Arcy... 27 years ago
Bruce Momjian c91dbcc5c7 The following patch finishes primary key support. Previously, when 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Vadim B. Mikheev 3498d878cb SET TRANSACTION ISOLATION LEVEL ... 27 years ago
Thomas G. Lockhart 734d44988a Bracket filename in LOAD error message with single quotes 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Marc G. Fournier f62d1253ef From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Marc G. Fournier 88b17d9c56 From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even 27 years ago
Bruce Momjian af5fde7491 Make large objects their own relkind type. Fix dups in pg_class_mb 28 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 28 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 28 years ago
Bruce Momjian fce7556d33 Change error message and remove non-functional update message, from 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 27db9ecd0b Fix macros that were not properly surrounded by parens or braces. 28 years ago
Bruce Momjian a576a60e3f Show backend status on ps command line. Remove unused args from 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Bruce Momjian 9db64857e0 Move variable.c to commands/ and aclchk.c to catalog/. 28 years ago
Bruce Momjian deea69b90e Change some ABORTS to ERROR. Add line number when COPY Failure. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Thomas G. Lockhart a343b2e713 Coerce a function argument to avoid compiler warning. 28 years ago
Marc G. Fournier 4c04f7724e From: todd brandys <brandys@eng3.hep.uiuc.edu> 28 years ago
Bruce Momjian 49656346b8 Move dbcommands.c to commands/. It should not be in the parser directory. 28 years ago
Bruce Momjian 043cebce2b More archive cleanup. 28 years ago
Bruce Momjian 3fa2bb316c Remove archive stuff. 28 years ago
Thomas G. Lockhart 7d1f2f8a27 Support alternate database locations. 28 years ago
Vadim B. Mikheev 7bff4c5078 Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). 28 years ago
Thomas G. Lockhart c5173fc58c Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform 28 years ago
Vadim B. Mikheev 5a447b4a26 MOVE implementation. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Vadim B. Mikheev 502f6f3889 CREATE/DROP TRIGGER 28 years ago