Commit Graph

139 Commits (fcd34f9f7ff561213beef97f93c32f415e35a79c)

Author SHA1 Message Date
Tom Lane 26993b2918 AUTOCOMMIT mode is now an available backend GUC variable; setting it 24 years ago
Bruce Momjian d04e9137c9 Reverse out XLogDir/-X write-ahead log handling, per discussion. 24 years ago
Bruce Momjian c5354dff20 This patch removes a lot of unused code related to assertions and 24 years ago
Thomas G. Lockhart af704cdfb4 Implement WAL log location control using "-X" or PGXLOG. 24 years ago
Tom Lane 22c64f1834 When compiling with --enable-cassert, check for reference count leaks 24 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 24 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 24 years ago
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago
Tom Lane 52200befd0 Implement types regprocedure, regoper, regoperator, regclass, regtype 24 years ago
Tom Lane 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables 24 years ago
Tom Lane 01747692fe Repair two problems with WAL logging of sequence nextvalI() ops, as 24 years ago
Tom Lane 98b3ae7378 Add missing colon to getopt() arg. 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Peter Eisentraut 51f195580f Save source of GUC settings, allowing different sources to be processed in 24 years ago
Tom Lane 92a2598f97 The result of getopt() should be compared to -1, not EOF, per 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 6430e6e283 Ensure that all startup paths (postmaster, standalone postgres, or 25 years ago
Tom Lane 499abb0c0f Implement new 'lightweight lock manager' that's intermediate between 25 years ago
Tom Lane 3d59ad00e8 Remove useless LockDisable() function and associated overhead, per my 25 years ago
Peter Eisentraut d374e06905 Hide backend debug output in initdb by default. To that end, the bootstrap 25 years ago
Tom Lane bf56f0759b Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
Tom Lane dad8e410d0 Fix handling of SIGCHLD, per recent pghackers discussion: on some 25 years ago
Tom Lane f31dc0ada7 Partial indexes work again, courtesy of Martijn van Oosterhout. 25 years ago
Tom Lane c8076f09d2 Restructure index AM interface for index building and index tuple deletion, 25 years ago
Tom Lane 5ba723e950 Fix a couple remaining places where GUC variables were assigned to 25 years ago
Tom Lane 2938eec7fe Extend GUC concepts of parse_hook and assign_hook to all four supported 25 years ago
Peter Eisentraut 12c1552066 Mark many strings in backend not covered by elog for translation. Also, 25 years ago
Peter Eisentraut 2e1579a99f Make bootstrap debug messages more readable. Clean up some clutter. 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Tom Lane 4d14fe0048 XLOG (and related) changes: 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Vadim B. Mikheev 7ceeeb662f New WAL version - CRC and data blocks backup. 25 years ago
Tom Lane bbea3643a3 Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 25 years ago
Peter Eisentraut a70e74b060 Put external declarations into header files. 25 years ago
Vadim B. Mikheev e8ff221d8b Fix OID bootstraping. 25 years ago
Vadim B. Mikheev b0299c5d37 Auto checkpoint creation. 25 years ago
Tom Lane 3908473c80 Make DROP TABLE rollback-able: postpone physical file delete until commit. 25 years ago
Peter Eisentraut abfb417574 Make the backend grok relative paths for the data directory by converting 25 years ago
Vadim B. Mikheev db2faa943a WAL misc 26 years ago
Vadim B. Mikheev a7fcadd10a WAL 26 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 26 years ago
Tom Lane 61aca818c4 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 26 years ago
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago