OSDN Git Service

Binary upgrade:
[pg-rex/syncrep.git] / src /
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-24 Tom LaneFix wrong WAL info value generated when gistContinueIns...
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-19 Peter EisentrautTranslation updates
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 Tom Laneplpgsql patch broke the MSVC build, too.
2009-12-19 Alvaro HerreraUpdate ecpg regression tests to plpgsql installed by...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-19 Bruce Momjianbinary migration: pg_migrator
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 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 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 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 LaneEnsure that the result tuple of an EvalPlanQual cycle...
2009-12-11 Itagaki TakahiroAdd large object access control.
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-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 HaganderReject certificates with embedded NULLs in the commonNa...
2009-12-09 Tom LaneUpdate time zone data files to tzdata release 2009s...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-06 Tom LaneDon't use a duplicate OID for aclexplode().
2009-12-05 Peter EisentrautSpeed up information schema privilege views
2009-12-03 Heikki LinnakangasFix bug in temporary file management with subtransactio...
2009-12-02 Bruce Momjianthread-safety
2009-12-02 Tom LaneMark application_name as GUC_REPORT so that the value...
2009-12-02 Tom LaneInstead of sending application_name as a SET command...
2009-12-01 Bruce Momjianpsql -f -
2009-12-01 Tom LaneTeach the regular expression functions to do case-insen...
2009-12-01 Bruce MomjianRevert due to Tom's concerns:
2009-12-01 Bruce MomjianProcessUtility_hook:
2009-11-30 Tom LaneAvoid core dump on empty thesaurus dictionary.
2009-11-29 Tom LaneFix session-lifespan memory leak when a plperl function...
2009-11-29 Peter EisentrautError when a specified connection service is not found...
2009-11-29 Tom LaneAdd some opr_sanity checks that the lengths of the...
2009-11-29 Peter EisentrautRemove prefix "ERROR:" from some messages, to make...
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
2009-11-29 Tom LaneAdd support for anonymous code blocks (DO blocks) to...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-28 Bruce Momjiantest_fsync:
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-11-27 Michael MeskesRemove */ characters from declare cursor statements...
2009-11-27 Michael MeskesIf no result is given NOTFOUND should be returned....
2009-11-27 Michael MeskesAdded script to check if all rule re-definition in...
2009-11-26 Michael MeskesAdded missing files.
2009-11-26 Michael MeskesForgot to add dynamic cursors to Changelog.
2009-11-26 Michael MeskesSynced addon rules after some renamings.
2009-11-26 Michael MeskesAdded dynamic cursor names to ecpg. Almost the whole...
2009-11-25 Tom LaneSimplify psql's new linestyle behavior to default to...
2009-11-24 Michael MeskesMade function better readable.
2009-11-23 Tom LaneUse diff's -w switch only on Windows, to avoid problems...
2009-11-23 Magnus HaganderAdd missing library to standalone libpq build on Win32.
2009-11-23 Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-11-22 Tom LaneAdjust expected-results spacing per buildfarm results.
2009-11-22 Tom LaneRemove -w (--ignore-all-space) option from pg_regress...
2009-11-22 Heikki LinnakangasRemove superfluous curly brace, fixing compilation...
2009-11-22 Tom LaneOoops, forgot to check the libxml cases for psql output...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-11-21 Peter EisentrautIgnore UTF-8-encoded Unicode byte-order mark at the...
2009-11-21 Tom LaneRefactor ecpg grammar so that it uses the core grammar...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-19 Peter EisentrautTypo: dump -> restore
2009-11-19 Tom LaneFix memory leak in syslogger: logfile_rotate() would...
2009-11-18 Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-16 Tom LaneWhile doing the final setrefs.c pass over a plan tree...
2009-11-15 Peter EisentrautMake text search parser accept underscores in XML attri...
2009-11-15 Tom LaneImprove planning of Materialize nodes inserted atop...
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-11-13 Tom LaneClean up a couple of bizarre code formatting choices...
2009-11-13 Tom LaneAvoid assuming that enum CreateStmtLikeOption is unsign...
2009-11-13 Tom LaneAdd control knobs for plpgsql's variable resolution...
2009-11-13 Heikki LinnakangasA better fix for the "ARRAY[...]::domain" problem....
next