Commit Graph

82 Commits (e3befe4a66c68fea03300eadb9d9b2f1c2534dc6)

Author SHA1 Message Date
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 759fba4873 Included all yacc and lex files into the distribution. 26 years ago
Peter Eisentraut 2a1bfbce24 - Allow array on int8 26 years ago
Peter Eisentraut 4ceb2d0cb6 * User management commands no longer user pg_exec_query_dest -> more robust 26 years ago
Peter Eisentraut 46a28f1b14 Fixed everything in and surrounding createdb and dropdb to make it more 26 years ago
Tom Lane c16afb4e24 Whoever touched this code last doesn't seem to understand 26 years ago
Bruce Momjian 99b8f84511 Here's the Create/Alter/Drop Group stuff that's been really overdue. I 26 years ago
Bruce Momjian bcaabc5698 Depending on my interpreting (and programming) skills, this might solve 26 years ago
Bruce Momjian 97dec77fab Rename several destroy* functions/tags to drop*. 26 years ago
Tom Lane d8ba3dfb0b Change backend-side COPY to write files with permissions 644 not 666 26 years ago
Bruce Momjian 577e21b34f Hello. 26 years ago
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