]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-09-28  Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-28  Thomas G. LockhartAdd separate regression tests for timetz and the new...
2001-09-27  Bruce MomjianPut MD5 salt at the end for security.
2001-09-27  Tom LaneMove s_lock.c and spin.c into lmgr subdirectory, which...
2001-09-27  Tom LaneRemove useless LockDisable() function and associated...
2001-09-27  Bruce MomjianImprove postgresql.conf descriptions.
2001-09-26  Tom LaneThe trailing semicolon in a plpgsql function definition...
2001-09-26  Tom LaneRepair oversight in recent changes to index-creation...
2001-09-26  Tom LaneRemove useless test for time field in pg_control being...
2001-09-26  Bruce MomjianAdd ALIGN() for cred packet, for OpenBSD.
2001-09-26  Bruce MomjianDisable local creds on OpenBSD because it doesn't suppo...
2001-09-25  Michael Meskes - Synced preproc.y with gram.y.
2001-09-25  Tatsuo IshiiFix bug in mic2ascii(). It does not handle correctly...
2001-09-24  Peter EisentrautTreat __s390x__ the same as __s390__. (taken from...
2001-09-24  Hiroshi Inoue1) Fix compile errors on Windows.
2001-09-23  Peter EisentrautRename collect_* options to more user-friendly names.
2001-09-23  Bruce MomjianUpdate TODO list.
2001-09-23  Bruce MomjianUpdate TODO list.
2001-09-23  Bruce MomjianUpdate TODO list.
2001-09-23  Bruce MomjianOne more LIMIT doc update.
2001-09-23  Peter EisentrautDon't refer to odbcinst.ini by absolute path. SQLGetPr...
2001-09-23  Tatsuo IshiiMake lpad/rpad/translate multibyte aware. Also add...
2001-09-23  Tatsuo IshiiAdd pg_database_encoding_max_length() function.
2001-09-23  Bruce MomjianAdd mention of MySQL compatibility for LIMIT in HISTORY.
2001-09-23  Bruce MomjianUpdate regress tests for new LIMIT x,y behavior.
2001-09-23  Bruce MomjianNo, file not needed.
2001-09-23  Bruce MomjianAdd new file.
2001-09-23  Bruce Momjianplease apply attached patch to current CVS.
2001-09-23  Bruce MomjianUpdate TODO list.
2001-09-23  Bruce MomjianUpdate TODO list.
2001-09-23  Bruce MomjianBig thanks to Solar Designer who pointed out a bug...
2001-09-23  Bruce MomjianThe attached patch is my first run-through of the JDBC...
2001-09-23  Bruce MomjianUpdate TODO list.
2001-09-23  Bruce MomjianAdd mention of log file rotation with mention of syslog...
2001-09-23  Bruce MomjianMention LIMIT change in HISTORY file.
2001-09-23  Bruce MomjianImplement TODO item:
2001-09-23  Bruce MomjianUpdate anoncvs info, per Marc.
2001-09-23  Bruce MomjianUpdate FAQ.
2001-09-22  Peter EisentrautProvide some initial support for building the ODBC...
2001-09-22  Bruce MomjianFix 6.4.* release dates, pointed out by Tom Lane.
2001-09-22  Tatsuo IshiiFix expected files.
2001-09-22  Tatsuo IshiiRemove test drivers
2001-09-22  Bruce Momjiansbasename $0 is now basename "$0"
2001-09-22  Bruce MomjianWAL file numbers: Sequenatial -> ever-increasing
2001-09-22  Tatsuo IshiiMake trim/ltrim/rtrim/btrim multibyte aware
2001-09-22  Tatsuo Ishii*** empty log message ***
2001-09-21  Peter EisentrautSuggest running ldconfig after installation if available.
2001-09-21  Peter EisentrautFor consistency with the rest of PostgreSQL, rename...
2001-09-21  Tom LaneAdd 'reload' option to pg_ctl to send SIGHUP to the...
2001-09-21  Tom LaneCode review for MD5 authorization patch. Clean up...
2001-09-21  Peter EisentrautReadd test/regress/README file, this time with a well...
2001-09-21  Tom LaneAdd an overall timeout on the client authentication...
2001-09-21  Tom LaneFix type_maximum_size() to give the right answer in...
2001-09-21  Hiroshi Inoue1) Avoid an overflow of connection string for Access...
2001-09-21  Tom LaneProduce slightly saner-looking EXPLAIN output for a...
2001-09-21  Tom LaneGive VACUUM its own GUC parameter for memory usage...
2001-09-21  Tom LaneQuick-and-dirty fix for recursive plpgsql functions...
2001-09-20  Tom LaneSuppress gcc warning.
2001-09-20  Tom LaneRemove some dead code and obsolete, misleading comments.
2001-09-20  Peter EisentrautDocument the sign() function.
2001-09-20  Peter EisentrautProvide tunable knob for x = NULL -> x IS NULL transfor...
2001-09-19  Peter EisentrautRemove old file.
2001-09-19  D'Arcy J.M... Change the version. We are moving towards the next...
2001-09-19  Peter EisentrautAvoid unnecessary strcasecmp -- replace by strcmp....
2001-09-19  Michael Meskes- Synced preproc.y with gram.y.
2001-09-19  Peter EisentrautReplace useless strcasecmp's by strcmp's.
2001-09-18  Peter EisentrautGenerate index.html as the root file name of the docume...
2001-09-18  Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-09-17  Peter EisentrautUnify the zip rules and variables.
2001-09-17  Tom LaneFix bogus failure-return value from lo_create, per...
2001-09-17  Bruce MomjianAttached is a patch that fixes ResultSetMetaData.isNull...
2001-09-17  Bruce MomjianI'm attaching a patch which fixes the corruption in...
2001-09-17  Hiroshi InoueChange vacuumlo to take 'lo' type into account.
2001-09-17  Hiroshi InoueChange FixupBlobXrefs() to take 'lo' type into account.
2001-09-17  Tom LaneSimplify and clean up FigureColname; make it work witho...
2001-09-17  Tom LaneUse portable putenv(), not unportable setenv().
2001-09-17  Tom LaneSuppress compiler warning.
2001-09-16  Tom LaneUpdate documentation's info about location of our CVSROOT.
2001-09-16  Peter EisentrautRussian translation from Serguei Mokhov
2001-09-16  Peter EisentrautUpdate from Serguei Mokhov
2001-09-16  Peter EisentrautUpdate intro in face of TOAST.
2001-09-16  Peter EisentrautInstall dynamically loadable modules into a private...
2001-09-16  Bruce MomjianUpdate highlights. More items to add.
2001-09-16  Bruce MomjianPoint to HISTORY File for current info.
2001-09-16  Bruce MomjianAdd list of 7.2 changes in preparation for beta.
2001-09-15  Peter Eisentrautupdates
2001-09-15  Peter EisentrautMarkup examples as examples.
2001-09-15  Peter EisentrautMarkup examples as examples. Fix formatting of examples.
2001-09-14  Peter EisentrautSome formatting changes, add CSS stylesheet. Include...
2001-09-14  Bruce Momjian> Here's a revised patch. Changes:
2001-09-14  Bruce MomjianAllow '1' in jdbc2 boolean test.
2001-09-14  Tatsuo IshiiRemove --enable-unicode-conversion
2001-09-14  Tatsuo IshiiAdd semicolon
2001-09-14  Tatsuo IshiiFix typo.
2001-09-14  Tatsuo IshiiFix exmaple
2001-09-14  Tatsuo IshiiFix show message
2001-09-14  Tatsuo IshiiAdd semicolon
2001-09-14  Tatsuo IshiiExample rules do not work.
2001-09-14  Tatsuo IshiiAdd semicolon
2001-09-14  Tatsuo IshiiAdd semicolon
next