OSDN Git Service

pg-rex/syncrep.git
2008-10-01 Heikki LinnakangasFix WAL redo of FSM truncation. We can't call smgrtrunc...
2008-09-30 Tom LaneFix compiler warning (unportable sprintf usage)
2008-09-30 Tom LaneFix misspelled comment
2008-09-30 Heikki LinnakangasRewrite pg_freespacemap to match the new FSM implementa...
2008-09-30 Heikki LinnakangasForgot to bump catalog version in the commit of FSM...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-28 Tom LaneDept of second thoughts: let's make sure that get_index...
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-09-27 Andrew DunstanCompare escaped chars case insensitively for ILIKE...
2008-09-26 Tom LaneFix pointer-advancement bugs in MS and US cases of...
2008-09-26 Tom LaneMake LIKE throw an error if the escape character is...
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-09-24 Bruce MomjianAdd documentation about when trigger values NEW/OLD...
2008-09-24 Bruce MomjianFix integral timestamps so the output is consistent...
2008-09-24 Heikki LinnakangasFix pg_dump bug in the database-level collation patch...
2008-09-24 Tom LaneFix more problems with rewriter failing to set Query...
2008-09-24 Bruce MomjianFix markup tag error, envvar -> envar.
2008-09-24 Tom LaneFix unportable syntax used in recent patch. Per result...
2008-09-24 Magnus HaganderSilence compiler warning caused by recent collation...
2008-09-24 Magnus HaganderMake sure pg_control is opened in binary mode, to deal
2008-09-23 Magnus HaganderOnly show source file and line numbers to superusers...
2008-09-23 Bruce MomjianAdd comment about the use of EXEC_BACKEND.
2008-09-23 Bruce MomjianMention battery-backed cache under hardware selection...
2008-09-23 Heikki LinnakangasTighten the check in initdb and CREATE DATABASE that...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-22 Tom LaneGet rid of pgpass_from_client tracking inside libpq...
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-21 Tom LaneSimplify the definitions of a couple of system views...
2008-09-19 Tom LaneAdd a PQfireResultCreateEvents function to allow applic...
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-09-19 Tom LaneImprove the recently-added libpq events code to provide...
2008-09-19 Magnus HaganderMark SessionReplicationRole as PGDLLIMPORT so it
2008-09-19 Peter EisentrautAdd additional rules so that make init-po for ecpg...
2008-09-19 Alvaro HerreraOptimize CleanupTempFiles by having a boolean flag...
2008-09-17 Tom LanePreliminary release notes for upcoming back branch...
2008-09-17 Tom LaneUpdate time zone data files to tzdata release 2008f...
2008-09-17 Tom LaneAllow ShowBufferUsage() to report the number of reads...
2008-09-17 Tom LaneAdd an "events" system to libpq, whereby applications...
2008-09-16 Tom LaneClean up a couple of weird corner cases in interval...
2008-09-16 Tom LaneWiden the nLocks counts in local lock tables from int...
2008-09-16 Tom LaneFix multiple memory leaks in xml_out(). Per report...
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-09-15 Magnus HaganderFix error messages from recent pg_hba parsing patch...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-15 Magnus HaganderAdd missing quotes.
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-09-15 Peter EisentrautAvoid compiler warning about variable used before assigned.
2008-09-15 Magnus HaganderPolish and Turkish FAQ also needed converting to UTF8
2008-09-15 Magnus HaganderConvert Russian FAQ to UTF8, to make it render properly...
2008-09-12 Tom LaneUpdate citext's documentation to match the recently...
2008-09-12 Tom LaneSkip opfamily check in eclass_matches_any_index() when...
2008-09-12 Peter EisentrautUpdate man page build instructions.
2008-09-11 Tom LaneAdd a duration option to pgbench, so that test length...
2008-09-11 Tom LaneTighten up to_date/to_timestamp so that they are more...
2008-09-11 Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-10 Tom LaneTweak newly added set_config_sourcefile() so that the...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-10 Tom LaneAvoid using sprintf() for a simple octal conversion...
2008-09-10 Tom LaneFix a couple of places where the plpgsql grammar would...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-09 Alvaro HerreraImprove plpgsql's ability to report tuple incompatibili...
2008-09-08 Tom LaneFix a couple of problems pointed out by Fujii Masao...
2008-09-08 Tom LaneMake pg_dump --data-only try to order the table dumps...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-08 Tom LaneSupport set-returning functions in the target lists...
2008-09-07 Tom LaneClarify description of pg_restore's handling of large...
2008-09-07 Tom LaneReimplement text_position and related functions to...
2008-09-07 Tom LaneAdd a few more details in the source-code-formatting...
2008-09-07 Bruce MomjianClarify documention workding for xip_list().
2008-09-06 Tom LaneAdjust psql's new \ef command to present an empty CREAT...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-05 Bruce MomjianAdd comment about why pg_dump doesn't dump the public...
2008-09-05 Tom LaneFix an oversight in the 8.2 patch that improved mergejo...
2008-09-05 Peter EisentrautCheck for gcov and lcov only when coverage testing...
2008-09-05 Tom LaneAdd some additional casts and regression tests for...
2008-09-05 Bruce MomjianAdd Win32 MSVC code to support this recent patch:
2008-09-05 Peter EisentrautCode coverage testing with gcov. Documentation is...
2008-09-05 Peter EisentrautAdd DSSSL stylesheet location for Mac OS X/Fink install...
2008-09-04 Teodor SigaevFix strategy propagation to scanEntry for partial match...
2008-09-03 Tom LaneIf a loadable module has wrong values in its magic...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneFix plpgsql's exec_move_row() to supply valid type...
2008-09-01 Tom LaneSigh, I missed checking the ecpg tests ...
2008-09-01 Tom LaneAdd a variant expected-output file for the sequence...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-09-01 Heikki LinnakangasHeapTupleHeaderAdjustCmax made the incorrect assumption...
2008-09-01 Peter EisentrautSynchronize the shared object build rules in Makefile...
2008-08-30 Tom LaneFix (hopefully) some oversights in recent Bison cleanup...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-29 Tom LaneIn GCC-based builds, use a better newNode() macro that...
2008-08-29 Alvaro HerreraFixup pg_dumpall adding --lock-wait-timeout, to match...
2008-08-29 Tom LaneSuppress gcc warning about possibly-uninitialized varia...
2008-08-29 Alvaro HerreraDocument that \t and \x are now settable.
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-26 Tom LaneTeach eval_const_expressions() to simplify an ArrayCoer...
2008-08-26 Tom LaneFix pg_dump docs to acknowledge that you can use -Z...
2008-08-25 Tom LaneAdd %option noinput to contrib's flex scanners, to...
next