]> granicus.if.org Git - postgresql/history - src/backend/utils
Goodbye register keyword. Compiler knows better.
[postgresql] / src / backend / utils /
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-05 Bruce MomjianVadim fix for vacuum analyze.
1998-02-05 Bruce MomjianFix for varchar functions, and indextyple j-1 fix.
1998-02-03 Thomas G. LockhartDefine boolean functions for lseg <, <=, <>, >=, >
1998-02-02 Bruce MomjianNo datedebug printing of date debug is not defined.
1998-02-02 Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-02-01 Bruce MomjianFix for psort. fixes regression tests.
1998-02-01 Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
1998-01-31 Bruce Momjianfmgr_faddr cleanup
1998-01-31 Bruce Momjianfmgr_faddr cleanup
1998-01-31 Bruce MomjianInline fmgr_faddr() for speed.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-29 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-25 Marc G. FournierFrom: Jeroen van Vianen <jeroenv@design.nl>
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-25 Marc G. FournierThis patch fixes one of two problems with grant/revoke...
1998-01-20 Bruce MomjianParser cleanup.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-15 Bruce MomjianFix for aggreg problem and fmgr.c compile problems.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-14 Bruce MomjianCleanup of prototypes. FIx for PQtrace start/stop...
1998-01-13 Marc G. FournierVarious cleanups for the i386_solaris environment
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1998-01-13 Marc G. Fournier> It seems there is a mistake in substr function:
1998-01-08 Bruce MomjianCleanup of varchar.
1998-01-08 Bruce MomjianRe-install working varchar() with compress size.
1998-01-08 Bruce MomjianCompletion of varchar rollback.
1998-01-08 Bruce MomjianCleanup of varchar.
1998-01-08 Bruce MomjianRollback varchar size change.
1998-01-07 Bruce MomjianFix for varchar I missed.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-01 Thomas G. LockhartDefine text_substr().
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-12-23 Thomas G. LockhartFix format to produce actual German style. Affects...
1997-12-23 Thomas G. LockhartChange logic slightly to avoid one unnecessary calculat...
1997-12-23 Thomas G. LockhartChange a few routine names back to full length now...
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-17 Thomas G. LockhartEnable timespan_finite() and text_timespan() routines...
1997-12-16 Thomas G. LockhartDefine text, varchar, and bpchar string length functions.
1997-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-12-04 Thomas G. LockhartAdd 'GERMAN' style to date/time output.
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-23 Bruce MomjianFix for textcat on varchar() fields.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-18 Vadim B. MikheevGet rid of unused variable 'address'.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-11-17 Thomas G. LockhartUse limits.h for INT, SHRT, and SCHAR min and max value...
1997-11-17 Thomas G. LockhartUse SHRT_MIN and SHRT_MAX for 2-byte integer limits.
1997-11-17 Thomas G. LockhartAllow fractional values for delta times (e.g. '2.5...
1997-11-17 Marc G. FournierApply Bryan's IPC Patches
1997-11-15 Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-15 Bruce MomjianAdd new \df psql option and oid8types() function.
1997-11-10 Thomas G. LockhartAdd errormsg initialization from patch by Keith Parks.
1997-11-10 Thomas G. LockhartClean up handling of environment variables in path...
1997-11-09 Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
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-11-07 Thomas G. LockhartSupport alternate database locations.
1997-11-07 Thomas G. LockhartChange phrasing of input error message.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-11-01 Bruce MomjianFix acl error, and remove duplicate pqtrace.
1997-10-30 Thomas G. LockhartAdd routines istrue() and isfalse() to directly evaluat...
1997-10-30 Bruce MomjianFix for when POSIX time not defined.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-25 Thomas G. LockhartChange column number constant to reflect change in...
1997-10-25 Thomas G. LockhartShorten routine names to <= 16 characters to fit in...
1997-10-25 Thomas G. LockhartAdd conversion routines for oid to and from text.
1997-10-25 Thomas G. LockhartClean up comments.
1997-10-25 Thomas G. LockhartAdd conversions for int2 and int4 to and from text.
1997-10-25 Thomas G. LockhartFix occasional uninitialized variable fractional seconds
1997-10-25 Thomas G. LockhartAdd conversion from datetime to time data type.
1997-10-25 Thomas G. LockhartModify one last line to complete changes for StrNCpy...
1997-10-25 Thomas G. LockhartAdd debugging statement enabled by CASHDEBUG symbol...
1997-10-25 Thomas G. LockhartCheck explicitly for valid input strings for both TRUE...
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-17 Thomas G. LockhartAccept additional values for TRUE: y, Y, 1.
1997-10-17 Thomas G. LockhartFix delta time decoding for 12 AM/PM.
1997-10-15 Vadim B. MikheevFix for backward cursors with ORDER BY.
1997-10-09 Thomas G. LockhartAllow 't', 'T', and even/odd ASCII characters to denote...
1997-10-09 Thomas G. LockhartSupport special values 'now', 'current', etc on output.
1997-10-03 Thomas G. LockhartFrom JM de Lauwereyns (jmlauwer@icdc.caissedesdepots...
1997-09-26 Bruce MomjianAIX float fix.
1997-09-26 Bruce MomjianFix for psort temp file names, from Vadim.
1997-09-25 Thomas G. LockhartDisable checking for zero or one points with deeper...
1997-09-24 Bruce MomjianRemove extra float.h I added.
next