summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-07-15TODO item:Tatsuo Ishii
2001-07-13Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane
2001-07-13Minor code cleanup/beautification in RelationPutHeapTuple.Tom Lane
2001-07-12indicies to indexes from Neil ConwayBruce Momjian
2001-07-12Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane
2001-07-12Add missing encode file.Bruce Momjian
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-07-11> > Put encode() into base system. Used part of Alex' patchBruce Momjian
2001-07-11Disable COPY TO/FROM on views.Bruce Momjian
2001-07-11Better document use of ident on localhost, per Tom Lane's idea.Bruce Momjian
2001-07-11Move export to a separate line, per Peter E.Bruce Momjian
2001-07-11Instead of believing SOMAXCONN from the system header files (which isTom Lane
2001-07-11Remove direct calls of index_insert(), instead use ExecInsertIndexTuples().Tom Lane
2001-07-10Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane
2001-07-10Remove formatter's assumption that year would never exceed four digits.Tom Lane
2001-07-10Remove unnecessarily enthusiastic parenthesizing in reverse-listing ofTom Lane
2001-07-09Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane
2001-07-09Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane
2001-07-06Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane
2001-07-06Fire rule actions ON INSERT after original statement (if not INSTEAD).Jan Wieck
2001-07-06Fix my old fault(returns auto variable reference).Hiroshi Inoue
2001-07-05Don't assume that max offset number stays fixed on a page when we'reTom Lane
2001-07-05Added GUC configuration options to control access statistics.Jan Wieck
2001-07-04Prohibit a column from appearing twice in a PRIMARY KEY or UNIQUETom Lane
2001-07-03Add a little more error checking and reporting to readDatum().Tom Lane
2001-07-03Start the stats collector at a less randomly chosen time. Bad ideaTom Lane
2001-07-03Don't go into infinite loop if /home/postgres/testversion/data directory is n...Tom Lane
2001-07-02First non-stub implementation of shared free space map. It's not superTom Lane
2001-07-02Make the found-a-buffer-when-we-were-expecting-to-extend-the-rel pathTom Lane
2001-07-01Under new theory of operation wherein postmaster forks childrenTom Lane
2001-06-30Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut
2001-06-30portability enhancementsPeter Eisentraut
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-29Fix VACUUM so that it can use pages as move targets even if they do notTom Lane
2001-06-29Fix longstanding error in VACUUM: sometimes would examine a buffer pageTom Lane
2001-06-29Turned high-frequently called pgstat functions into macrosJan Wieck
2001-06-29Fix erroneous GUC variable references from commandline-GUC patch.Tom Lane
2001-06-28Repair logic error for multi-key indexes. From Oleg Bartunov.Tom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-06-25Fix a couple remaining places where GUC variables were assigned toTom Lane
2001-06-25Fix a couple remaining places where GUC variables were assigned toTom Lane
2001-06-25Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane
2001-06-25Suppress gcc warning.Tom Lane
2001-06-24Back out BYTEA binary compatibility changes.Bruce Momjian
2001-06-23Since a missing pg_pwd file is a valid situation, don't print an errorPeter Eisentraut
2001-06-23> Marko Kreen <marko@l-t.ee> writes:Bruce Momjian
2001-06-23Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian
2001-06-22Attached is documentation describing plperlu differences from plperl.Bruce Momjian
2001-06-22The new files for statistical system views.Jan Wieck
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck