]> granicus.if.org Git - postgresql/history - src/include/miscadmin.h
Change the declaration of struct varlena so that the length word is
[postgresql] / src / include / miscadmin.h
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
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-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-03-01 Peter EisentrautFix date/time formats for XML Schema output.
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-09-04 Peter Eisentrautsslinfo contrib module - information about current...
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-22 Tom LaneTemporarily disable Qingqing's Windows signal processin...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-10-22 Tom LaneFix tsearch build problems.
2004-10-18 Bruce MomjianRemove use of "miscadmin.h" in port C files and remove...
2004-10-18 Bruce MomjianThe attached patch fixes psql's win32 frontend-only...
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-09-06 Tom LaneFix error in Windows version of CHECK_FOR_INTERRUPTS...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-30 Bruce MomjianRemove sleep() and use single PG_SLEEP call for Win32...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-22 Tom LaneRemove ExpandDatabasePath(), which is unused and must...
2004-01-09 Bruce MomjianOops, can't do cpp tests inside macros; make two macros...
2004-01-09 Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2004-01-06 Neil ConwayRemove unused 'noversion' command-line option processin...
2003-12-21 Bruce MomjianBack out:
2003-12-20 Bruce MomjianIn my mind there were two categories of open issues
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-13 Jan Wieck2nd try for the ARC strategy.
2003-11-13 Jan WieckARC strategy backed out ... sorry
2003-11-13 Jan WieckReplacement of the buffer replacement strategy with...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-29 Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-27 Tom Laneelog mop-up.
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-06-27 Tom LaneAdd is_superuser parameter reporting, soon to be used...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-28 Tom LaneFix things so that an error occuring during standalone...
2003-05-28 Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-02-22 Tom LaneSimplify timezone-handling code per proposal to pghacke...
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2002-12-09 Tom LaneUpdate obsolete comment.
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-10-03 Bruce MomjianThis patch removes two unused global variables from...
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
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-04 Bruce MomjianAuthentication improvements:
next