summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
AgeCommit message (Expand)Author
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2008-02-17Add back #include <time.h> in a couple of files that seem to need itTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-01Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-02Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-07-17Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway
2007-06-28Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-03-07Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera
2007-02-16Remove useless database name from bootstrap argument processing (includingAlvaro Herrera
2007-02-15Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-21On systems that have setsid(2) (which should be just about everything exceptTom Lane
2006-11-21Adjust elog.c so that elog(FATAL) exits (including cases where ERROR isTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-15Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-29Adjust initialization sequence for timezone_abbreviations so thatTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-06-27Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-08Fix bootstrap.c so that database startup process and bgwriter properly releaseTom Lane
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2006-01-05Remove QNX port.Bruce Momjian
2006-01-04Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-20Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-26Arrange for indexes and toast tables to inherit their ownership fromTom Lane
2005-08-08Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane