Commit Graph

101 Commits (8a9315ca92804bd32b3ee864bf83d98840e1a947)

Author SHA1 Message Date
Tom Lane 218f357d82 CLUSTER did no permissions checking, forsooth ... 25 years ago
Tom Lane 52386df4b9 DropErrorMsg() died with assert failure if try to drop a toast table... 25 years ago
Vadim B. Mikheev f0e37a8531 New CHECKPOINT command. 25 years ago
Tom Lane 9ace03183c Some small polishing of Mark Hollomon's cleanup of DROP command: might 25 years ago
Bruce Momjian 73677dd92f The following patch was sent to the patches list: 25 years ago
Bruce Momjian 85f1950a6f Remove NO_SECURITY define. 25 years ago
Tom Lane fbd26d6984 Arrange that no database accesses are attempted during parser() --- this 25 years ago
Bruce Momjian 7f171b599a This patch implements the following command: 25 years ago
Bruce Momjian 264c068207 This patch implements a different "relkind" 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Jan Wieck 030962da26 Bugfix in ALTER TABLE CREATE TOAST TABLE 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Peter Eisentraut 209aa77d98 New ps display code, works on more platforms. 26 years ago
Tom Lane 37c652f89b Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5. 26 years ago
Hiroshi Inoue 56e09ddf0c change reindex ERROR/NOTICE message 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 708f82f191 Fix bug noted by Bruce: FETCH in an already-aborted transaction block 26 years ago
Tom Lane 905404a246 Remove gcc warnings. The Postgres world isn't really safe 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
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