]> granicus.if.org Git - postgresql/history - src/backend/utils/init/miscinit.c
Seems some C compilers think 'restrict' is a fully reserved word.
[postgresql] / src / backend / utils / init / miscinit.c
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-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.
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-07-31 Tom LaneAdd per-user and per-database connection limit options.
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-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-20 Tom LaneAdd lock file contents printout to "can't happen" case...
2005-06-07 Bruce MomjianMention ipcrm and ipcclean in error message.
2005-06-07 Bruce MomjianIpcrm -> ipcclean in error message:
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-18 Tom LaneTreat EPERM as a non-error case when checking to see...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-26 Tom LaneFix func_ptr declaration for netbsd-mac68k, per Rémi...
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-04 Tom LaneSuppress getppid test on WIN32, per Dave Page.
2004-10-01 Tom LaneAdjust postmaster to recognize that a lockfile containi...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-12 Bruce MomjianCanonicalize preload_libraries after it is split up...
2004-07-11 Bruce MomjianCleanup for canonicalization fixes, from Tom.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-08 Tom Lane[Forced commit to add log message that I fat-fingered...
2004-01-07 Tom Lanemake
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
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-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-27 Bruce MomjianTom, happier with the attached patch?
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-06-27 Tom LaneAdd is_superuser parameter reporting, soon to be used...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
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-06 Tom LaneAccept SET SESSION AUTHORIZATION DEFAULT and RESET...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-05-03 Tom LaneFix compile errors in CYR_RECODE code, per report from...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-04 Tom LaneIf presented db path has a trailing slash, remove it...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-01-09 Tom LaneFix use of 'char' to hold result of getc, per bug repor...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneSet optreset on platforms that have it before launching...
2001-10-19 Tom LaneEnsure that all startup paths (postmaster, standalone...
2001-10-12 Tatsuo IshiiAdd a new function "pg_client_encoding" which returns...
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-08-15 Tatsuo IshiiAdd conver/convert2 functions. They are similar to...
2001-08-06 Tom LaneSeems like a bad idea to free() a string we are about...
2001-08-06 Peter EisentrautCheck that the data directory does not have group or...
2001-07-03 Tom LaneDon't go into infinite loop if /home/postgres/testversi...
2001-06-20 Peter EisentrautHandle reading of startup packet and authentication...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-13 Tom LaneDon't assume free(NULL) is OK. Yes, I know ANSI C...
2001-06-06 Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-06-01 Tom LaneCheck for malloc failure.
2001-05-18 Tom LaneSuppress compiler warnings about pid_t vs int.
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-04-16 Tom Lanegetdatabaseencoding() and PG_encoding_to_char() were...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-18 Tom LanePatches from Cyril Velter to make shared-memory-conflic...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-01-27 Tom LaneRe-read Unix-socket lock file every so often (every...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-29 Tom LaneGet rid of not-very-portable fcntl(F_SETLK) mechanism...
next