OSDN Git Service

pg-rex/syncrep.git
2001-01-06 Peter EisentrautUse more portable syntax for 'find'.
2001-01-06 Peter EisentrautPolish help output. Allow --help to work with BSD...
2001-01-06 Tom LaneNo need for screen_size to be static.
2001-01-06 Peter EisentrautSimplify rules to build man pages so they run a lot...
2001-01-06 Tatsuo IshiiUpdate multibyte Japanese doc for 7.1.
2001-01-06 Peter EisentrautEXECUTE documentation, from "Robert B. Easter" <reaster...
2001-01-06 Peter EisentrautUpdate section on SQL syntax. (Still a lot to be done...
2001-01-06 Peter EisentrautSimplify the rules that explicitly allowed TYPE as...
2001-01-06 Tom LaneBring CREATE RULE reference page into some semblance...
2001-01-06 Tatsuo IshiiFix copy to make it more robust against unexpected...
2001-01-06 Hiroshi Inoueinit_irels() is changed to be called in RelationCacheIn...
2001-01-06 Tom LaneFix NOT NULL option for plpgsql variables (doesn't...
2001-01-06 Tom LaneFix misplaced strdup(), which could lead to error messa...
2001-01-05 Tom LaneRename and document some invalidation routines to make...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2001-01-05 Tom LaneDisallow creation of a child table by a user who does...
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Peter EisentrautAllow NetBSD's libedit to be used instead of GNU Readli...
2001-01-04 Peter EisentrautCorrect path where to check for password file existance.
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Bruce MomjianUpdate TODO list.
2001-01-04 Tom LaneClean up some unnecessary fragility in EXECUTE command.
2001-01-04 Tom LaneRepair guaranteed core dump in SPI_exec(). Guess this...
2001-01-04 Hiroshi InoueI neglected to remove a debug message,sorry.
2001-01-04 Tom Lanepg_dump failed to handle backslashes embedded in functi...
2001-01-03 Tom LaneFix breakage of rules using NOTIFY actions, per bug...
2001-01-03 Tom LaneNew file format for COPY BINARY, in accordance with...
2001-01-03 Tom LaneMakeRetrieveViewRuleName was scribbling on memory that...
2001-01-03 Thomas G. LockhartRepair always-broken date_part('quarter',timestamp).
2001-01-03 Bruce MomjianUpdate TODO list.
2001-01-03 Bruce MomjianUpdate TODO list.
2001-01-02 Peter EisentrautOnly update stamp-h if config.status actually looks...
2001-01-02 Bruce MomjianI've found a memory leak in libecpg of PostgreSQL 7...
2001-01-02 Tom LaneDocument tuple ordering differences as a possible cause of
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2001-01-02 Tom LaneTweak temporary-installation setup so that it doesn...
2001-01-01 Tom LaneUpdate geometry-alpha-precision.out per reports from...
2001-01-01 Tom LaneDefine HAVE_LIBZ only if we detect <zlib.h> as well...
2001-01-01 Tom LaneCLUSTER forgot to create a TOAST table for the clustere...
2001-01-01 Tom LaneEnsure attcacheoff is written out as -1 when writing...
2001-01-01 Tom LaneUpdate comment.
2000-12-31 Tom LaneMark geometric 'overlaps' operators (&&) as self-commut...
2000-12-31 Tom LaneFix typo in error message.
2000-12-31 Tom LaneDon't say 'export PGHOST' or 'export PGPORT' unless...
2000-12-31 Tom LaneOn further thought, we need a defense against empty...
2000-12-31 Tom LaneIgnore PGPORT environment variable if it is an empty...
2000-12-31 Tom LaneReverse #if test to be defined(__osf__) rather than...
2000-12-31 Peter EisentrautRemove incorrect use of rl_special_prefixes until furth...
2000-12-31 Tom LaneNetBSD/Alpha porting fixes from tom@minnesota.com.
2000-12-30 Tom LaneBe more careful about the difference between signed...
2000-12-30 Peter EisentrautCorrect UNDER syntax.
2000-12-30 Peter EisentrautCorrect UNDER syntax.
2000-12-30 Peter EisentrautRefinements
2000-12-30 Peter EisentrautRemove C++ comment.
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-12-30 Peter EisentrautAdd mention of sysctl(8) for IPC tuning on Linux.
2000-12-30 Peter EisentrautRemove incorrect assert.
2000-12-30 Vadim B. MikheevFixed misprint in heap update WALoging.
2000-12-30 Tatsuo IshiiImporve messages.
2000-12-30 Tom LaneApparently, special float8 comparison file for Alpha...
2000-12-30 Tom LaneClean up spinlock assembly code slightly (just cosmetic...
2000-12-30 Tom LaneParanoia about possible values of errno after a shmget...
2000-12-30 Tom LaneRemove obsolete and unportable enable_plpgsql script...
2000-12-30 Peter EisentrautFix unportable use of '!' in shell commands.
2000-12-29 Tom Lanecolumn and tuple numbers should be int not size_t.
2000-12-29 Tom LaneFix failure in CreateCheckPoint on some Alpha boxes...
2000-12-29 Vadim B. MikheevMUST update (in-memory) data page BEFORE XLogInsert...
2000-12-29 Tom Lanestamp-h needs to be made by config.status, not elsewher...
2000-12-29 Vadim B. Mikheevnbtree_xlog_newroot: set meta flag in meta page opaque.
2000-12-28 Bruce MomjianAttached are patches for two fixes to reduce memory...
2000-12-28 Peter EisentrautQualify %.in rule to avoid triggering on configure...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-28 Tom LaneLet's try this again on accepting the correct range...
2000-12-28 Tom LaneCorrect erroneous documentation of PQsetnonblocking().
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-27 Bruce MomjianUpdate TODO list.
2000-12-26 Peter EisentrautOnly install the integrated HTML documentation set...
2000-12-26 Peter EisentrautAdd id attribute to sect1 tag.
2000-12-26 Peter EisentrautFix some cross reference links.
2000-12-25 Peter EisentrautRefine some things to create better looking man pages.
2000-12-23 Tom LaneImprove comments.
2000-12-23 Tom LaneCompute reasonable cost and output-row-count estimates...
2000-12-23 Peter EisentrautSome of the stuff documented here hasn't existed since...
2000-12-23 Bruce MomjianUpdate TODO list.
2000-12-23 Peter EisentrautRemove unused file (the information is already containe...
2000-12-23 Tom LaneReplace overly-cute coding with code that (a) has defin...
2000-12-22 Tom LaneSmall cleanup of temp-table handling. Disallow creatio...
2000-12-22 Peter EisentrautMake use of <email> tag for marking up email addresses.
2000-12-22 Tom LaneRepair not-too-well-thought-out code to do rangecheckin...
2000-12-22 Vadim B. MikheevAvoid XLogFlush for clean buffers in BufferSync.
2000-12-22 Peter EisentrautAvoid using the terms 'installation', 'site', or 'insta...
2000-12-22 Tom LaneImprove error message for case where DROP TABLE is...
2000-12-22 Peter EisentrautReplace incorrect uses of 'which' with 'that'. (so...
2000-12-22 Tom LaneAdd 'ONLY' to queries generated by RI triggers, so...
2000-12-22 Tom LaneFix broken markup.
2000-12-22 Tom LaneChange default output formatting for CIDR to be unabbre...
2000-12-22 Michael Meskes- Fixed bug in a connect statement using varchars.
2000-12-22 Tatsuo IshiiFix PQsetdbLogin() backward compatibility problem.
2000-12-22 Tom LaneClean up CREATE TYPE/OPERATOR/AGGREGATE productions...
next