OSDN Git Service

pg-rex/syncrep.git
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...
2000-08-05 Philip Warner- Minor fix to create temp table for xrefs
2000-08-05 Philip Warner- Only disable triggers for the table being loaded
2000-08-04 Bruce MomjianBack out to_ascii patch from Karel.
2000-08-04 Bruce MomjianAdd missing files from Karel, tip from Jan.
2000-08-04 Bruce Momjian to_ascii( text )
2000-08-04 Hiroshi InoueSubclasses inherit constraints of super classes properly
2000-08-04 Tom LaneFix tuptoaster bugs induced by making bytea toastable...
2000-08-03 Tom LaneConvert inet-related functions to new fmgr style. ...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-08-03 Tom LaneRepair bug noted by Paul Caskey: neqsel() has been...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-08-01 Philip Warner- Added --create, --no-owner, --superuser, --no-reconne...
2000-07-31 Tom LaneMake acl-related functions safe for TOAST. Mark pg_cla...
2000-07-31 Hiroshi InoueCancel request while waiting for a lock should try...
2000-07-30 Tom LaneType lztext is toast.
2000-07-30 Tom LaneConvert all remaining geometric operators to new fmgr...
2000-07-29 Tom LanePATH and POLYGON datatypes are now TOASTable. Associat...
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-28 Thomas G. LockhartFix acceptance of PATH as a type and column name.
2000-07-28 Tom LaneAdd int2-vs-int8 comparison operators. These are now...
2000-07-28 Bruce MomjianUpdate TODO list.
2000-07-28 Tom LaneRemove <values.h> inclusions, no-longer-needed MAXINT...
2000-07-28 Tom LaneFix sloppy macro coding (not enough parentheses).
2000-07-27 Tom LaneMake planner safe for recursive calls --- needed for...
2000-07-27 Bruce MomjianUpdate FAQ.
2000-07-27 Bruce MomjianSome pedantic compile syntax errors to fix with the...
2000-07-27 Bruce MomjianHere is a bug and patch to fix it. I have tested this...
2000-07-27 Bruce MomjianUpdate FAQ.
2000-07-27 Bruce MomjianAdd cidr TODO.detai file.
2000-07-27 Bruce MomjianUpdate TODO list.
2000-07-27 Bruce MomjianUpdate TODO list.
2000-07-27 Bruce MomjianUpdate TODO list.
2000-07-27 Bruce MomjianUpdate TODO list.
2000-07-27 Bruce MomjianUpdate TODO list.
2000-07-27 Bruce MomjianUpdate FAQ.
2000-07-27 Bruce MomjianUpdate TODO list.
2000-07-27 Tom LaneArrange to free planning memory (or most of it, anyway...
2000-07-27 Tom LaneEnsure that values stored within arrays are not toasted...
2000-07-27 Bruce MomjianUpdate TODO list.
2000-07-26 Tom LaneWhen dealing with OR-of-ANDs quals, extract multiple...
2000-07-26 Bruce MomjianUpdate FAQ.
2000-07-26 Bruce MomjianUpdate FAQ.
2000-07-26 Bruce MomjianUpdate FAQ.
2000-07-25 Tom LaneExecRestrPos() really needs to raise ERROR, not a wimpy...
2000-07-25 Tom LaneEnsure that if the OID counter wraps around, we will...
2000-07-25 Tom LaneFix confusion between sizeof(long) and sizeof(long...
2000-07-25 Tom LaneAdd commentary about varying usage of scankeys in btree...
2000-07-25 Tom LaneClean up and document btree code for ordering keys...
2000-07-25 Tom LaneUpdate comments.
2000-07-24 Bruce MomjianUpdate bsdi template
2000-07-24 Bruce Momjianmore doc cleanups
2000-07-24 Philip Warnerpg_backup_plain_text.c replaced by pg_backup_null.c
2000-07-24 Philip Warner- no longer put ACLs at end of dump
2000-07-24 Tom LaneDeduce equality constraints that are implied by transit...
2000-07-23 Peter EisentrautUnset locale variables before running regression tests...
2000-07-23 Tom LaneClean up some sloppy casts --- Oid vs. Datum, that...
2000-07-23 Tom LaneFurther cleanup of array behavior. Slice assignments...
2000-07-22 Peter EisentrautShed some light onto SysV IPC configuration.
2000-07-22 Peter Eisentrauttypos
2000-07-22 Jan Wieck2nd try for the index tuple toast hack. This time as...
2000-07-22 Tom LaneMake update lists like 'UPDATE tab SET foo[1] = bar...
2000-07-22 Bruce Momjianspell cleanups
2000-07-22 Bruce Momjianspell cleanups
2000-07-22 Tom LaneRemove 'Array' node type, which has evidently been...
2000-07-22 Tom LaneMissed some array updates ...
2000-07-22 Tom LaneArrays are toastable. (At least if you initdb, which...
next