]> granicus.if.org Git - postgresql/history - src/include
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
[postgresql] / src / include /
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Tom LaneFix incorrect addition, subtraction, and overflow check...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-02-11 Bruce MomjianUpdate catalog version for INET additions.
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-02-09 Bruce MomjianUse "bitwise" rather than "binary for AND/OR descriptio...
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-02-04 Tom LaneFix constraint exclusion to work in inherited UPDATE...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-02-04 Bruce MomjianMove thread_test directory from /tools to /test so...
2006-02-03 Tom LaneTeach planner to convert simple UNION ALL subqueries...
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-29 Tom LaneFix code that checks to see if an index can be consider...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-23 Bruce MomjianUse is_cidr in INET/CIDR structure, rather than the...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-19 Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2006-01-14 Tom LaneAdd selectivity-calculation code for RowCompareExpr...
2006-01-12 Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
2006-01-10 Andrew Dunstanremove unneeded defines for uid_t and gid_t, which...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX file.
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2006-01-01 Neil ConwayTrim an obsolete comment: it is no longer relevant...
2005-12-31 Bruce MomjianRename variable to cmd_str.
2005-12-31 Bruce MomjianRename variable 'what' to 'stat_msg'.
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-28 Tom LaneArrange to set the LC_XXX environment variables to...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-12-24 Bruce MomjianPrevious commit message should have been:
2005-12-24 Bruce MomjianAdd
2005-12-24 Bruce MomjianAlignment cleanup.
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-12-17 Bruce MomjianFix typo.
2005-12-17 Bruce MomjianUpdate s_lock.c comments.
2005-12-17 Bruce MomjianUpdate ASM comments.
2005-12-16 Tom LaneRethink prior patch to filter out dead backend entries...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Bruce MomjianI reconfirmed MS-VC6. Thank you for wonderful correspon...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-12-08 Bruce MomjianDisble some Win32-specific code in win32-client-only...
2005-12-07 Tom LanePush the responsibility for handling ignore_killed_tupl...
2005-12-07 Tom LaneSpell "explicitly" correctly, per Simon.
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-06 Bruce MomjianAdd documentation on the use of *printf() macros and...
2005-12-06 Tom LaneArrange for read-only accesses to SLRU page buffers...
2005-12-06 Tom LanePut undef's before extern declarations that need 'em...
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-12-01 Alvaro HerreraRefactor some bits in aclchk.c in order to reduce code...
2005-11-29 Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-11-28 Tom LaneTweak hash join code to use an additional heuristic...
2005-11-28 Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-23 Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-20 Tom LaneModify tuptoaster's API so that it does not try to...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-17 Tom LaneDropRelFileNodeBuffers failed to fix the state of the...
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-06 Tom LaneAdd simple sanity checks on newly-read pages to GiST...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-11-05 Tom LaneClean up representation of SLRU page state. This is...
2005-11-05 Tom LaneBrand HEAD branch as 8.2devel.
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
next