]> granicus.if.org Git - postgresql/history - src/include
Pass shared memory address on command line to exec'ed backend.
[postgresql] / src / include /
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-07 Bruce MomjianChange alternate database location patch to test for...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneDitch ExecGetTupType() in favor of the much simpler...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianSECOND ATTEMPT
2003-05-02 Bruce MomjianBack out second part of patch.
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-29 Bruce MomjianRemove unneeded define.
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-25 Bruce MomjianPrevent unlink/rename Win32 mapping on frontends.
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-24 Tom LaneAdjust subquery qual pushdown rules so that we can...
2003-04-24 Bruce MomjianAdd Win32 shmem/sema prototypes.
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Bruce MomjianAdd Win32 versions of unlink and rename --- loop until...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-20 Tom LaneApple's assembler likes the inlined TAS syntax too...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-17 Tom LaneFix abstime-to-time cast function, which has had broken...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-04-04 Tom LaneTighten up register usage for inline PPC version of...
2003-04-04 Tom LanePut the isync where it's supposed to be.
2003-04-04 Tom LaneAvoid repeated computation of the constants date2j...
2003-04-04 Tom LaneCode review for pg_stat_get_backend_activity_start...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2003-03-27 Bruce MomjianAdd new file.
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-27 Tom LaneGetTupleForTrigger must use outer transaction's command...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-22 Tom LaneAdjust subquery qual pushdown rules to be more forgivin...
2003-03-21 Tom LaneFix compile warning.
2003-03-21 Bruce MomjianAdd hostmask() function:
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2003-03-20 Bruce MomjianThis patch creates a function named pg_get_triggerdef...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianTodo items:
2003-03-20 Bruce Momjian> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to...
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-19 Peter EisentrautSet up the privileges on the default schemas in initdb...
2003-03-18 Bruce MomjianCompiling anything that uses InvalidOid under g++ yield...
2003-03-14 Tom LaneRepair incorrect prorettype entry for timestamptz_izone...
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-03-09 Tom Lanetuplestore_donestoring() isn't needed anymore, but...
2003-03-09 Tom LaneRevise tuplestore and nodeMaterial so that we don't...
2003-03-06 Tom LaneTweak dependency code to suppress NOTICEs generated...
2003-03-06 Tom LaneUse poll(2) in preference to select(2), if available...
2003-03-06 Tom LaneAdd code to dump contents of free space map into $PGDAT...
2003-03-05 Tom LaneTurns out new IN implementation has got some problems...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-03-03 Tom LaneCorrect/edit comments for geometric operators. No...
2003-02-24 Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-23 Tom Lanebtree page recycling can be done as soon as page's...
2003-02-23 Tom LaneAdjust btbulkdelete logic so that only one WAL record...
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-23 Tom LaneFirst cut at recycling space in btree indexes. Still...
2003-02-22 Tom LaneSimplify timezone-handling code per proposal to pghacke...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2003-02-20 Tom LaneFix timestamptz_in so that parsing of 'now'::timestampt...
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Tatsuo IshiiFix for GUC client_encoding variable not being handled
2003-02-19 Bruce MomjianHere's the patch I promised over on HACKERS - it alters the
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-19 Bruce MomjianThe following patches eliminate the overflows in the...
2003-02-18 Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-15 Tom LaneTeach planner how to propagate pathkeys from sub-SELECT...
2003-02-14 Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-02-13 Bruce Momjian[ Revert patch ]
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
2003-02-13 Bruce MomjianThe "random" regression test uses a function called...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-13 Bruce Momjian> ================================================...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneDetect case where an outer join can be reduced to a...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
next