summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-261-3/+3
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-251-3/+4
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-2/+3
* pgindent run.Bruce Momjian2002-09-041-22/+23
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-022-17/+10
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-302-6/+6
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-171-11/+4
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-101-3/+1
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-041-4/+11
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-021-4/+3
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-23/+28
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-301-13/+7
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-202-7/+13
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-3/+5
* Update copyright to 2002.Bruce Momjian2002-06-203-6/+6
* Katherine Ward wrote:Jan Wieck2002-06-112-5/+5
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-9/+9
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-6/+7
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+2
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-273-43/+54
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-6/+24
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+2
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-1/+2
* Attached is a patch which adds 2 missing semi-colons toBruce Momjian2002-04-011-1/+3
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-3/+2
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-262-13/+18
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-151-2/+2
* Add missing colon to getopt() arg.Tom Lane2002-03-081-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-022-68/+48
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-231-3/+3
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-101-2/+2
* Fix include paths for case of VPATH build.Tom Lane2002-01-091-1/+3
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-161-3/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+4
* Ensure that all startup paths (postmaster, standalone postgres, orTom Lane2001-10-191-2/+4
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-292-18/+28
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-2/+1
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-251-3/+7
* remove no longer needed -Wno-errorPeter Eisentraut2001-08-221-5/+1
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-3/+3
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-103-21/+31
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-041-2/+4
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-3/+4
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-2/+2
* Fix a couple remaining places where GUC variables were assigned toTom Lane2001-06-251-3/+3
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-121-2/+2
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-031-10/+13
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-123-144/+123
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-29/+30