]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2001-06-09  Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-09  Tom LaneTeach convert_to_scalar about datatypes timetz, inet...
2001-06-09  Tom LaneAdd #define for OID of type macaddr.
2001-06-09  Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-06-09  Bruce MomjianUpdate FAQ.
2001-06-09  Tom LaneFix a few missed NOIND usages.
2001-06-08  Peter EisentrautFinish German translation, edit (original) messages...
2001-06-08  Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-06-07  Bruce MomjianDocument and work around ANT bug that prevents director...
2001-06-07  Bruce MomjianAdd to TODO.detail.
2001-06-07  Bruce MomjianUpdate TODO list.
2001-06-07  Bruce Momjianreset all: command line and .conf options change defaults
2001-06-07  Bruce MomjianI have ported another Python Postgres interface to...
2001-06-07  Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-06-06  Tom Laneget_seq_name should truncate name to NAMEDATALEN, so...
2001-06-06  Tom LaneBe a little smarter about deciding how many most-common...
2001-06-06  Bruce MomjianAdd large object finalization cleanup to the proper...
2001-06-06  Bruce MomjianRemove large object finalize code. Compile error.
2001-06-06  Bruce Momjianpgindent fix for asterisk indented too much in return...
2001-06-06  Jan WieckPatch from Ian Lance Taylor fixing multiple cursor...
2001-06-06  Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-06-06  Bruce MomjianUpdate TODO list.
2001-06-05  Tom LaneCorrect permissions-checking bugs associated with ancie...
2001-06-05  Tom LaneImprove planning of OR indexscan plans: for quals like
2001-06-05  Tom LaneFurther work on making use of new statistics in planner...
2001-06-04  Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-06-04  Bruce MomjianUpdate with new email on ftp location of Karel patch.
2001-06-04  Bruce MomjianAdd Ross's email to schema.
2001-06-04  Bruce MomjianAdd schema mention.
2001-06-04  Bruce MomjianUpdate TODO list.
2001-06-04  Bruce MomjianAdd domain to TODO.detail
2001-06-04  Bruce MomjianUpdate TODO list.
2001-06-04  Bruce Momjianprotected void finalize() {
2001-06-04  Tom LaneGive error message, rather than coredump, for utility...
2001-06-03  Peter EisentrautMark many strings in backend not covered by elog for...
2001-06-02  Tom LaneAccept and output '-Infinity' as well as 'Infinity...
2001-06-02  Bruce MomjianUpdate TODO list.
2001-06-02  Tom LaneTweak sorting so that nulls appear at the front of...
2001-06-02  Peter EisentrautNative Language Support (NLS)
2001-06-02  Tom LaneParanoia about unordered comparisons in IEEE float...
2001-06-02  Jan Wieckdllist.c is included in the frontend libpq interface...
2001-06-01  Bruce MomjianThe following patch for JDBC fixes an issue with jdbc...
2001-06-01  Tom LaneCheck for malloc failure.
2001-06-01  Tom LaneGuard against malloc failure. Also, don't examine...
2001-06-01  Tom LaneCheck for malloc failure.
2001-06-01  Tom LaneIf spi.c wants to use malloc, it better test for malloc...
2001-06-01  Tom Lanepltcl, plperl, and plpython all suffer the same bug...
2001-06-01  Tom LaneNew improved version of bpcharin() may have got the...
2001-06-01  Bruce MomjianFix for:
2001-06-01  Tom LaneRemove fastpath.c's lame attempt at caching function...
2001-06-01  Michael Meskes - Synced preproc.y with gram.y.
2001-06-01  Tom LaneClean up some minor problems exposed by further thought...
2001-06-01  Bruce MomjianUpdate release 1.09 date
2001-05-31  Bruce MomjianForgot SGML section section id tag for 7.1.
2001-05-31  Tom LaneOoops, forgot to commit Makefile along with other changes.
2001-05-31  Tom LaneSupport for emulating RTREE indexing in GiST. Contribu...
2001-05-31  Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-05-31  Tom LaneRI triggers would fail for datatypes using old-style...
2001-05-31  Bruce MomjianAllow IS and FOR in Pl/PgSQL cursors, per Oracle and...
2001-05-31  Bruce MomjianUpdate TODO list.
2001-05-30  Bruce MomjianUpdate FAQ.
2001-05-30  Bruce MomjianUpdate FAQ.
2001-05-30  Bruce MomjianOops, had 0.2 release date wrong.
2001-05-30  Bruce MomjianRemove OLD_FILE_NAMING code. No longer used.
2001-05-30  Bruce MomjianUpdate TODO list.
2001-05-30  Bruce MomjianAdd recent UNDO/VACUUM thread to TODO.detail.
2001-05-30  Tom LaneAdd "#define GIST_AM_OID".
2001-05-30  Tom LaneTweak StrategyEvaluation data structure to eliminate...
2001-05-30  Bruce MomjianUpdate TODO list.
2001-05-30  Tom LaneRemove unused, redundant header files.
2001-05-30  Tom LaneFix broken $Header$ declaration.
2001-05-30  Bruce MomjianProperly compute max sys oid for 7.0 and 7.1.
2001-05-30  Bruce MomjianI just got bitten by this too. I use type timestamp...
2001-05-30  Bruce MomjianFix missing relation in FROM causing NOTICE. Cleanup.
2001-05-30  Bruce MomjianRemove reference to pg_class.relhaspkey from code....
2001-05-30  Bruce MomjianMark as unused:
2001-05-30  Bruce MomjianUpdate TODO list.
2001-05-30  Bruce MomjianRemove SEP_CHAR from /contrib.
2001-05-30  Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-05-30  Bruce MomjianFix for Druid. We did not support some PROCEDURE queries.
2001-05-30  Bruce MomjianThis is a docs patch to go with my DROP CONSTRAINT...
2001-05-30  Bruce MomjianThese patches should fix check constraints not inheriting
2001-05-30  Bruce MomjianPlaying with the earthdistance stuff, and found I neede...
2001-05-30  Bruce MomjianAttached is my patch that adds DROP CONSTRAINT support...
2001-05-30  Tom LaneCorrect obsolete example of FROM-less query.
2001-05-30  Bruce MomjianIn chapter:
2001-05-30  D'Arcy J.M... Further conversions to Version 1 API. Also, fix boolea...
2001-05-30  D'Arcy J.M... Add missing comma.
2001-05-28  Tom LaneMake text <=> char conversion functions convert zero...
2001-05-28  Tom LaneCause plpgsql's PERFORM to behave according to its...
2001-05-28  D'Arcy J.M... Upgraded code to use the current version 1 calling...
2001-05-28  Tom LaneSuppress useless memmove() when buffer already contains...
2001-05-28  Peter Eisentrautmarkup fix
2001-05-28  Bruce MomjianUpdate TODO list.
2001-05-28  Bruce MomjianSample output that appears below the table attributes...
2001-05-28  Bruce MomjianThis just breaks down the indices in to three groups:
2001-05-28  Tatsuo IshiiFix a message error in utf_to_local
2001-05-28  Bruce MomjianAttached is a patch to fix the problem Thomas mentions...
2001-05-27  Peter EisentrautDon't use multi-line string literals.
2001-05-27  Tom LaneWhen using a junkfilter, the output tuple should NOT...
next