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