]> granicus.if.org Git - postgresql/history - src/backend/utils/init/miscinit.c
Repair some REINDEX problems per recent discussions. The relcache is
[postgresql] / src / backend / utils / init / miscinit.c
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...
2000-11-17 Tom LaneFix spelling errors in error message.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
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-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-14 Peter EisentrautRemove dangling else warning (Cyrillic recode stuff)
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-05-02 Tatsuo IshiiModify getdatabaseencoding(), pg_encoding_to_char()
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-19 Bruce MomjianThe latest source does not compile on Solaris 7 due to
2000-01-18 Tatsuo IshiiFix minor comple error
2000-01-18 Tatsuo IshiiAdd builtin functions:
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
2000-01-09 Tatsuo IshiiMove SetPidFile() and firends to utils/init/miscinit...
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneModify backend switch parsing to prevent 'insecure...
1999-05-09 Tom LaneFix some miscellaneous places that were using raw open...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-10-05 Thomas G. LockhartFix up warning and error messages to use single-quotes...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
next