OSDN Git Service

pg-rex/syncrep.git
2010-03-11 Heikki LinnakangasFix bug in KnownAssignedXidsMany(). I saw this when...
2010-03-11 Heikki LinnakangasFix comment which was apparently copy-pasted from anoth...
2010-03-11 Tom LaneSimplify a couple of pg_dump and psql \d queries about...
2010-03-11 Tom LaneUpdate comment for pg_constraint.conindid to mention...
2010-03-10 Robert HaasFix incorrect comment about permissions checking being...
2010-03-10 Itagaki Takahiropg_start_backup() can use a share lock to lock ControlF...
2010-03-10 Tom LanePreliminary release notes for releases 8.4.3, 8.3.10...
2010-03-09 Tom LaneUse SvROK(sv) rather than directly checking SvTYPE...
2010-03-09 Alvaro HerreraUpdate time zone data files to tzdata release 2010d...
2010-03-09 Michael Meskesecpg now adds a unique counter to its varchar struct...
2010-03-09 Andrew DunstanAdd checks for valid encoding of query strings passed...
2010-03-08 Bruce MomjianReturn proper exit code (3) from psql when ON_ERROR_STO...
2010-03-08 Magnus HaganderAdd missing space in example.
2010-03-08 Michael MeskesBetter test the content of the SQLSTATE string in ecpgl...
2010-03-08 Magnus HaganderRequire hostname to be set when using GSSAPI authentica...
2010-03-08 Magnus HaganderDisallow gssapi authentication on local connections...
2010-03-08 Tom LaneUpdate time zone data files to tzdata release 2010c...
2010-03-07 Magnus HaganderRevert patch for --psqlrc=FILENAME in psql.
2010-03-06 Tom LaneFix warning messages in restrict_and_check_grant()...
2010-03-06 Magnus HaganderAdd --psqlrc=FILENAME parameter to psql, to process...
2010-03-06 Tom LaneWhen reading pg_hba.conf and similar files, do not...
2010-03-05 Michael MeskesIn case the connection magically disappears libecpg...
2010-03-04 Heikki LinnakangasFix IsBinaryCoercible to not confuse a cast using in...
2010-03-03 Bruce MomjianAdd C comment about DDL changes possibly causing pg_dum...
2010-03-03 Bruce MomjianDocument that "Q" is ignored by to_date and to_timestam...
2010-03-03 Tom LaneFix a couple of places that would loop forever if attem...
2010-03-03 Heikki LinnakangasFix pg_dump of ACLs of foreign servers. The command...
2010-03-03 Tom LaneMake contrib/xml2 use core xml.c's error handler, when...
2010-03-03 Tom LaneExport xml.c's libxml-error-handling support so that...
2010-03-03 Andrew DunstanMake iconv work like other optional libraries for MSVC.
2010-03-03 Bruce MomjianFix SGML markup.
2010-03-03 Bruce MomjianRestructure CREATE FUNCTION "NOTES" section to be short...
2010-03-03 Tom LaneInstead of trying (and failing) to allow <<label>>...
2010-03-02 Bruce MomjianAdjust max_standby_delay documentation to be clearer...
2010-03-02 Andrew DunstanAdd missing library and include dir for XSLT in MSVC...
2010-03-02 Bruce MomjianDocument the effect of max_standby_delay on increasing...
2010-03-02 Peter EisentrautUpdate keywords list for 9.0
2010-03-02 Andrew DunstanDo not run regression tests for contrib/xml2 on MSVC...
2010-03-02 Tom LaneCause plpgsql to throw an error if "INTO rowtype_var...
2010-03-02 Andrew DunstanAdd XSLT defines for MSVC builds
2010-03-01 Heikki LinnakangasFix translation of strings in psql \d output (translati...
2010-03-01 Heikki LinnakangasFix numericlocale psql option when used with a null...
2010-03-01 Tom LaneFix contrib/xml2 so regression test still works when...
2010-03-01 Magnus HaganderIt's clearly now pointless to do backwards compatible...
2010-03-01 Tom LaneBuildfarm still unhappy, so I'll bet it's EACCES not...
2010-03-01 Tom LaneRemove xmlCleanupParser calls from contrib/xml2.
2010-03-01 Greg Starkadd EPERM to the list of return codes to expect from...
2010-02-28 Tom LaneFix up memory management problems in contrib/xml2.
2010-02-28 Greg StarkSecond try at fsyncing directories in CREATE DATABASE...
2010-02-28 Tom LaneAssorted code cleanup for contrib/xml2. No change...
2010-02-28 Bruce MomjianUpdate complex locale example in the documentation.
2010-02-28 Bruce Momjian*** empty log message ***
2010-02-27 Michael MeskesMake sure ecpg uses the same header files in the same...
2010-02-27 Tom LaneInsert a hack into get_float8_nan (both core and ecpg...
2010-02-27 Bruce MomjianBack out unintended change to pg_locale.c.
2010-02-27 Bruce MomjianDocument ATAPI FLUSH CACHE EXT.
2010-02-27 Bruce MomjianDocument trace_recovery_messages() parameter as an...
2010-02-27 Heikki LinnakangasDocument max_standby_delay=-1 option, now that it's...
2010-02-27 Tom LaneEntity-ify a few new uses of literal <, >, and &.
2010-02-27 Tom LaneUndo some more pgindent breakage. Per buildfarm.
2010-02-27 Bruce MomjianUse <> for libpq #include in example programs, per...
2010-02-27 Bruce MomjianDocument ATAPI drive flush command, and mention SSD...
2010-02-26 Bruce MomjianSuggest gmake installcheck-world for pgindent testing.
2010-02-26 Bruce MomjianRevert pgindent changes to ecpg include files that...
2010-02-26 Bruce MomjianWording improvements to README.
2010-02-26 Bruce MomjianUpdate pgindent docs to use maintainer-clean.
2010-02-26 Bruce MomjianDocument why pgindent wants a fresh CVS checkout.
2010-02-26 Bruce MomjianIn vacuumdb --help, call analyze "statistics", not...
2010-02-26 Bruce MomjianCall output file typedefs.list; update README.
2010-02-26 Bruce MomjianDocument pg_restore --jobs as a performance enhancement.
2010-02-26 Bruce MomjianUpdate pgindent instructions.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-26 Bruce MomjianAdd pgindent typedefs file to CVS.
2010-02-26 Bruce MomjianUpdate pgindent instructions to avoid changes to flex...
2010-02-26 Bruce MomjianRemove 'emphasis' markup inside literal; not allowed.
2010-02-25 Bruce MomjianDocument that after triggers that need to see changed...
2010-02-25 Tom LaneAllow predicate_refuted_by() to deduce that NOT A refut...
2010-02-25 Bruce MomjianDocument clearly the meaning of none/all for log_statem...
2010-02-25 Bruce MomjianAdd C comment that do_to_timestamp() lacks error checking.
2010-02-25 Bruce MomjianClearly document that timestamp alone means timestamp...
2010-02-25 Magnus HaganderAdd configuration parameter ssl_renegotiation_limit...
2010-02-25 Magnus HaganderFix typos, per Richard Huxton
2010-02-25 Heikki LinnakangasClarify that the connection string for primary_conninfo...
2010-02-25 Heikki LinnakangasFix typo.
2010-02-25 Heikki LinnakangasSmall streaming replication document improvements....
2010-02-25 Heikki LinnakangasFix streaming replication starting at the very first...
2010-02-25 Tom LaneImprove warning about creating nested named subroutines...
2010-02-25 Tom LaneMake pg_stop_backup's reporting a bit more verbose...
2010-02-24 Tom LaneAllow zero-dimensional (ie, empty) arrays in contrib...
2010-02-24 Bruce MomjianDocument that pg_restore -t can use -n for its schema...
2010-02-24 Bruce MomjianRevert removal of pre-7.4 documenation behavior mentions.
2010-02-24 Alvaro HerreraRemove stray semicolon, per report from strk
2010-02-24 Itagaki TakahiroRemove useless codes to initialize TupleDesc from dblin...
2010-02-24 Bruce MomjianRemove pre-7.4 documentaiton mentions, now that 8.0...
2010-02-24 Tom LaneFix patch for printing backend and pg_dump versions...
2010-02-24 Tom LaneUn-break pg_dump for the case of zero-column tables.
2010-02-24 Tom LaneUse CREATE OR REPLACE LANGUAGE in pg_dump to avoid...
2010-02-24 Tom LaneMake pg_regress use CREATE OR REPLACE LANGUAGE, so...
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
2010-02-23 Bruce MomjianModify freebsd start script to just exit 0 with message.
next