OSDN Git Service

pg-rex/syncrep.git
2005-09-24 Bruce MomjianUpdate release notes for 4-byte UTF mappings.
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneDocument change in large object snapshotting behavior...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings in contrib.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-24 Tom LaneIn a machine where INT64_IS_BUSTED, we can only support...
2005-09-23 Bruce MomjianAdd comments explaining clauses used by CREATE ROLE...
2005-09-23 Bruce MomjianAdd:
2005-09-23 Bruce MomjianAdd:
2005-09-23 Bruce MomjianAdd:
2005-09-23 Bruce MomjianRemove xid wraparound mention, because it was already...
2005-09-23 Tom LaneFix typo in comment.
2005-09-23 Tom LaneDocument that chkpass ignores password characters after...
2005-09-23 Bruce MomjianAdd:
2005-09-23 Bruce MomjianAdd:
2005-09-23 Bruce MomjianClarify autovacuum wording.
2005-09-23 Bruce MomjianPlease find attached a patch which tells about what...
2005-09-23 Bruce MomjianMention that autovacuum also needs stats.
2005-09-23 Bruce MomjianAttached patch takes a swing at improving the autovacuu...
2005-09-22 Bruce MomjianAdd warning about DOMAINs.
2005-09-22 Bruce MomjianAdd:
2005-09-22 Bruce MomjianMove table constraint patch up into the main new featur...
2005-09-22 Tom LaneFix bug introduced into indexable_outerrelids() by...
2005-09-22 Bruce MomjianAdd "basic" for table partitioning.
2005-09-22 Bruce MomjianAdd instructions.
2005-09-22 Bruce MomjianAdd "codelines" script to compute number of lines in...
2005-09-22 Bruce MomjianAdd:
2005-09-22 Bruce Momjianpgindent new GIST index code, per request from Tom.
2005-09-22 Tom LaneAdjust GiST error messages to conform to message style...
2005-09-22 Tom LaneTake exclusive buffer lock in scan_heap() to eliminate...
2005-09-22 Bruce MomjianThis patch cleans up the access to members of ItemIdData.
2005-09-22 Bruce MomjianAdd:
2005-09-22 Bruce MomjianFix psql \x by removing puts().
2005-09-22 Bruce MomjianSuppress port number for unix domain sockets in log...
2005-09-22 Tom LaneRemove some dead code.
2005-09-21 Tom LaneFix postgresql.conf lexer to accept doubled single...
2005-09-21 Tom LaneSuppress database dump item when --table and/or --schem...
2005-09-21 Tom Laneoptimize_minmax_aggregates() neglected to check for...
2005-09-20 Bruce MomjianFix interaction between psql \set AUTOCOMMIT and "ON_ER...
2005-09-20 Bruce MomjianMerge items:
2005-09-20 Bruce MomjianReturn proper value for psql -f filename failure if...
2005-09-20 Bruce Momjianautovacuum setting false -> off, for consistency
2005-09-20 Bruce MomjianFix typo:
2005-09-20 Bruce MomjianAdd:
2005-09-20 Bruce MomjianUpdate profile file location.
2005-09-20 Bruce MomjianAdd:
2005-09-19 Bruce MomjianRemove:
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-09-19 Bruce Momjianupdate timestamp on file.
2005-09-18 Peter EisentrautClarify some error messages
2005-09-18 Tom LaneFix typo in link label, per Evgeny Gridasov.
2005-09-17 Bruce MomjianAdd:
2005-09-16 Bruce MomjianAdd:
2005-09-16 Bruce MomjianAdjust regression for new cancel query message.
2005-09-16 Bruce MomjianUpdate query cancel message:
2005-09-16 Bruce MomjianAdjust bcc to work for thread changes.
2005-09-16 Bruce MomjianThis correction is required of nmake of Windows.
2005-09-16 Bruce MomjianUpdate numbering.
2005-09-16 Bruce MomjianAdd:
2005-09-16 PostgreSQL... tag it all beta2 ...
2005-09-16 Bruce MomjianUpdate wording:
2005-09-16 Teodor SigaevSmall fixes
2005-09-16 Bruce MomjianAdd:
2005-09-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-09-16 Neil ConwayUpdate two comments to refer to use the new list API...
2005-09-16 Tom LaneUpdate release notes for changes between beta1 and...
2005-09-16 Alvaro HerreraAdd note about pg_autovacuum settings not being saved...
2005-09-16 Tom LaneForce the size and alignment of LWLock array entries...
2005-09-15 Neil ConwayCopy-editing for GiST README.
2005-09-15 Teodor SigaevReadme about GiST's algorithms
2005-09-15 Teodor Sigaev1 Update Snowball sources
2005-09-14 Neil ConwayVarious documentation improvements. Add a lot of index...
2005-09-14 Neil ConwayTweak the PL/PgSQL regression tests to catch the recent...
2005-09-14 Tom LaneFix recent breakage of decl_cursor_arglist syntax,...
2005-09-13 Tom LaneFix make_tuple_from_row to support nested rowtypes...
2005-09-13 Neil ConwayMinor SGML markup fixes.
2005-09-13 Alvaro HerreraDocument the new autovacuum daemon.
2005-09-12 Tom LaneFix cut-and-paste-o in TCP keepalives documentation.
2005-09-12 Neil ConwayMinor documentation tweak: make the capitalization...
2005-09-12 Tom LaneEnsure that any memory leaked during an error inside...
2005-09-12 Neil ConwayMake the documentation of GUC variables a separate...
2005-09-12 Tom LaneUpdate manual's introduction to indexes to reflect...
2005-09-12 Neil ConwayFix a mistake in the documentation for SPI_getbinval...
2005-09-12 Tom LaneForgot to add pg_pltemplate to the list of shared syste...
2005-09-12 Michael MeskesFixed transaction command handling to not ignore savepo...
2005-09-12 Neil ConwayAdd a few items to the release notes, and make a few...
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-09-11 Neil ConwayMany small improvements and copy edits to the release...
2005-09-11 Tom LaneFix some corner-case bugs in _sendSQLLine's parsing...
2005-09-11 Tom LaneAvoid changing stdin/stdout to binary mode on Windows...
2005-09-10 Bruce MomjianUpdate URL for FAQ_MINGW.
2005-09-09 Tom LaneGiven its current definition that depends on time(NULL...
2005-09-09 Tom Lanetimestamptz_izone should return the input, not NULL...
2005-09-09 Tom LaneFix the various forms of AT TIME ZONE to accept either...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-09-08 Tom LaneUpdate regression tests for new USA timezone data....
2005-09-07 Tom LaneUpdate timezone data files to release 2005m of the...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-09-05 Tom LaneBack out prior patch and instead just suppress Subquery...
2005-09-05 Tom LaneClean up version comparison/display code, per gripe...
next