OSDN Git Service

pg-rex/syncrep.git
2010-11-03 Tom LaneReduce recursion depth in recently-added regression...
2010-11-03 Tom LaneUse only one hash entry for all instances of a pltcl...
2010-11-03 Peter EisentrautPrint a make warning when using GNU make older than...
2010-11-02 Tom LaneFix adjust_semi_join to be more cautious about clausele...
2010-11-02 Tom LaneFix buffer overrun in pg_upgrade.
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-11-02 Michael MeskesSome cleanup in ecpg code:
2010-11-02 Heikki LinnakangasBootstrap WAL to begin at segment logid=0 logseg=1...
2010-11-01 Tom LaneAvoid using a local FunctionCallInfoData struct in...
2010-11-01 Heikki LinnakangasFix corner-case bug in tracking of latest removed WAL...
2010-10-31 Tom LaneRevert removal of trigger flag from plperl function...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-30 Peter EisentrautChange version number in release notes to 9.1alpha2
2010-10-30 Peter EisentrautLast-minute updates to 9.1alpha2 release notes
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
2010-10-29 Tom LaneOops, missed one fix for EquivalenceClass rearrangement.
2010-10-29 Tom LaneAvoid creation of useless EquivalenceClasses during...
2010-10-29 Heikki LinnakangasGive a more specific error message if you try to COMMIT...
2010-10-29 Andrew DunstanAllow generic record arguments to plperl functions
2010-10-28 Peter EisentrautAdd tab completion for psql \dg and \z
2010-10-28 Peter EisentrautMake \? output of \dg and \du the same
2010-10-28 Tom LaneSave a few cycles in plpgsql simple-expression initiali...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-28 Peter EisentrautRelease notes for 9.1alpha2
2010-10-28 Peter EisentrautRemove obsolete release-alpha.sgml
2010-10-28 Peter EisentrautRemove tabs from SGML
2010-10-28 Robert HaasRevert "Correct WAL space calculation formula in docs."
2010-10-28 Robert HaasReorganize OS-specific details about write caching...
2010-10-27 Tom LanePrevious patch had no detectable virtue other than...
2010-10-27 Heikki LinnakangasFix long-standing segfault when accept() or one of...
2010-10-27 Tom LaneFix up some oversights in psql's Unicode-escape support.
2010-10-27 Robert HaasNote that effective_io_concurrency only affects bitmap...
2010-10-27 Robert HaasAdd a client authentication hook.
2010-10-26 Robert HaasMinor fixups for psql's process_file() function.
2010-10-26 Heikki LinnakangasNote explicitly that hash indexes are also not replicat...
2010-10-26 Robert HaasFix dumb typo in SECURITY LABEL error message.
2010-10-26 Heikki LinnakangasBefore removing backup_label and irrevocably changing...
2010-10-26 Peter EisentrautAdd missing newlines at end of files
2010-10-26 Itagaki TakahiroFix typos "are are".
2010-10-26 Itagaki TakahiroAdd .gitignore for contrib/uuid-ossp.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneFix overly-enthusiastic Assert in printing of Param...
2010-10-25 Tom LaneFix inline_set_returning_function() to preserve the...
2010-10-25 Alvaro Herrerafind -path is not portable, so use grep -v instead.
2010-10-25 Tom LaneWork around rounding misbehavior exposed by buildfarm.
2010-10-25 Andrew DunstanRemove unnecessary use of trigger flag to hash plperl...
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-24 Peter EisentrautSupport suffix matching of host names in pg_hba.conf
2010-10-22 Robert HaasCorrect a mistake in levenshtein_less_equal() multibyte...
2010-10-22 Heikki LinnakangasAdd semicolon, missed in previous patch. And update...
2010-10-22 Heikki LinnakangasMake OFF keyword unreserved. It's not hard to imagine...
2010-10-21 Bruce MomjianMention limited usefulness of .pgpass database field.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-20 Tom LaneRemove obsolete comment, per Josh Kupershmidt.
2010-10-20 Bruce MomjianClean up pg_upgrade cache lookup code; remove useless...
2010-10-20 Heikki LinnakangasIf pk is NULL, the backend would segfault when accessin...
2010-10-20 Tom LaneDon't try to fetch database name when SetTransactionIdL...
2010-10-20 Alvaro HerreraRemove AtStart_Cache() call in CommandCounterIncrement().
2010-10-20 Tom LaneFix ecpg test building process to not generate *.dSYM...
2010-10-20 Robert HaasAdd some caveats to the contrib/isn docs.
2010-10-20 Robert HaasUpdates to contrib/isn ISBN tables.
2010-10-20 Bruce MomjianRename pg_upgrade 'log' to 'log_opts', to avoid platfor...
2010-10-20 Bruce MomjianFurther speed up pg_upgrade lookups.
2010-10-20 Tom LaneUpdate storage.sgml to describe the 9.0 tablespace...
2010-10-20 Bruce MomjianFix for new pg_upgrade cache code.
2010-10-20 Bruce MomjianCache most recent relfilenode lookups, for speed, after...
2010-10-20 Bruce MomjianIn pg_upgrade, use cached copy of directory listing...
2010-10-19 Bruce MomjianPgindent run on pg_upgrade source after restructuring.
2010-10-19 Bruce MomjianRestructure the pg_upgrade code to use several global...
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-19 Bruce MomjianIn pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for...
2010-10-19 Bruce MomjianAdd removal of PG_VERSION to optional old cluster delet...
2010-10-19 Bruce MomjianAdd mention of using tools/fsync to test fsync methods...
2010-10-19 Robert HaasAdd levenshtein_less_equal, optimized version for small...
2010-10-19 Robert HaasUnbreak comments on composite type attributes.
2010-10-19 Bruce MomjianIn pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for...
2010-10-18 Peter EisentrautSupport key word 'all' in host column of pg_hba.conf
2010-10-18 Bruce MomjianDocument the tablespace directory "should" be empty...
2010-10-18 Robert HaasChange example pg_hba.conf in docs to match altered...
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
2010-10-17 Magnus HaganderFix msvc build for localized versions of Visual C++
2010-10-16 Tom LaneFix recent changes to not break non-IPV6-aware systems.
2010-10-16 Alvaro HerreraDocument that translate() removes characters in "from...
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-15 Peter EisentrautSupport host names in pg_hba.conf
2010-10-15 Peter EisentrautChange references to SQL/XML:2003 to :2008 and renumber...
2010-10-15 Tom LaneDocument the DISTINCT noise word in the UNION/INTERSECT...
2010-10-15 Alvaro HerreraAllow pg_ctl to register the service in either AUTO...
2010-10-15 Magnus HaganderFix low-risk potential denial of service against RADIUS...
2010-10-15 Simon RiggsCorrect WAL space calculation formula in docs.
2010-10-15 Bruce MomjianImprove comment about ignoring 128 error code on Windows:
2010-10-14 Robert HaasAdd pg_user_mappings to the table of system views.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-14 Peter EisentrautFix makefile logic to not break the build when xgettext...
2010-10-14 Peter EisentrautRemove reference.ced
2010-10-14 Peter EisentrautComplete the documentation of the USAGE privilege for...
2010-10-14 Peter EisentrautDocument (compositeval).* field selection syntax
2010-10-14 Simon RiggsImprovements to docs about pg_archive_cleanup and use...
2010-10-14 Simon RiggsMake startup process respond to signals to cancel waiti...
next