OSDN Git Service

pg-rex/syncrep.git
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...
2005-10-22 Alvaro HerreraFix typo.
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-21 Tom LaneClean up autovacuum documentation, which was a bit...
2005-10-21 Tom LaneFix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: althou...
2005-10-21 Tom LaneAdd an implicit cast from varchar to regclass, so that...
2005-10-21 Tom LaneAdd missing PQinitSSL and PQregisterThreadLock to expor...
2005-10-21 Tom LaneUpdate obsolete URL, per Chris.
2005-10-21 Neil ConwayMinor PL/PgSQL doc tweak: use current_timestamp rather...
2005-10-21 Tom LaneClean up some obsolete statements about GiST indexes...
2005-10-20 Tom LaneImprove testlibpq3.c's example of PQexecParams() usage...
2005-10-20 Neil ConwayMinor tweak to libpq documentation: make "PREPARE"...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-20 Tom LaneDocument the behavior of GRANT/REVOKE in cases where...
2005-10-20 Tom LaneAdjust not-too-sane calculation of DDD value for to_cha...
2005-10-20 Tom LaneClean up md5.c to make it clearer that it is a frontend...
2005-10-20 Tom LaneMake \d order a table's check constraints by constraint...
2005-10-19 Tom LaneBetter solution to the problem of labeling whole-row...
2005-10-19 Tom LaneEnsure that the Datum generated from a whole-row Var...
2005-10-19 Tom LaneFix oversight in recent changes to enable the 'physical...
2005-10-18 Tom LaneImprove trace_sort code to also show the total memory...
2005-10-18 Andrew Dunstanreplace use of predefined perl vars $a and $b with...
2005-10-18 Tom LaneAdd an entry to the discussion of regression test failu...
2005-10-18 Tom LaneCode review for regexp_replace patch. Improve document...
2005-10-18 Tom LaneCode review for spi_query/spi_fetchrow patch: handle...
2005-10-18 Joe ConwayWhen a cursor is opened using dblink_open, only start...
2005-10-18 Tom LaneFix several contrib makefiles that failed in VPATH...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-16 Tom LaneAdd note that some versions of OS X require SHMMAX...
2005-10-16 Bruce MomjianAdd space after description.
2005-10-15 Bruce Momjiankerberos error message: localhost -> server hostname
2005-10-15 Tom LaneSuppress warnings on platforms where fprintf is a macro...
2005-10-15 Tom LaneFix bogus error test in get_ti_Oid().
2005-10-15 Tom LaneFix unportable struct initializations.
2005-10-15 Neil ConwayRemove a long comment from cvs.sgml -- AFAICS this...
2005-10-15 Neil ConwayFix assorted typos in the documentation, and use Americ...
2005-10-15 Tom LaneFix thinko in pg_read_file: testing for negative result...
2005-10-15 Tom LaneUpdate 'supported platforms' list with current buildfar...
2005-10-15 Bruce MomjianFix kerberos description: localhost -> server hostname.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-15 Bruce MomjianUpdate pgindent typedef list.
2005-10-15 Neil ConwayMerge some user-submitted suggestions for improvement...
2005-10-15 Alvaro HerreraFix typo.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-14 Andrew Dunstanfix nonsensical summary row on example
2005-10-14 Tom LanePass a strdup'd ident string to openlog(), to ensure...
next