OSDN Git Service

Binary upgrade:
[pg-rex/syncrep.git] / src / backend /
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 Heikki LinnakangasAlways pass catalog id to the options validator functio...
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-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 Simon RiggsAllow read only connections during recovery, known...
2009-12-19 Bruce Momjianbinary migration: pg_migrator
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-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-14 Tom LaneFix a bug introduced when set-returning SQL functions...
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-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-09 Magnus HaganderReject certificates with embedded NULLs in the commonNa...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
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 Tom LaneMark application_name as GUC_REPORT so that the value...
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 LaneMake pg_stat_activity.application_name visible to all...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-11-23 Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-11-22 Heikki LinnakangasRemove superfluous curly brace, fixing compilation...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
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-13 Tom LaneClean up a couple of bizarre code formatting choices...
2009-11-13 Heikki LinnakangasA better fix for the "ARRAY[...]::domain" problem....
2009-11-13 Heikki LinnakangasWhen you do "ARRAY[...]::domain", where domain is a...
2009-11-13 Teodor SigaevFix multicolumn GIN's wrong results with fastupdate...
2009-11-12 Tom LaneThe recent patch to log changes in postgresql.conf...
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-11-12 Tom LaneRemove pg_parse_string_token() --- not needed anymore.
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-11-11 Alvaro HerreraChange "name" nonterminal in cursor-related productions...
2009-11-11 Alvaro HerreraSupport optional FROM/IN in FETCH and MOVE
2009-11-10 Tom LaneRevert the temporary patch to work around Snow Leopard...
2009-11-10 Bruce Momjianinterval_abs():
2009-11-10 Alvaro HerreraFix longstanding problems in VACUUM caused by untimely...
2009-11-09 Tom LaneRe-refactor the core scanner's API, in order to get...
2009-11-09 Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-11-06 Andrew DunstanKeep track of language's trusted flag in InlineCodeBloc...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-05 Peter Eisentrautreenable -> re-enable
2009-11-05 Tom LaneAllow binary-coercible cases in ri_HashCompareOp; there...
2009-11-04 Tom LaneRename some encoding conversion modules to keep pathnam...
2009-11-04 Tom LaneMake expression locations for LIKE and SIMILAR TO const...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-11-04 Heikki LinnakangasAllow rewriting ALTER TABLE to skip WAL logging.
2009-11-01 Tom LaneDept of second thoughts: after studying index_getnext...
2009-11-01 Tom LaneFix two serious bugs introduced into hash indexes by...
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-30 Tom LaneMake the overflow guards in ExecChooseHashTableSize...
2009-10-28 Tom LaneUn-break EXPLAIN for Append plans. I messed this up...
2009-10-28 Tom LaneFix AcquireRewriteLocks to be sure that it acquires...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-27 Tom LaneFix AfterTriggerSaveEvent to use a test and elog, not...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-26 Peter EisentrautSimplify a few makefile rules since install-sh can...
2009-10-26 Heikki LinnakangasFix range check in date_recv that tried to limit accept...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-23 Peter EisentrautWhen querying a table with child tables, do not check...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-10-20 Peter EisentrautTranslations update for 8.5alpha2
2009-10-17 Magnus HaganderFix typo in previous release as reported by Itagaki...
2009-10-17 Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-10-16 Tom LaneRewrite pam_passwd_conv_proc to be more robust: avoid...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-14 Heikki LinnakangasRename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_...
2009-10-14 Heikki LinnakangasRaise the maximum authentication token (Kerberos ticket...
2009-10-13 Tom LaneFix ts_stat's failure on empty tsvector.
2009-10-13 Alvaro HerreraAdd new PGC_S_DATABASE_USER enum value to several place...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
next