OSDN Git Service

pg-rex/syncrep.git
2005-11-14 Teodor SigaevUse postgres-wide macros BITS_PER_BYTE instead self...
2005-11-14 Teodor Sigaevfix returning value
2005-11-13 Tom LaneForce the second argument of SUBSTRING(foo FOR bar...
2005-11-13 Bruce MomjianRevert pgindent length back to 79 because we are going...
2005-11-10 Andrew Dunstanadd missing quote mark to ident_file sample line -...
2005-11-10 Tom LaneWhen in transaction-aborted state, reject Bind message...
2005-11-09 Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-11-09 Teodor SigaevFix rwrite(ARRAY) on 64-bit boxes:
2005-11-08 Teodor SigaevNew features for tsearch2:
2005-11-07 Bruce MomjianLower pgident length to 77, document BSD indent bug.
2005-11-07 Bruce MomjianChange maximum pgindent length from 79 to 78, per Tom.
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-07 Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-06 Tom LaneAdd simple sanity checks on newly-read pages to GiST...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-11-05 Tom LaneClean up representation of SLRU page state. This is...
2005-11-05 Tom LaneBrand HEAD branch as 8.2devel.
2005-11-05 PostgreSQL... Tag everything for 8.1.0 ... Finally, a relesae on...
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-05 Bruce MomjianAdd mention to update FAQ item on most recent release...
2005-11-05 Bruce MomjianUpdate FAQ for most recent release as 8.1.
2005-11-05 Tom LaneYet another supported-platforms update.
2005-11-04 Tom LaneEditorial review for partitioning/constraint exclusion...
2005-11-04 Tom LaneImprove description of constraint_exclusion variable.
2005-11-04 Peter EisentrautTranslation updates
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-11-04 Bruce MomjianUpdate release notes for 8.1.
2005-11-04 Peter EisentrautRemove a gratuitous string difference (does not affect...
2005-11-04 Peter EisentrautFix logical error in option description.
2005-11-04 Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-11-04 Bruce MomjianWe haven't seen any agreement emerge as to what is...
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-11-04 Tom LaneUpdate supported-platforms list.
2005-11-04 Tom LaneAvoid referring to a specific version of the SQL standa...
2005-11-03 Tom LaneFix a couple of missed None -> DestNone in comments.
2005-11-03 Alvaro HerreraFix one overlooked ocurrence of "None" in EXEC_BACKEND...
2005-11-03 Teodor SigaevFix incorrect header size macros
2005-11-03 Tom LaneThinking further, it seems we had better also copy...
2005-11-03 Tom LaneFix the recently-added code that eliminates unnecessary...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-11-03 Alvaro HerreraTranslation updates.
2005-11-03 Tom Lanepgcrypto documentation polishing from Marko Kreen,...
2005-11-03 Neil ConwaySome minor improvements to the CE docs. Also fix a...
2005-11-03 Tom LaneFix longstanding race condition in transaction log...
2005-11-02 Bruce MomjianAdd Tomoaki Sato to pgbench changes in release notes.
2005-11-01 Neil ConwayAdd some documentation for constraint exclusion and...
2005-11-01 Tom LaneMake an editorial pass over the reference pages.
2005-11-01 Andrew DunstanProvide a --no-locale option for pg_regress and a corre...
2005-10-31 Tom LaneUpdate supported-platforms entry for Tru64.
2005-10-31 Bruce MomjianMention in the docs that temporary/non-temp tables...
2005-10-31 Teodor SigaevAdd sanity check of query
2005-10-30 Tom LaneUpdate supported-platforms list.
2005-10-30 PostgreSQL... tag it for rc1
2005-10-30 Bruce MomjianFix psql ref typo.
2005-10-29 Tom LaneFix some allocation size calculation errors that would...
2005-10-29 Tom LaneUpdate a couple of obsolete comments.
2005-10-29 Peter EisentrautTranslation updates
2005-10-29 Peter EisentrautMessage corrections
2005-10-28 Tom LaneUpdate supported-platforms list.
2005-10-28 Tom LaneFix broken markup.
2005-10-28 Tom LaneReorder code so that we don't have to hold a critical...
2005-10-28 Tom LaneClean up AIX build to avoid 'duplicate symbol' warnings...
2005-10-28 Tom LaneFix race condition in multixact code: it's possible...
2005-10-28 Teodor Sigaev1 Fix problem with lost precision in rank with OR-ed...
2005-10-28 Bruce MomjianRemove mention that \x doesn't affect backslash commands.
2005-10-27 Tom LaneAdd an ifneq to avoid make warning on AIX --- there...
2005-10-27 Tom LaneTweak buffer manager so that 'internal' accesses to...
2005-10-27 Bruce MomjianUpdate:
2005-10-27 Bruce MomjianAdd:
2005-10-27 Bruce MomjianAdd mention that .pgpass localhost matches tcp and...
2005-10-27 Bruce MomjianAdd mention of errfinish.
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-27 Bruce MomjianAdd comment documenting actual failure case of using
2005-10-27 Bruce MomjianAdd items from Tom:
2005-10-26 Tom LaneAdd info about using rsync to make base backups. Per...
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-26 Bruce MomjianRename config section headings.
2005-10-25 Tom LaneFix longstanding bug that would sometimes let the plann...
2005-10-25 Bruce MomjianAdd:
2005-10-25 Tom LaneConvert explanation of interval change into something...
2005-10-25 Tom LaneRemove justify_hours call from interval_mul and interva...
2005-10-25 Tom LaneSmall grammar correction.
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-25 Bruce MomjianUpdate 24 hours/1 day distinction in release notes.
2005-10-25 Bruce MomjianChange trace_sort to output to the log, rather than...
2005-10-25 Bruce MomjianUpdate the URL for "The Hitch-Hiker's Guide to Evolutio...
2005-10-24 Bruce MomjianIBM has addressed the socket address storage issue...
2005-10-24 Bruce MomjianAdd:
2005-10-24 Bruce MomjianMore forcefully recommend MD5 over crypt authentication.
2005-10-24 Andrew DunstanFix incorrect wording about function failure time on...
2005-10-24 Bruce MomjianI have applied the following patch to document PQinitSS...
2005-10-24 Tom LaneEnsure that a plpgsql LOOP with an empty body still...
2005-10-23 Tom LaneA bit of minor copy-editing.
2005-10-23 Tom LaneI've confirmed 8.1beta4 passes regression tests on...
2005-10-22 PostgreSQL... update configure and bugtemplate for beta 4 ...
2005-10-22 Tom LaneAdd a note about GNU tar's propensity to complain if...
2005-10-22 Tom LaneCopy-editing for recent documentation changes relevant...
2005-10-22 Tom LaneMake code for selecting default WAL sync method less...
2005-10-22 Tom LaneFix documentation to specify the correct range of timez...
2005-10-22 Tom LaneTemporarily disable Qingqing's Windows signal processin...
next