]> granicus.if.org Git - postgresql/history - src/backend
DTrace support, with a small initial set of probes
[postgresql] / src / backend /
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-24 Peter EisentrautMark postgresql.conf entries that require server restar...
2006-07-24 Tom LaneAdd a fudge factor to genericcostestimate() to prevent...
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-23 Tom LaneFix oversight in sizing of shared buffer lookup hashtab...
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-07-22 Tom LaneAdd support to dynahash.c for partitioning shared hasht...
2006-07-22 Tom LaneHmm, seems --disable-spinlocks has been broken for...
2006-07-22 Tom LaneIn the recent changes to make the planner account bette...
2006-07-21 Tom LaneAdd the full set of comparison functions for type TID...
2006-07-20 Tom LaneDon't try to truncate multixact SLRU files in checkpoin...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-16 Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-07-16 Tom LaneEnsure that we retry rather than erroring out when...
2006-07-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-16 Tom LanePut back another not-so-unnecessary #include, per repor...
2006-07-16 Tom LaneFix getDatumCopy(): don't use store_att_byval to copy...
2006-07-16 Tom LaneImprove error message wording.
2006-07-15 Tom LanePut back some more not-so-unused-as-all-that #includes...
2006-07-15 Tom LaneFix some missing inclusions identified with new pgcheck...
2006-07-15 Tom LaneFix some makefiles that fail to yield good results...
2006-07-14 Tom LaneFix misguided removal of access/tuptoaster.h inclusion...
2006-07-14 Tom LaneFix another passel of include-file breakage. Kris...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-13 Bruce MomjianMove math.h after postgresql.h
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-11 Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-11 Teodor SigaevGIN improvements
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-10 Tom LaneFix ALTER TABLE to check pre-existing NOT NULL constrai...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-08 Alvaro HerreraFix typo in comment.
2006-07-04 Neil ConwayFix typos in comments.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Neil ConwayDo a pass of code review for the ALTER TABLE ADD INHERI...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-07-01 Tom LaneFix oversight in planning for multiple indexscans driven by
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-29 Tom LaneRemove the separate 'stats buffer' process, letting...
2006-06-29 Tom LaneChange TRUNCATE's method for searching for foreign...
2006-06-28 Neil ConwayFix typo in comment.
2006-06-28 Tom LaneImprove planner estimates for size of tuple hash tables.
2006-06-28 Tom LaneFix hash aggregation to suppress unneeded columns from...
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-28 Teodor SigaevForget to add new file :((
2006-06-28 Teodor SigaevChanges
2006-06-27 Tom LaneRemove embedded newline in string literal --- seems...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-27 Bruce MomjianDefault stats_command_string to 'on', now that its...
2006-06-27 Tom LanePut #ifdef NOT_USED around posix_fadvise call. We...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-06-27 Alvaro HerreraClamp last_anl_tuples to n_live_tuples, in case we...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-06-26 Bruce MomjianUpdate comment description of geo routines and move...
2006-06-25 Tom LaneTweak dynahash.c to avoid wasting memory space in non...
2006-06-22 Tom LaneRemove dllinit.c; it was only needed for long-obsolete...
2006-06-22 Tom Lanepg_stop_backup was calling XLogArchiveNotify() twice...
2006-06-22 Tom LaneStandalone backends need pgstat_bestart() too, per...
2006-06-21 Tom LaneRemove ancient kluge that kept nodeAgg.c from crashing...
2006-06-21 Tom LaneDisallow aggregate functions in UPDATE commands (unless...
2006-06-21 Tom LaneEliminate a gratuitously different wording of the ...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-18 Tom LaneDon't try to call posix_fadvise() unless <fcntl.h>...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-16 Tom LaneFix a couple of obvious problems in DROP IF EXISTS...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-16 Bruce MomjianTest for POSIX_FADV_DONTNEED to use posix_fadvise().
2006-06-15 Bruce MomjianUse posix_fadvise() to avoid kernel caching of WAL...
2006-06-15 Tom LaneRemove the limit on the number of entries allowed in...
2006-06-14 Tom LaneDo a CHECK_FOR_INTERRUPTS immediately before terminatin...
2006-06-12 Bruce MomjianAvoid use of C commment inside C comment from recent...
2006-06-12 Bruce MomjianPrevent Win32 from displaying a popup box on backend...
2006-06-12 Bruce MomjianWin32 can't catch the exception thrown by INT_MIN ...
2006-06-12 Tom LaneMinor code cleanup: make the WIN32 case less gratuitous...
2006-06-11 Tom LaneFix Assert failure when a fastpath function call is...
2006-06-09 Tom LaneRevert sampling patch for EXPLAIN ANALYZE; it turns...
2006-06-08 Tom LaneFix bootstrap.c so that database startup process and...
2006-06-08 Bruce MomjianRemove Win32 file, moved to /port.
2006-06-08 Tom LaneRemove obsolete comment about VACUUM FULL: it takes...
2006-06-07 Bruce MomjianAllow timezone names in SQL strings,
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-06-07 Tom LanePer previous analysis, the most correct notion of Sampl...
2006-06-07 Bruce MomjianHave REINDEX use NOTICE, so it can be suppressed.
2006-06-07 Tom LaneRemove "fuzzy comparison" logic in qsort comparison...
next