OSDN Git Service

pg-rex/syncrep.git
2002-09-24 Bruce MomjianMake PL/pgSQL capitalization consistent.
2002-09-24 Tom LaneChange default privileges for languages and functions...
2002-09-24 Tom LaneUpdate some obsolete comments and column descriptions.
2002-09-24 Peter EisentrautRemove useless O_DIROPEN stuff.
2002-09-24 Peter EisentrautTweak conversion names to follow the established naming...
2002-09-24 Bruce MomjianAdd earthdistance regression file.
2002-09-24 Tom LaneAdd missing correction of sublevelsup when pulling...
2002-09-23 Tom LaneFix broken markup.
2002-09-23 Tom LaneFurther thinking about heap_mark4update: in HeapTupleSe...
2002-09-23 Peter EisentrautMove PyGreSQL usage documentation from README into...
2002-09-23 Tom LaneDisallow VACUUM, ANALYZE, TRUNCATE on temp tables belon...
2002-09-23 Tom LaneTweak dblink functions to use int4 arguments instead...
2002-09-23 Bruce MomjianAdd:
2002-09-23 Bruce MomjianUpdate HISTORY for 7.3beta2.
2002-09-23 Bruce MomjianAdd win32 rename discussion to archives.
2002-09-23 Bruce MomjianThe valid return value should be MODIFY instead of...
2002-09-23 Bruce MomjianObviously noone has ever tested the doubling of availia...
2002-09-23 Bruce MomjianNothing.
2002-09-23 Tom LaneGet rid of bogus use of heap_mark4update in reindex...
2002-09-22 Tom LaneIn UpdateStats(), don't bother to update the pg_class...
2002-09-22 Tom LaneRemove commas for compatibility with newer releases...
2002-09-22 Tom LaneRemove commas for compatibility with newer bisons.
2002-09-22 Tom LaneRemove extraneous | ... while bison 1.28 doesn't object...
2002-09-22 Tom LaneRemove commas from %type and %token lists, for compatib...
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-22 Tom LaneRelationClearRelation must reset rd_targblock and updat...
2002-09-22 Tom LaneMake \dS work more like it used to, viz, show only...
2002-09-22 Tom LaneI haven't seen any objections, so here is a patch....
2002-09-22 Tom Laneserver_min_messages and friends should have valid value...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-22 Tom LaneFix busted markup.
2002-09-22 Tom LaneBring SIMILAR TO and SUBSTRING into some semblance...
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-09-21 Tom LaneAdd last-ditch defense against attempts to compile...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-21 Peter EisentrautAdd more appropriate markup.
2002-09-21 Tom LaneFix PPC s_lock operations to work correctly on multi...
2002-09-20 Tom LanePerformance improvement for MultiRecordFreeSpace on...
2002-09-20 Peter EisentrautRevision
2002-09-20 Peter EisentrautPut in defense against gcc -ffast-math.
2002-09-20 Tom LaneCode review for check-domain-constraints-in-COPY patch...
2002-09-20 Tom LaneUpdate regression expected results for to_char() change.
2002-09-20 Bruce MomjianChange domain patch to COERCE_IMPLICIT_CAST, per Tom.
2002-09-20 Bruce MomjianFix compile error from Rod's patch.
2002-09-20 Bruce MomjianDone:
2002-09-20 Bruce MomjianThe patch fix bug described in TODO:
2002-09-20 Bruce MomjianTom Lane wrote:
2002-09-20 Bruce MomjianThis patch cleans up some of the code in src/util/adt...
2002-09-20 Bruce MomjianTiny patch fixing small documentation typo.
2002-09-20 Bruce MomjianThis patch fixes two typos in src/backend/storage/ipc...
2002-09-20 Bruce MomjianFixed this problem and added regression tests in domain...
2002-09-20 Bruce MomjianI have included fixes to declare some floating point...
2002-09-20 Bruce Momjian> I'm not sure why NDirectFileRead/NDirectFileWrite...
2002-09-20 Bruce MomjianMention that pg_get_viewdef(name) is deprecated.
2002-09-20 Bruce MomjianThis grants execute privileges to public for the fti...
2002-09-20 Bruce MomjianThis patch corrects a minor mis-statement in the CREATE...
2002-09-19 Tom LaneTweak heap.c to refuse attempts to create table columns...
2002-09-19 Tom LaneDepartment of second thoughts: suppressing implicit...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-18 Bruce MomjianAdd mention of /contrib/adddepend to HISTORY.
2002-09-18 Bruce MomjianAdd 'adddepend' script to handle pre-7.3 object depende...
2002-09-18 Peter EisentrautUpdate installation instructions and put mostly everyth...
2002-09-18 Peter EisentrautRemove pgeasy and odbc.
2002-09-18 Bruce MomjianRename help file upgrade_7.3 to upgrade_tips_7.3.
2002-09-18 Tatsuo IshiiAdd GRANT EXECUTE ON FUNCTION
2002-09-18 Bruce MomjianAdd mention of Tom's client change summary email to...
2002-09-18 Bruce MomjianAdd:
2002-09-18 Tatsuo IshiiFix bug in encoding conversion map.
2002-09-18 Tatsuo IshiiUpdate Japanese README so that it reflects the changes...
2002-09-17 Bruce MomjianAdd:
2002-09-17 Bruce MomjianPoint out that CREATE INDEX uses sorts and hence sort_m...
2002-09-17 Bruce MomjianFix pgaccess URL, from Justin.
2002-09-17 Bruce MomjianRemove src/test/regress/sql: plpgsql-nsp-testing.sql...
2002-09-17 Tom LaneUn-break duplicate_oids script.
2002-09-16 Bruce MomjianRemove retest Makefile entry because it does not compile.
2002-09-16 Bruce MomjianAdd mention of removed -enable-multibyte/locale in...
2002-09-16 Bruce MomjianAdd to link() thread.
2002-09-16 Bruce MomjianAdd link() info to TODO.detail.
2002-09-16 Tom LaneFix for rare race-condition-like failure: if a backend...
2002-09-15 Peter EisentrautCast functions can be immutable or stable.
2002-09-14 Tom LaneUpdate obsolete comment.
2002-09-14 Tom LaneSimplify handling of second database for dblink tests.
2002-09-14 Tom LaneClean up mess from duplicate patches.
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for dblink functions...
2002-09-14 Tom LaneSome PL/PgSQL documentation improvements from Neil...
2002-09-14 Tom LaneCosmetic fixes from Neil Conway.
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for contrib/fuzzystr...
2002-09-14 Tom LaneAttached is a patch to fix some recently raised issues...
2002-09-14 Tom LaneAvoid overflow for large elapsed times in \timing outpu...
2002-09-14 Tom LaneFix portability bug in get_normal_pair (RAND_MAX !...
2002-09-14 Peter EisentrautShrink the pg_hba.conf and pg_ident.conf default files...
2002-09-14 Peter EisentrautTranslation updates
2002-09-14 Barry LindAdded regression test for using server side prepared...
2002-09-13 Tatsuo IshiiChange Assert(len > 0) to Assert(len >= 0)
2002-09-12 Peter EisentrautAdd more information about schemas. Combines some...
2002-09-12 Tom LaneFix likely cause of rare ALTER TABLE ADD FOREIGN KEY...
2002-09-12 Tom LaneAvoid misleading error message when SET/RESET target...
2002-09-12 Bruce MomjianThe small context diff below corrects what seems to...
2002-09-12 Bruce MomjianThis is a comprehensive set of diffs (versus current...
2002-09-12 Bruce Momjian> intarray and ltree both seem to be mapping their...
next