summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
AgeCommit message (Expand)Author
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
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-29Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-01-14postgres -boot would print the wrong program name in event of aTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-08-31Fix unintended assignment of sequences to the containing schema'sTom Lane