aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane2005-08-23
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-20
* Add BackendXidGetPid().Tatsuo Ishii2005-08-20
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-20
* Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMITTom Lane2005-08-18
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-17
* Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian2005-08-15
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-15
* Tweak catalog cache management algorithms to reduce cost ofTom Lane2005-08-13
* Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane2005-08-13
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-12
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-12
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-12
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-12
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Actually, this macro had worse problems than a bogus name ...Tom Lane2005-08-05
* Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane2005-08-05
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-04
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-02
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-02
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Update catversion for dbsize changes.Bruce Momjian2005-07-29
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-29
* Fix a bunch of bad interactions between partial indexes and the newTom Lane2005-07-28
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-27
* Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.Neil Conway2005-07-27
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-26
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-23
* Update date/time comments.Bruce Momjian2005-07-22
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-22
* More comment update of time macros.Bruce Momjian2005-07-21
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Add comment about void* use in MemSet.Bruce Momjian2005-07-21
* Add comment marking non-exact time conversion macros.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Update catalog version for INTERVAL day addition.Bruce Momjian2005-07-20
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-18
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14