Commit Graph

82 Commits (9e1552607a9dc6bc23e43d46770a9063ade4f3f0)

Author SHA1 Message Date
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 1ad93b7e45 Defend against starting a non-MULTIBYTE-enabled backend in a database 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 86a2c2595b Suppress compiler warning in MULTIBYTE code. 25 years ago
Tom Lane 0b5d194aaa Minor coding cleanups. 25 years ago
Tom Lane 6162432de9 Add more critical-section calls: all code sections that hold spinlocks 25 years ago
Tom Lane a626b78c89 Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 25 years ago
Jan Wieck 4ea746a84f Bugfix 25 years ago
Vadim B. Mikheev 81c8c244b2 No more #ifdef XLOG. 25 years ago
Tom Lane c715fdea26 Significant cleanups in SysV IPC handling (shared mem and semaphores). 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
Vadim B. Mikheev 5b0740d3fc WAL 25 years ago
Vadim B. Mikheev 2c7de17b07 New file naming. Database OID is used as "tablespace" id and 25 years ago
Peter Eisentraut 416bbbffa3 Banish caddr_t (mostly), use Datum where appropriate. 25 years ago
Peter Eisentraut 457ac0331c Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. 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 c3e2a951b4 Toast all the system-table columns that seem to need it. It turns out 25 years ago
Tom Lane ba62fe32c3 Remove long-dead support for invoking queries from dynamically loaded 25 years ago
Tom Lane 6ac19b165d Remove unused variable. (Hey Peter, you use gcc, why didn't you 25 years ago
Peter Eisentraut 6fb9d2e347 Version number now set in configure, available through Makefile.global 25 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 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
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 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
Hiroshi Inoue a3e2bc732d to live in a transaction before access to db 26 years ago
Tom Lane 76ccf73f2b Repair problem exposed by Jan's new parallel-regression-test scaffold: 26 years ago
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Vadim B. Mikheev 3fea625e9d Make tree compilable (+WAL). 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 33e826d167 Fix for multi-byte includes. 26 years ago
Bruce Momjian 9679cb3910 More cleanup 26 years ago
Bruce Momjian 69817665cb Final cleanup 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 1e70c1fe5d comments cleanup. 27 years ago
Tom Lane e77b630cf0 Allow maximum number of backends to be set at configure time 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
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even 27 years ago
Bruce Momjian 79c8d2e3a0 Change owner from oid to int4 type. 27 years ago