]> granicus.if.org Git - postgresql/history - src/backend/utils/init
Add C comment about process_settings() setting order.
[postgresql] / src / backend / utils / init /
2010-02-05 Bruce MomjianAdd C comment about process_settings() setting order.
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-09-01 Tom LaneMove processing of startup-packet switches and GUC...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-28 Tom LaneRemove useless code that propagated FrontendProtocol...
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-08 Heikki LinnakangasNeed to use pg_perm_setlocale when setting LC_CTYPE...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-04-08 Heikki LinnakangasOops, mustn't call textdomain() when compiling without...
2009-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-05 Tom LaneQuiet repeated "loaded library" messages from child...
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-15 Tom LaneInclude NOLOGIN roles in the 'flat' password file....
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-06-12 Tom LaneAdd some comments about the safety of accessing rolpass...
2007-05-27 Tom Lanepgstat's on-proc-exit hook has to execute after the...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-identified PITR recovery hazard: the base...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-08-16 Tom LaneSeems some C compilers think 'restrict' is a fully...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-22 Tom LaneStandalone backends need pgstat_bestart() too, per...
2006-05-04 Tom LaneSimplify relcache startup sequence. With the new desig...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
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-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
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-28 Tom LaneMake use of new list primitives list_append_unique...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
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-20 Tom LaneAdd lock file contents printout to "can't happen" case...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-07 Bruce MomjianMention ipcrm and ipcclean in error message.
2005-06-07 Bruce MomjianIpcrm -> ipcclean in error message:
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
next