]> granicus.if.org Git - postgresql/history - src/backend/utils/misc
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / utils / misc /
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-06-05 Marc G. Fourniertrace.patch (compilation error)
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneModify backend switch parsing to prevent 'insecure...
1999-05-11 Jan WieckChanged debug options:
1999-03-16 Bruce MomjianFix snprintf with strings, and nextval('"Aa"');
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Tom LaneAdd missing variable, per Massimo.
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-01 Bruce Momjian Some security, since we now have vsnprintf, I remade...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-28 Bruce MomjianReverse out addition of snprintf.
1998-10-27 Bruce MomjianFix for tprintf overruns from Göran Thyni.
1998-10-16 Bruce MomjianThe problem is that read_pg_options needs DataDir to...
1998-10-06 Tom LaneSubstantial rewrite of async.c to avoid problems with...
1998-09-03 Bruce MomjianFix ifdef.
1998-09-03 Bruce Momjian> Yikes, that is certainly not standard C. I have...
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. Fourniercvs add'd two files for the tprintf() patch...
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
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-27 Vadim B. MikheevUse Snapshot in heap access methods.
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-07-20 Bruce MomjianCleanup Name usage.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Thomas G. LockhartRequire #define variable ALLOW_ABSOLUTE_DBPATHS if...
1998-04-27 Bruce MomjianThis patch...
1998-04-06 Bruce MomjianHi,
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-10 Thomas G. LockhartClean up handling of environment variables in path...
1997-11-07 Thomas G. LockhartRoutines for database initial access info and support.
1997-11-07 Thomas G. LockhartAdd database.c for database initial access info and...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierCleaned up include headers
1996-11-02 Bryan HendersonConvenience routine for checking superuser status.