OSDN Git Service

pg-rex/syncrep.git
2000-09-23 Tom LaneClean up some ugly coding (hardwired constants) in...
2000-09-23 Peter EisentrautThese are obsolete.
2000-09-22 Peter EisentrautDon't free() the result of getpwuid().
2000-09-22 Tom LaneSetPGVariable() crashed on SET DateStyle TO DEFAULT...
2000-09-22 Tom LaneAdd check of 'SET DateStyle TO DEFAULT'.
2000-09-21 Peter EisentrautReplace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH...
2000-09-21 Michael Meskes*** empty log message ***
2000-09-20 Tom LaneFix coredump in copyCommentStmt().
2000-09-20 Michael Meskes*** empty log message ***
2000-09-19 Tom LaneMake sure that FlushRelationBuffers() is invoked by...
2000-09-19 Tom LaneFix GEQO optimizer to work correctly with new outer...
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-19 Michael Meskes*** empty log message ***
2000-09-18 Tom LaneMake rule lister use aliases from FROM clause when...
2000-09-18 Peter EisentrautMove contrib/odbc/odbc.sql together with odbc driver...
2000-09-18 Philip WarnerOnly retrieve view definition if relation is a view...
2000-09-18 Philip WarnerUses column select expressions to get object object...
2000-09-17 Tom LaneParse JOIN/ON conditions with the proper visibility...
2000-09-17 Peter EisentrautAdd a blurb about what tools are required to build.
2000-09-17 Peter Eisentrautpsql forgot to close connection before re-issuing passw...
2000-09-17 Tom LaneImprove error message for dumpRules() failure
2000-09-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-15 Tom LaneAdd ILIKE operators ~~*, !~~* to documentation.
2000-09-15 Tom LaneVariant horology resultfiles are inconsistent with...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-15 Tatsuo IshiiAllow PL/pgSQL accept non ascii identifiers
2000-09-15 Philip WarnerMinor code cleanup (cast away const-ness)
2000-09-15 Philip Warner- Support for relkind = RELKIND_VIEW.
2000-09-14 Thomas G. LockhartMove a few specific tests to isolate homogenous type...
2000-09-14 Bruce MomjianAdd new FAQ's.
2000-09-14 Bruce Momjianrename README.Charsets
2000-09-12 Bruce Momjiantypo fix
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Bruce Momjiantypo fix
2000-09-12 Bruce Momjiandatatype -> data type.
2000-09-12 Tom LaneFix relation-to-view conversion so that it doesn't...
2000-09-12 Tom LaneUpdate expected/horology-no-DST-before-1970.out for...
2000-09-12 Tom LaneClean up compiler warning.
2000-09-12 Tom LaneSuppress compile warnings caused by failure to use...
2000-09-12 Bruce MomjianAs if my JDBC patch hasn't already caused enough grief...
2000-09-12 Tom LaneRemove incorrect extra heap_close when deleting a built...
2000-09-12 Bruce MomjianUpdate FAQ.
2000-09-12 Vadim B. MikheevBtree WAL records.
2000-09-12 Thomas G. LockhartAdd regression tests for date, time, and time with...
2000-09-12 Thomas G. LockhartModify date->timestamp conversion to use mktime().
2000-09-12 Thomas G. LockhartConsolidate FAQ and README info on character sets into...
2000-09-12 Thomas G. LockhartUpdate to refer to more recent stylesheets in my home...
2000-09-12 Thomas G. LockhartClean up markup to be more correct.
2000-09-12 Thomas G. LockhartFix inconsistancies in field names. From Tom Samplonius...
2000-09-12 Bruce MomjianAttached is a patch that prevents a NullPointerExceptio...
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-09-12 Bruce MomjianAttached are a patch to allow the charset encoding...
2000-09-12 Bruce MomjianApplied to jdbc1 and jdbc2.
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-12 Bruce Momjianautoconf
2000-09-12 Bruce MomjianAttached is a small patch that fixes a small "bug"...
2000-09-12 Bruce MomjianPrevious patch backed out.
2000-09-12 Bruce MomjianThis patch is for the TODO item
2000-09-12 Bruce MomjianThis patch, when applied in src/pl will unbreak plperl in
2000-09-12 Bruce MomjianThis patch for the 7.0.2 JDBC interface addresses four...
2000-09-12 Bruce MomjianO.K. -
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
next