OSDN Git Service

pg-rex/syncrep.git
1999-11-02 Michael Meskes*** empty log message ***
1999-11-02 Bruce Momjianupdate for pgaccess
1999-11-01 Bruce Momjianautoconf
1999-11-01 Bruce MomjianUpdate pgaccess
1999-11-01 Bruce Momjianautoconf
1999-11-01 Bruce MomjianUpdate for pgaccess 0.98.
1999-11-01 Bruce MomjianUpdate for 6.5.3.
1999-11-01 Tom LaneEliminate RewritePreprocessQuery, which was taking an
1999-11-01 Tom LaneEliminate some unbelievably cheesy code in _copyConst().
1999-11-01 Tom LaneInline check for full buffer in appendStringInfoChar.
1999-11-01 Tom LaneDon't call ExecOpenIndices if pg_class relhasindex...
1999-11-01 Tom LaneEliminate local inefficiencies in updateTargetListEntry...
1999-11-01 Bruce Momjianformatting cleanup
1999-11-01 Bruce MomjianUpdate version for 7.0.
1999-11-01 Bruce MomjianAllow indexes on system catalogs for use in cache code.
1999-10-31 Bruce Momjianautoconf
1999-10-31 Bruce MomjianUpdate to pgaccess 0.98.
1999-10-31 Tom LaneRule dumper failed to affix '*' to inheritable RTEs.
1999-10-31 Bruce MomjianUpdate TODO list.
1999-10-31 Bruce MomjianUpdate TODO list.
1999-10-31 Bruce MomjianUpdate for 0.98 pgaccess
1999-10-31 Bruce MomjianUpdate for 0.98.
1999-10-31 Bruce Momjianautoconf
1999-10-31 Bruce MomjianUpdate pgaccess makefile for 0.98
1999-10-30 Tom LaneAvoid duplicate ExecTypeFromTL() call in ExecInitJunkFi...
1999-10-30 Tom LaneRearrange heap_beginscan to eliminate extra call on
1999-10-30 Tom LaneSkip invoking set_uppernode_references() for a RESULT...
1999-10-30 Tom LaneRewrite preprocess_targetlist() to reduce overhead...
1999-10-30 Bruce MomjianUpdate pgaccess for 0.98.
1999-10-30 Tom LaneFurther performance improvements in sorting: reduce...
1999-10-30 Bruce MomjianAdd pgaccess Makefile.
1999-10-30 Bruce MomjianAdd 0.98.
1999-10-30 Bruce MomjianRemove 0.96 for update to 0.98
1999-10-30 Tom LaneOoops ... 6.5 coding wasn't quite right anymore. Shoul...
1999-10-30 Tom LanePut back code in nodeAgg to generate a dummy all-nulls...
1999-10-29 Bruce MomjianMake USING in COPY optional.
1999-10-29 Bruce MomjianFix wording.
1999-10-29 Michael Meskes*** empty log message ***
1999-10-27 Bruce MomjianUpdate TODO list.
1999-10-27 Bruce MomjianFix psql quote missing.
1999-10-27 Michael Meskes*** empty log message ***
1999-10-26 Bruce MomjianAdd mention of NULL for COMMENT.
1999-10-26 Bruce MomjianFix compile after COMMENT problem.
1999-10-26 Bruce Momjianupdate
1999-10-26 Bruce MomjianUpdate TODO list.
1999-10-26 Bruce MomjianThese are two minor corrections to libpq's PQsetNoticeP...
1999-10-26 Bruce Momjianimprove manual page
1999-10-26 Bruce MomjianUpdate TODO list.
1999-10-26 Bruce MomjianUpdate TODO list.
1999-10-26 Bruce MomjianMore comments.
1999-10-26 Bruce MomjianAdd documentation for comment.
1999-10-26 Bruce MomjianHello.
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-25 Tom Lane'extern char *pg_pathname' in these files fails to...
1999-10-25 Byron Nikolaidisbug fix for large objects (free)
1999-10-24 Tom LaneAdd a notion of a 'catalog version number' that can...
1999-10-24 Tom LaneAdd comment explaining that this table doesn't do what you
1999-10-23 Tom LaneRemove gratuitous redefinitions of BLCKSZ.
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-10-23 Bruce MomjianBackup psql banner change.
1999-10-22 Tom LaneRemove fixed-size literal buffer from ecpg's lexer...
1999-10-22 Bruce MomjianRemove libpq++ todo item.
1999-10-22 Bruce MomjianThis *should* fix the large binary object problem in...
1999-10-22 Bruce MomjianI have a patch for postgresql-snapshot(1999-10-22).
1999-10-22 Bruce MomjianUpdate TODO list.
1999-10-22 Tom LaneAnother day, another MAX_QUERY_SIZE dependency zapped.
1999-10-21 Bruce MomjianUpdate TODO list.
1999-10-21 Tom LaneBugfix for CREATE RULE invoked via SPI --- from Hiroshi,
1999-10-21 Tom LaneRemove fixed-size buffers in rule storage routine.
1999-10-21 Bruce Momjianchange issue to information in banner
1999-10-21 Bruce MomjianMake psql startup banner cleaner.
1999-10-19 Tom LaneBufFileSeek's behavior at segment boundaries wasn't...
1999-10-18 Bruce MomjianUpdate \dT again.
1999-10-18 Bruce MomjianMore \dT cleanup
1999-10-18 Bruce MomjianClean up \dT display.
1999-10-18 Bruce MomjianMake bpchar == char() clearer in \dT display.
1999-10-18 Tom LaneDrive a stake through the heart of the last use of...
1999-10-18 Tom LaneRemove fixed-size literal buffer from scan.l, and repair
1999-10-18 Bruce MomjianUpdate TODO list.
1999-10-17 Tom LaneExcept_Intersect_Rewrite() forgot to move LIMIT info...
1999-10-17 Tom LaneChange fd.c so that temp files are closed and deleted at
1999-10-17 Tom LaneRemove now-dead sort modules.
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-10-17 Tom LaneActually, nodeMergejoin shouldn't include psort.h at...
1999-10-16 Tom LanenodeMergejoin was depending on an inclusion from psort...
1999-10-16 Tom LaneSecond phase of psort reconstruction project: add bookk...
1999-10-16 Tatsuo IshiiCheck RELSEG_SIZE when postmaster starting up.
1999-10-15 Michael Meskes*** empty log message ***
1999-10-15 Bruce MomjianFix typo in descriptions.
1999-10-15 Bruce MomjianClean up type descriptions.
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-10-15 Bruce MomjianAdd S-tree doc for possible future use.
1999-10-14 Bruce MomjianUpdate psql \? for \w.
1999-10-13 Bruce MomjianCorrectly return -1 on error to CmdTuples()
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-10-13 Bruce MomjianHi,
1999-10-13 Bruce MomjianUpdate jdbc for release version #>
1999-10-13 Bruce MomjianUpdate for NUMERIC/DECIMAL data type.
1999-10-13 Bruce MomjianBLOBs containing NUL characters (ASCII 0) can be writte...
1999-10-12 Bruce MomjianUpdate new HISTORY file.
next