]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-09-12  Bruce MomjianIrix fix:
2000-09-12  Thomas G. LockhartDefine ZIP rather than GZIP.
2000-09-10  Vadim B. MikheevThis is temporal place holder for Relation File Node...
2000-09-08  Bruce MomjianUpdate FAQ.
2000-09-08  Peter EisentrautMake building scripts kind of consistent in look and...
2000-09-07  Vadim B. MikheevHeap redo/undo (except for tuple moving used by vacuum).
2000-09-07  Tatsuo IshiiFix psql crash. If MULTIBYTE is enabled, \l+ dumps...
2000-09-06  Peter EisentrautA bit of cleanup after SSL patch. Add it to config...
2000-09-06  Peter EisentrautCode cleanup of user name and user id handling in the...
2000-09-05  Jan WieckAdded functions
2000-09-05  Peter EisentrautGZIP vs ZIP variable naming messed up
2000-09-05  Jan WieckGET DIAGNOSTICS statement to PL/pgSQL to access SPI_pro...
2000-09-01  Peter EisentrautChange initdb to not delete PGDATA directory unless...
2000-08-31  Peter EisentrautFix relative path references so that make knowns which...
2000-08-31  Jan WieckAdded EXECUTE command to PL/pgSQL for execution of
2000-08-30  Tom LaneAbortOutOfAnyTransaction() just before backend exit...
2000-08-30  Bruce MomjianSSL patch from Magnus
2000-08-30  Hiroshi InoueImprove the following.
2000-08-29  Bruce MomjianStartup is actually start-up.
2000-08-29  Tom LaneInclude kernel error message in failed-to-open file...
2000-08-29  Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-29  Bruce Momjian * to_char:
2000-08-29  Bruce MomjianThis is mostly the same as an earlier patch I
2000-08-29  Bruce MomjianHere is a patch against the same cvs tree as the SSL...
2000-08-29  Tom LaneUpdate obsolete comments.
2000-08-29  Tom LaneRemove bogus use of int4out().
2000-08-28  Peter EisentrautMaybe "shared_buffers" is a slightly better name than...
2000-08-28  Peter EisentrautNew configure test for flex, which recognizes only...
2000-08-27  Tom LaneClean up callers of AllocateFile and BasicOpenFile...
2000-08-27  Tom LaneChange ReleaseLruFile() usage so that if we cannot...
2000-08-27  Bruce MomjianUpdate FAQ.
2000-08-27  Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-08-27  Tatsuo IshiiChange pg_mblen and pg_encoding_mblen return types...
2000-08-27  Bruce MomjianUpdate FAQ.
2000-08-26  Tom LaneTired of seeing these warnings ...
2000-08-26  Tom LaneRename BITSPERBYTE to BITS_PER_BYTE to avoid conflict...
2000-08-26  Peter EisentrautFix AC_FUNC_ACCEPT_ARGTYPES to accept `const struct...
2000-08-26  Tom LaneThis file seems not to have been updated for the most
2000-08-26  Peter EisentrautUpdate platform FAQs
2000-08-26  Bruce MomjianRemove old FAQ files.
2000-08-26  Bruce MomjianUpdate FAQ.
2000-08-26  Peter EisentrautAdd pg-config utility that stores some configuration...
2000-08-25  Tom LaneTweak btree insertion to avoid O(N^2) slowdown with...
2000-08-25  Tom LaneAvoid creating a TOAST table if we can prove that the...
2000-08-25  Thomas G. LockhartFix typos and inconsistancies found by He Weiping
2000-08-25  Tatsuo IshiiChange return type of:
2000-08-25  Peter EisentrautMake the location of the Kerberos server key file run...
2000-08-24  Tom LaneDocumentation updates to reflect TOAST and new-style...
2000-08-24  Tom LaneDocumentation updates to reflect TOAST and new-style...
2000-08-24  Tom LaneGetAttributeByName and GetAttributeByNum should be...
2000-08-24  Tom LaneUpdate funcs tutorial for new function manager.
2000-08-24  Tom LaneSQL-language functions are now callable in ordinary...
2000-08-23  Thomas G. LockhartComment fixes from Larry Rosenman" <ler@lerctr.org>.
2000-08-23  Thomas G. LockhartAdd functions to convert to and from text, and to trunc...
2000-08-23  Thomas G. LockhartCreate and manage information on MAC address OUIs
2000-08-23  Thomas G. LockhartFix several <ulink> tags which refer to e-mail addresses
2000-08-22  Tom LaneFix plpgsql lexer to accept Windows-style and Mac-style...
2000-08-22  Tatsuo IshiiMake scanner multibyte aware. Currently it may produce...
2000-08-22  Tatsuo IshiiMake makeObjectName multibyte aware. Currently, it...
2000-08-22  Tatsuo IshiiAdd multibyte support for both LIKE and ILIKE
2000-08-22  Tom LaneFix a many-legged critter reported by chifungfan@yahoo...
2000-08-22  Tom LaneAdd some more Assert checks.
2000-08-21  Tom LaneMove pg_checkretval out of the planner (where it never...
2000-08-21  Tom LaneFix format_type() to display correct lengths for BIT...
2000-08-21  Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-08-21  Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-08-20  Tom LaneStandardize on just one spelling of BITSPERBYTE.
2000-08-20  Peter Eisentrautcoupla minor fixes in the `make dist' support code
2000-08-20  Peter EisentrautSubstitute libdir into createlang as last resort so...
2000-08-20  Peter EisentrautIntroduce HAVE_UNIX_SOCKETS symbol to replace repeatedl...
2000-08-20  Tom LaneMake functional indexes accept binary-compatible functi...
2000-08-19  Peter Eisentraut./configure --without-CXX errroneously tried to use...
2000-08-13  Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-12  Tom LaneMop-up for removal of ':' and ';' operators ... like...
2000-08-12  Tom LaneFix ruleutils to produce correct output for array assig...
2000-08-11  Tom LaneUpdate comments for some parse node types.
2000-08-11  Tom LanecopyObject() and equal() now know about all parse-time...
2000-08-11  Tom LaneRemove debugging Assert that should never have been...
2000-08-11  Tom LaneMake debug_assertions default to ON, when compiled...
2000-08-10  Hiroshi InoueCREATE btree INDEX takes dead tuples into account when...
2000-08-09  Thomas G. LockhartReimplement MULTIBYTE support (oops). Not tested, but...
2000-08-08  Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-08-08  Philip WarnerBuf fix to pg_restire -S option in getopts
2000-08-07  Tom LaneTOAST mop-up work: update comments for tuple-size-relat...
2000-08-07  Tom LaneFix incorrect example of CAST syntax (was missing requi...
2000-08-07  Philip Warner- version # change in header
2000-08-07  Philip Warner- Support for iscachable when dumping functions
2000-08-07  Thomas G. LockhartAllow LIKE and ILIKE as TokenId (and hence ColId) to...
2000-08-07  Thomas G. LockhartClean up code to remove the explicit backslash cruft.
2000-08-07  Thomas G. LockhartInclude the case-insensitive LIKE prototypes.
2000-08-07  Thomas G. LockhartForgot to update the regression test output.
2000-08-07  Tom LaneClean up bogosities in use of random(3) and srandom...
2000-08-06  Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-08-06  Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-08-06  Thomas G. LockhartSupport SQL99 embedded double-quote syntax for quoted...
2000-08-06  Tom LaneToast all the system-table columns that seem to need...
2000-08-06  Tom LaneClean up inefficiency in ExecRelCheck, and cause it...
2000-08-06  Tom LaneEnsure that catcache 'busy' flags are reset at transact...
2000-08-06  Tom LaneCopy sub-Query nodes to avoid trouble when same sub...
2000-08-05  Bruce Momjian> I had to back out the patch. It only compiles with...
next