summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-123-6/+8
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-121-3/+3
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-123-3/+28
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-125-11/+15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-116-9/+18
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-082-3/+4
* Actually, this macro had worse problems than a bogus name ...Tom Lane2005-08-051-3/+2
* Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane2005-08-051-2/+2
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-041-1/+2
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-3/+3
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-021-2/+2
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-018-17/+39
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-019-12/+49
* Add per-user and per-database connection limit options.Tom Lane2005-07-318-22/+38
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-302-2/+36
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-293-9/+11
* Update catversion for dbsize changes.Bruce Momjian2005-07-291-2/+2
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-292-3/+35
* Fix a bunch of bad interactions between partial indexes and the newTom Lane2005-07-283-5/+17
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-272-12/+12
* Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.Neil Conway2005-07-271-2/+1
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-264-14/+30
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-263-4/+23
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-252-5/+10
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-234-8/+23
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-231-2/+2
* Update date/time comments.Bruce Momjian2005-07-221-3/+5
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-223-15/+15
* More comment update of time macros.Bruce Momjian2005-07-211-3/+3
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-211-3/+9
* Add comment about void* use in MemSet.Bruce Momjian2005-07-212-2/+9
* Add comment marking non-exact time conversion macros.Bruce Momjian2005-07-211-6/+5
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-1/+10
* Update catalog version for INTERVAL day addition.Bruce Momjian2005-07-201-2/+2
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-203-16/+24
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-181-4/+5
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-1/+2
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-148-17/+184
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-102-16/+16
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-104-6/+13
* Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway2005-07-082-14/+5
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-076-7/+169
* Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian2005-07-061-5/+5
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-063-3/+16
* Add NO_PGPORT defines to fix win32/cygwin builds for new target platformBruce Momjian2005-07-051-4/+4
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-041-2/+2
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-044-13/+17
* Teach planner about some cases where a restriction clause can beTom Lane2005-07-022-11/+13
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-1/+3
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-017-11/+134