OSDN Git Service

Re-run pgindent, fixing a problem where comment lines after a blank
[pg-rex/syncrep.git] / src / backend / utils / init / postinit.c
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-24 Neil ConwayThis trivial patch removes an unused variable. From...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-05 Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18 Tom LaneNeed to release buffer pins before attempting to drop...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-27 Tom LaneGet rid of the former rather baroque mechanism for...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-14 Tom LaneThe default values for shared_buffers and max_connectio...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-02-19 Tatsuo IshiiFix for GUC client_encoding variable not being handled
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-10-03 Tom LaneIn a bootstrap process or standalone backend, set MaxBa...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneEnsure that all startup paths (postmaster, standalone...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-05-30 Bruce MomjianRemove OLD_FILE_NAMING code. No longer used.
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-04-21 Tom LaneRemove useless setuid() call, instead add a check that...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneDefend against starting a non-MULTIBYTE-enabled backend...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-19 Tom LaneSuppress compiler warning in MULTIBYTE code.
2001-01-14 Tom LaneMinor coding cleanups.
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-14 Jan WieckBugfix
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-10-28 Vadim B. MikheevWAL
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-06 Tom LaneToast all the system-table columns that seem to need...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-07-03 Tom LaneRemove unused variable. (Hey Peter, you use gcc, why...
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
next