OSDN Git Service

pg-rex/syncrep.git
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-08-22 Bruce MomjianImprove xid wraparound message (the server isn't really...
2005-08-22 Tom LaneUse an initdb-time test to see if the local version...
2005-08-22 Tom LaneFix some inconsistent choices of datatypes in xlog...
2005-08-21 Tom LaneMinor GUC cleanups: document krb_server_hostname and...
2005-08-21 Bruce MomjianAdd:
2005-08-20 Tom LaneSeems that the childXids list would be better based...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tom LaneInvoke mksafefunc and mkunsafefunc with :: decoration...
2005-08-20 Tatsuo IshiiMake GetMultiXactIdMembers() a public function.
2005-08-20 Tatsuo IshiiAdd BackendXidGetPid().
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-19 Bruce MomjianFix LRU/ALL description mismatch for GUC parameter.
2005-08-19 Bruce MomjianConsistently align comments in postgresql.conf, move...
2005-08-18 Tom LaneUpdate some obsolete comments --- code is using t_self...
2005-08-18 Tom LaneFix up LIMIT/OFFSET planning so that we cope with non...
2005-08-18 Bruce MomjianAdd:
2005-08-18 Bruce MomjianAdd hint for to_char(interval) invalid format specifica...
2005-08-18 Bruce MomjianDone:
2005-08-18 Bruce MomjianFix to_char(interval) to return proper year and century...
2005-08-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
2005-08-17 Bruce MomjianMore formatting.c cleanups.
2005-08-17 Bruce MomjianSmall cleanup.
2005-08-17 Bruce MomjianAdjust to_char/from_char code to use boolean "is_to_cha...
2005-08-17 Tom LaneRemove unnecessary configure test for inet_ntop(),...
2005-08-17 Tom LaneFix declaration of dumpacl, per Alvaro.
2005-08-17 Bruce MomjianFix FSM warning to mention increasing max_fsm_pages...
2005-08-17 Bruce MomjianMinor cleanup.
2005-08-16 Bruce MomjianUpdate comments.
2005-08-16 Bruce MomjianImprove comment.
2005-08-16 Bruce MomjianUpdate pgcvslog comment on how to find branch start...
2005-08-16 Tom LaneReject operator names >= NAMEDATALEN characters. These...
2005-08-15 Bruce MomjianRename pg_stat_file columns to be more consistent....
2005-08-15 Tom LaneClean up recent patch for PL handler functions in pg_ca...
2005-08-15 Tom LaneMake createlang and droplang proof against weird search...
2005-08-15 Tom Lanearray_in() and array_recv() need to be more paranoid...
2005-08-15 Tom Laneint_array_enum function should be using fcinfo->flinfo...
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
2005-08-15 Tom LaneChange pg_dump to use pg_roles instead of pg_user on...
2005-08-14 Tom LaneUpdate administrator's guide chapters for ROLEs patch.
2005-08-14 Peter EisentrautChange standard_compliant_strings to standard_conformin...
2005-08-14 Tom LaneUpdate the createuser utility for the ROLEs world....
2005-08-14 Tom LaneFix psql's \d commands to use pg_roles instead of pg_us...
2005-08-14 Tom LaneFix up tab completion for ROLEs and add some more compl...
2005-08-13 Tom LaneTweak catalog cache management algorithms to reduce...
2005-08-13 Tom LaneMake pg_stat_file() use OUT parameters so that the...
2005-08-13 Bruce MomjianRemove API file.
2005-08-13 Bruce MomjianCREATE TABLE has optional column names, so change ...
2005-08-13 Bruce MomjianThe large one adds support for RSA keys and reorganizes
2005-08-13 Bruce MomjianAdd documentation:
2005-08-13 Bruce MomjianDisable strtoul() ERANGE check on Win32, because it...
2005-08-12 Bruce MomjianReverse out Assert addition.
2005-08-12 Tom LanePass the type OID as the typioparam for all non-array...
2005-08-12 Bruce MomjianBack out plpython makefile change.
2005-08-12 Bruce MomjianImprove documention on loading large data sets into...
2005-08-12 Bruce MomjianThis patch fixes the event type used to log output...
2005-08-12 Tom LaneUn-break plperl for non-set case.
2005-08-12 Bruce Momjian[ backpatched to 8.0.X.]
2005-08-12 Bruce Momjian> Gavin Sherry <swm@linuxworld.com.au> writes:
2005-08-12 Bruce MomjianMore rsi assignment line too.
2005-08-12 Tom LaneFix up canonicalize_path to do the right thing in all...
2005-08-12 Bruce MomjianFix this:
2005-08-12 Bruce MomjianCleanups for FreeBSD linking (PIC) and plpython compiles.
2005-08-12 Bruce Momjian> The attached patch moves a plperl sanity check into...
2005-08-12 Bruce MomjianNo server version of snprintf needed, so remove Makefil...
2005-08-12 Bruce MomjianReverse out changes to canonicalize_path(), per suggest...
2005-08-12 Bruce MomjianModify canonicalize_path() so if we would return a...
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-08-12 Bruce MomjianAdd markup for GUC mention in docs.
2005-08-12 Tom LaneChange a couple of "can't happen" error messages to...
2005-08-12 Tom LaneRemove BufferBlockPointers array in favor of a base...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-08-12 Bruce MomjianUpdate comments.
2005-08-12 Bruce MomjianDocument why we only handle trailing "..".
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-11 Bruce MomjianFix BSD fseeko to seek from the end of the file.
2005-08-11 Tom LaneEINTR return from connect() should be treated exactly...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-11 Bruce MomjianUpdate for new CVS homepage.
2005-08-11 Bruce MomjianMention MD5 function index for indexing long values.
2005-08-11 Bruce MomjianUpdate MD5 mention for long values.
2005-08-11 Bruce MomjianFix canonicalize_path so "../.." isn't stripped off...
2005-08-10 Tom LaneMake new hints follow style guide.
2005-08-10 Bruce MomjianAdd hints to cases where indexes fail because of values...
2005-08-10 Bruce MomjianDocument why Win32 loops over rename/unlink are necessary.
2005-08-10 Bruce MomjianAdd new FAQ information.
2005-08-09 Tom LaneExtend pg_config to be able to report the build-time...
2005-08-09 Tom LaneMake backends that are reading the pgstats file verify...
2005-08-09 Bruce MomjianCombine entries:
2005-08-09 Bruce MomjianDone:
2005-08-09 Bruce MomjianUpdate postgresql.conf to show default ordering for...
2005-08-09 Bruce MomjianRemove unintended file change.
2005-08-09 Bruce MomjianFix ordering of default sync options to match code.
2005-08-09 Bruce MomjianUpdate patches queue URL, description.
2005-08-09 Bruce MomjianDone:
2005-08-09 Bruce MomjianClarify wal_sync_method options in documentation.
2005-08-08 Tom LaneFix crash when reading 'timezone = unknown' from postgr...
2005-08-08 Bruce MomjianDone:
2005-08-08 Tom LaneAvoid useless loop overhead in AtEOXact routines when...
next