OSDN Git Service

check_exclusion_constraint didn't actually work correctly for index
[pg-rex/syncrep.git] / src / include /
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-02 Magnus HaganderSet proper sizes for size_t and void* on 64-bit Windows...
2010-01-02 Magnus HaganderSupport 64-bit shared memory when building on 64-bit...
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
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-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-19 Tom LaneBump catversion to reflect the fact that HS patch chang...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
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-15 Peter EisentrautPython 3 support in PL/Python
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 Robert HaasExport ExplainBeginOutput() and ExplainEndOutput()...
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-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-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-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 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-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
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-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 LaneAvoid assuming that enum CreateStmtLikeOption is unsign...
2009-11-12 Tom LaneRemove pg_parse_string_token() --- not needed anymore.
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-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-04 Tom LaneRename some encoding conversion modules to keep pathnam...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
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-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 LaneMake FOR UPDATE/SHARE in the primary query not propagat...
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-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-17 Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
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 LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-03 Tom LaneFix a couple of issues in recent patch to print updates...
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-09-27 Tom LaneSimplify the bootstrap (BKI) code by getting rid of...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-22 Peter EisentrautUnicode escapes in E'...' strings
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-09-13 Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-09-09 Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-09-07 Magnus HaganderChange our WIN32 API version to be 5.01 (Windows XP...
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-09-02 Tom LaneFix subquery pullup to wrap a PlaceHolderVar around...
2009-09-01 Tom LaneForce VACUUM to recalculate oldestXmin even when we...
2009-09-01 Tom LaneBump catversion for flat-file-ectomy. Also remove...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
next