]> granicus.if.org Git - postgresql/history - src/include
Make Win32 build use our port/snprintf.c routines, instead of depending
[postgresql] / src / include /
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...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-22 Tom LaneTemporarily disable Qingqing's Windows signal processin...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-21 Tom LaneAdd an implicit cast from varchar to regclass, so that...
2005-10-18 Tom LaneImprove trace_sort code to also show the total memory...
2005-10-18 Tom LaneCode review for regexp_replace patch. Improve document...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-13 Neil ConwayAdd a comment describing the requirement that pointers...
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-10-11 Tom LaneDon't use a non-locked pre-test of the spinlock on...
2005-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-07 Bruce MomjianAdd spaces around operator.
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
2005-10-07 Alvaro HerreraRemove an unused typedef.
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-10-03 Tom LaneExpand pg_control information so that we can verify...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-10-01 Tom Lane_SPI_execute_plan failed to return result tuple table...
2005-09-28 Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-09-25 Tom LaneThe original patch to avoid building a hash join's...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-22 Bruce MomjianThis patch cleans up the access to members of ItemIdData.
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-09-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-09-09 Tom LaneGiven its current definition that depends on time(NULL...
2005-09-09 Tom LaneFix the various forms of AT TIME ZONE to accept either...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
2005-08-29 Tom LaneFix platform-specific test for path prefix-ness: move...
2005-08-29 Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
2005-08-28 Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-27 Tom LaneChange the division of labor between grouping_planner...
2005-08-27 Tom LaneGet the MIPS assembler syntax right. Also add a separa...
2005-08-26 Tom LaneAnother try at the inlined MIPS spinlock code. Can...
2005-08-26 Tom LaneAdjust m68k spinlock code to avoid duplicate in-line...
2005-08-26 Tom LaneSome more mop-up for Windows IPv6 support. Andrew...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-25 Tom LaneFix bogus freeaddrinfo() call in WIN32 code, extend...
2005-08-25 Tom LaneReplace out-of-line tas() assembly code for MIPS with...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tatsuo IshiiMake GetMultiXactIdMembers() a public function.
2005-08-20 Tatsuo IshiiAdd BackendXidGetPid().
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-18 Tom LaneFix up LIMIT/OFFSET planning so that we cope with non...
2005-08-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
2005-08-15 Bruce MomjianRename pg_stat_file columns to be more consistent....
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-13 Tom LaneTweak catalog cache management algorithms to reduce...
2005-08-13 Tom LaneMake pg_stat_file() use OUT parameters so that the...
2005-08-12 Tom LaneFix up canonicalize_path to do the right thing in all...
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-08-12 Tom LaneRemove BufferBlockPointers array in favor of a base...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
next