Commit Graph

528 Commits (57d8080a40f51e1ff9eedea602e96e2612161d77)

Author SHA1 Message Date
Jan Wieck 57d8080a40 TOAST 26 years ago
Tom Lane c4f9eaa608 Clean up memory-context stuff, other minor infelicities. 26 years ago
Tom Lane 3513f4d162 RemoveView was doing things the hard way... 26 years ago
Tom Lane b41f4ab8c4 Use a private memory context to store rule information in each relcache 26 years ago
Tom Lane 5ac1eac2a6 Suppress memory leak in COPY WITH OIDS TO wherever. 26 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Peter Eisentraut c7558b3bae Relaxed pickiness about user and group commands in transaction blocks. 26 years ago
Peter Eisentraut c446509565 Second pass over run-time configuration system. Adjust priorities on some 26 years ago
Tom Lane 9f1a223046 Make renaming a temp table behave sensibly. We don't need to touch 26 years ago
Tom Lane 1ee26b7764 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 26 years ago
Tom Lane edf0b5f0db Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of 26 years ago
Tom Lane d03a933ec5 Fix performance problems with pg_index lookups (see, for example, 26 years ago
Bruce Momjian 946e80c435 Final #include cleanup. 26 years ago
Bruce Momjian df43800fc8 Clean up #include's. 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Bruce Momjian 332f0f5fc0 Rename rule CURRENT to OLD in source tree. Add mapping for backward 26 years ago
Bruce Momjian 3357e1d29e Back out pg_shadow changes to allow create table and locking permissions. 26 years ago
Tom Lane 3477957b44 Update sequence-related functions to new fmgr style. Remove downcasing, 26 years ago
Bruce Momjian 85add42a57 I have large database and with this DB work more users and I very need 26 years ago
Bruce Momjian 8c1d09d591 Inheritance overhaul by Chris Bitmead <chris@bitmead.com> 26 years ago
Tom Lane ae526b4070 Another round of updates for new fmgr, mostly in the datetime code. 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Bruce Momjian 7d301947e5 Re-order pg_listener index so it can later be used in an index scan. 26 years ago
Bruce Momjian 552d59353f Update for 7.0.2. 26 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 26 years ago
Tom Lane 9b5410aa03 Disallow CLOSE of reserved system portal names. 26 years ago
Peter Eisentraut 209aa77d98 New ps display code, works on more platforms. 26 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 26 years ago
Tom Lane 664dd614d9 If create/drop database are going to call closeAllVfds(), they ought 26 years ago
Tom Lane b659ab07a2 Create an fd.c entry point that is just like plain open(2) except that 26 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Hiroshi Inoue a3cd0654db Added header files required for ALTER TABLE DROP COLUMN 26 years ago
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and 26 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 26 years ago
Bruce Momjian f089c36419 Add analyze.c file for split. 26 years ago
Bruce Momjian 35096b568e Split vacuum and analyze into separate files 26 years ago
Bruce Momjian 3d669b50ed Update messages. 26 years ago
Bruce Momjian 84a30b4c41 Make analyze do vacuum/analyze in one step. 26 years ago
Bruce Momjian 6d5cba7c31 More vacuum cleanup 26 years ago
Bruce Momjian d950c19747 more cleanup 26 years ago
Bruce Momjian ac4de0cc94 Add analyze log messages for verbose mode. 26 years ago
Bruce Momjian c3647c3d06 cleanup 26 years ago
Bruce Momjian 659f79be7a Allow vacuum to perform analyze with shared lock. Update cvs manual. 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 26 years ago
Bruce Momjian 147ccf5c80 More vacuum cleanups 26 years ago
Bruce Momjian f3650653c6 More vacuum renaming. 26 years ago
Tom Lane 80648891cc Miscellaneous cleanups of places that needed to account for new 26 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Tom Lane 610abfd57b Do table renaming in a sane order: physical file rename must happen 26 years ago