aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* More EXTEND INDEX removal.Bruce Momjian2001-07-16
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* TODO item:Tatsuo Ishii2001-07-15
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-13
* Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane2001-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
* Libpq++ fixes for Win32 compile.Bruce Momjian2001-07-11
* Instead of believing SOMAXCONN from the system header files (which isTom Lane2001-07-11
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-10
* Ensure macros are adequately parenthesized.Tom Lane2001-07-10
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-09
* Document meaning of lossy column.Bruce Momjian2001-07-09
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-05
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-03
* First non-stub implementation of shared free space map. It's not superTom Lane2001-07-02
* gcc did not like new pg_stat macros, for good and sufficient reason.Tom Lane2001-06-29
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Turned high-frequently called pgstat functions into macrosJan Wieck2001-06-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Remove another unused include file with obsolete, useless,Tom Lane2001-06-27
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-24
* > 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
* The new files for statistical system views.Jan Wieck2001-06-22
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-22
* Remove unused include file for long-dead flavors of locking.Tom Lane2001-06-21
* Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut2001-06-20
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Fix badly broken RelationGetRelationName().Tom Lane2001-06-19
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-19
* Move temprel name define from temprel.h to rel.h.Bruce Momjian2001-06-19
* Bring RelationGetRelationName into sync with new temp rel names.Tom Lane2001-06-19
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-18
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-18
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-18
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-18
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-17
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-16
* It turns out that the relcache thinks it can distinguish differentTom Lane2001-06-16
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Fix for duplicate oids just introduced in patch. Don't think it needsBruce Momjian2001-06-13
* Attached is a patch adding following functions:Bruce Momjian2001-06-13
* Remove some dead code, simplify calling convention.Tom Lane2001-06-13
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-12