Commit Graph

125 Commits (49f98fa833407b4e4252e42522e640ec8a0d08b2)

Author SHA1 Message Date
Tom Lane 1d584f97b9 Clean up various to-do items associated with system indexes: 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 786f1a59cd Fix all the places that called heap_update() and heap_delete() without 25 years ago
Tom Lane a3cac3a03b Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE. 25 years ago
Vadim B. Mikheev 81c8c244b2 No more #ifdef XLOG. 25 years ago
Tom Lane aa21da208c Put back BufferSync() for WAL after database creation. 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 ebb0a20149 Keep track of the last active slot in the shared ProcState array, so 25 years ago
Tom Lane 26adbc7b48 Clean up compiler warnings. 25 years ago
Peter Eisentraut 3304341700 Reimplement alternative database locations with symlinks. No changes in 25 years ago
Vadim B. Mikheev 5b0740d3fc WAL 25 years ago
Philip Warner 4ac174213f Add new datlastsysoid to pg_database. 25 years ago
Vadim B. Mikheev 2c7de17b07 New file naming. Database OID is used as "tablespace" id and 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 25 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 25 years ago
Tom Lane 664dd614d9 If create/drop database are going to call closeAllVfds(), they ought 25 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Tatsuo Ishii 07d4d36aae On solaris, createdb/dropdb fails because of strange behavior of system(). 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Peter Eisentraut 4579e68db2 Updated user's guide to match new psql's output format 26 years ago
Tom Lane fe189063b8 Remove gratuitous and incorrect begin/commit transaction calls in 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 46a28f1b14 Fixed everything in and surrounding createdb and dropdb to make it more 26 years ago
Tom Lane 939229904a Clean up some minor gcc warnings. 26 years ago
Bruce Momjian 11023eb1f5 Meanwhile, database names with single quotes in names don't work very well 26 years ago
Bruce Momjian 97dec77fab Rename several destroy* functions/tags to drop*. 26 years ago
Bruce Momjian 74f418eb9a Add pg_statistic index, add missing Hiroshi file. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Bruce Momjian 577e21b34f Hello. 26 years ago
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Bruce Momjian 89b762e509 Fix snprintf with strings, and nextval('"Aa"'); 27 years ago
Bruce Momjian 434762b559 Here is a patch. 27 years ago
Bruce Momjian 1a305b7ad5 Drop buffers before destroying database files. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Marc G. Fournier 7c3b7d2744 Initial attempt to clean up the code... 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago