Commit Graph

132 Commits (b976b8af803fb1b3d9ab6a5ae5e13f3a9a90da32)

Author SHA1 Message Date
Bruce Momjian b976b8af80 Back out domain patch until it works properly. 24 years ago
Bruce Momjian 9178b7fcea Fix syntax error introduced by patch. 24 years ago
Bruce Momjian 01c76f7411 Ok. Updated patch attached. 24 years ago
Bruce Momjian 03194432de I attach a version of my toast-slicing patch, against current CVS 24 years ago
Peter Eisentraut 1aac2c852a User and database-specific session defaults for run-time configuration 24 years ago
Tom Lane 56ee2ecba9 Restructure command-completion-report code so that there is just one 24 years ago
Tom Lane a833c441fd Add OWNER option to CREATE DATABASE, so superusers can create databases 24 years ago
Hiroshi Inoue e206ff5946 Removed a check for REINDEX TABLE. 24 years ago
Tom Lane dc6b4deb97 Require ownership permission for CREATE INDEX, per bug report. 24 years ago
Tom Lane 604f54cd27 Some minor tweaks of REINDEX processing: grab exclusive lock a little 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Thomas G. Lockhart 9310075a13 Accept an INTERVAL argument for SET TIME ZONE per SQL99. 24 years ago
Tom Lane f9e6e27c87 Break transformCreateStmt() into multiple routines and make 24 years ago
Tom Lane c781600618 Fix typo in error message. Noted by laser@zhengmai.com.cn. 24 years ago
Tom Lane 89fa551808 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 24 years ago
Tom Lane 02b1a7fd51 Clean up some confusion about where and how to set whereToSendOutput. 24 years ago
Tom Lane f933766ba7 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 24 years ago
Tom Lane f31dc0ada7 Partial indexes work again, courtesy of Martijn van Oosterhout. 25 years ago
Bruce Momjian 49ce6fff1d Allow removal of system-named pg_* temp tables. Rename temp file/dir as 25 years ago
Peter Eisentraut 7ceed2a9b5 Allow GRANT/REVOKE to/from more than one user per invocation. Command tag 25 years ago
Bruce Momjian 53020d0fbe Remove OLD_FILE_NAMING code. No longer used. 25 years ago
Peter Eisentraut 96147a6d1c Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER 25 years ago
Tom Lane f905d65ee3 Rewrite of planner statistics-gathering code. ANALYZE is now available as 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Peter Eisentraut dc7a0009f0 Add permission check for CHECKPOINT. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 2fb6cc9045 Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 25 years ago
Hiroshi Inoue d7892e0263 REINDEX under WAL. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane 2cf48ca04b Extend CREATE DATABASE to allow selection of a template database to be 25 years ago
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