Commit Graph

165 Commits (cb98e6fb8fd4f1ca955a85d5c0088e42e77a04f0)

Author SHA1 Message Date
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 23 years ago
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers 23 years ago
Tom Lane 26993b2918 AUTOCOMMIT mode is now an available backend GUC variable; setting it 23 years ago
Bruce Momjian 626eca697c This patch reserves the last superuser_reserved_connections slots for 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Jan Wieck 469cb65aca Katherine Ward wrote: 23 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 23 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 23 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 23 years ago
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago
Tom Lane 838fe25a95 Create a new GUC variable search_path to control the namespace search 24 years ago
Tom Lane 3114102521 Reimplement temp tables using schemas. The temp table map is history; 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Peter Eisentraut 1aac2c852a User and database-specific session defaults for run-time configuration 24 years ago
Tom Lane 7863404417 A bunch of changes aimed at reducing backend startup time... 24 years ago
Tom Lane 7d05310828 Fix problem reported by Alex Korn: if a relation has been dropped and 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 6430e6e283 Ensure that all startup paths (postmaster, standalone postgres, or 24 years ago
Tom Lane 499abb0c0f Implement new 'lightweight lock manager' that's intermediate between 24 years ago
Tom Lane 3d59ad00e8 Remove useless LockDisable() function and associated overhead, per my 24 years ago
Peter Eisentraut c0d4d5473a Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 24 years ago
Tom Lane 863aceb54f Get rid of PID entries in shmem hash table; there is no longer any need 24 years ago
Tatsuo Ishii 227767112c Commit Karel's patch. 24 years ago
Tom Lane 2589735da0 Replace implementation of pg_log as a relation accessed through the 24 years ago
Tom Lane 2917f0a5dd Tweak startup sequence so that running out of PROC array slots is 24 years ago
Bruce Momjian 53020d0fbe Remove OLD_FILE_NAMING code. No longer used. 24 years ago
Peter Eisentraut 1c1c58c76c Add SET SESSION AUTHORIZATION command. 24 years ago
Tom Lane 8407bb3c72 Remove useless setuid() call, instead add a check that real and effective 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
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