OSDN Git Service

pg-rex/syncrep.git
2009-12-31 Peter EisentrautUpdate SQL features list for aggregate ORDER BY support
2009-12-31 Peter EisentrautAdd information_schema.triggered_update_columns
2009-12-31 Andrew Dunstanenable examples to compile on Windows. patch from Hiros...
2009-12-30 Peter EisentrautFill in information schema column for trigger WHEN...
2009-12-30 Tom LaneDept of second thoughts: recursive case in ANALYZE...
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-30 Peter EisentrautUpdate SQL conformance: search conditions on triggers...
2009-12-30 Peter EisentrautRevert makefile refactoring (version 1.123) because...
2009-12-30 Magnus HaganderExclude part of the product name string that is localiz...
2009-12-30 Heikki LinnakangasReset minRecoveryPoint at checkpoints, so that we don...
2009-12-30 Tom LaneSet errno to zero before invoking SSL_read or SSL_write...
2009-12-30 Robert HaasReject invalid input in int2vectorin.
2009-12-29 Tom LaneAdd an index on pg_inherits.inhparent, and use it to...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-28 Peter EisentrautSmall wording improvement and clarification in PL/pgSQL...
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-28 Bruce MomjianRemove non-ascii characters from source code.
2009-12-27 Tom LaneAvoid memory leak if pgstat_vacuum_stat is interrupted...
2009-12-27 Tom LaneRemove a couple of unnecessary calls of CreateCacheMemo...
2009-12-27 Magnus HaganderRemove now unreferenced variable.
2009-12-27 Magnus HaganderIf the MSVCRT module is not found in the current binary...
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-26 Bruce MomjianZero-label enums:
2009-12-25 Tom LaneFix brain fade in join-removal patch: a pushed-down...
2009-12-25 Robert HaasAdd missing <indexterm><primary>...</primary>...</index...
2009-12-25 Andrew DunstanUpgrade to latest ppport.h. Patch from Tim Bunce.
2009-12-24 Tom LaneTry to improve the clarity of the psql documentation...
2009-12-24 Bruce MomjianRename EnumValuesCreate() single-letter variable names...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-24 Tom LaneFix wrong WAL info value generated when gistContinueIns...
2009-12-23 Peter EisentrautRevert brainfart: Of course the wildcard only works...
2009-12-23 Peter EisentrautReplace target list by a wildcard, so that this workaro...
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Tom LaneRemove code that attempted to rename index columns...
2009-12-23 Magnus HaganderAdd basic build support for Visual Studio 2008, without...
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-12-23 Bruce MomjianRename pg_dump.c TypeInfo variable tinfo to tyinfo...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-22 Peter EisentrautIn CREATE SEQUENCE dump, put MINVALUE before MAXVALUE...
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-20 Tom LaneThere is no good reason for the CREATE TABLE LIKE INCLU...
2009-12-20 Robert HaasFix two small typos in Hot Standby docs.
2009-12-19 Peter EisentrautAdd documentation why reassigning PL/Python function...
2009-12-19 Peter EisentrautAdd hot standby to release notes
2009-12-19 Peter EisentrautTranslation updates
2009-12-19 Bruce MomjianConvert tabs to spaces in SGML.
2009-12-19 Tom LaneSigh, I managed to break the no-links-in-plain-text...
2009-12-19 Itagaki TakahiroAdd a whitespace to fix the query to dump large objects.
2009-12-19 Tom LaneBump catversion to reflect the fact that HS patch chang...
2009-12-19 Itagaki TakahiroAdd missing Id keyword to alter_large_object.sgml.
2009-12-19 Tom Laneplpgsql patch broke the MSVC build, too.
2009-12-19 Tom LaneJoin in the fun of editorializing on the alpha release...
2009-12-19 Alvaro HerreraUpdate ecpg regression tests to plpgsql installed by...
2009-12-19 Alvaro HerreraUpdate tutorial on the fact that backslash commands...
2009-12-19 Tom LaneAdjust some more places in the documentation to match...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-12-19 Robert HaasFix a few typos in the latest 8.5alpha3 release notes.
2009-12-18 Peter Eisentraut8.5alpha3 release notes up to Fri Dec 18 21:37:38 2009...
2009-12-18 Tom LaneFix link that doesn't work in standalone INSTALL document.
2009-12-18 Bruce MomjianInstall server-side language PL/pgSQL by default.
2009-12-18 Tom LaneForce the TZ environment variable to be set during...
2009-12-17 Robert HaasImprove documentation for pg_largeobject changes.
2009-12-17 Michael MeskesReverting accidently commited changes.
2009-12-16 Peter EisentrautDon't unblock SIGQUIT in the SIGQUIT handler
2009-12-16 Peter EisentrautIf there is no sigdelset(), define it as a macro.
2009-12-16 Tom LaneAvoid a premature coercion failure in transformSetOpera...
2009-12-16 Robert HaasSeveral fixes for EXPLAIN (FORMAT YAML), plus one for...
2009-12-16 Magnus HaganderRemove spurious '22' that clearly shouldn't be there.
2009-12-16 Michael MeskesFixed auto-prepare to not try preparing statements...
2009-12-15 Peter EisentrautPython 3 support in PL/Python
2009-12-15 Tom LaneAvoid unnecessary copying of source string when generat...
2009-12-15 Tom LaneAdd a hook to let loadable modules get control at Proce...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-15 Tom LaneFix broken markup.
2009-12-15 Itagaki TakahiroAdd \shell and \setshell meta commands to pgbench.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-15 Itagaki TakahiroFix pg_ctl initdb without options.
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2009-12-12 Magnus HaganderAllow LDAP authentication to operate in search+bind...
2009-12-12 Tom LaneFix integer-to-bit-string conversions to handle the...
2009-12-12 Robert HaasExport ExplainBeginOutput() and ExplainEndOutput()...
2009-12-11 Tom LaneArrange to generate different random sequences in the...
2009-12-11 Tom LaneEnsure that the result tuple of an EvalPlanQual cycle...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-11 Bruce MomjianProperly define ENABLE_THREAD_SAFETY in conflgure,...
2009-12-11 Andrew DunstanAdd YAML to list of EXPLAIN formats. Greg Sabino Mullan...
2009-12-10 Peter EisentrautPL/Python array support
2009-12-10 Peter EisentrautAdd init[db] option to pg_ctl
2009-12-10 Robert HaasFix levenshtein with costs. The previous code multipli...
2009-12-10 Tom LaneUpdate release notes for releases 8.4.2, 8.3.9, 8.2...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-09 Magnus HaganderAdd notes about updating disk and shared memory size...
2009-12-09 Magnus HaganderUpdate size references in installation instructions...
2009-12-09 Magnus HaganderReject certificates with embedded NULLs in the commonNa...
2009-12-09 Tom LaneUpdate time zone data files to tzdata release 2009s...
next