summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-08-12Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane
2005-08-12Code & docs review for server instrumentation patch. File timestampsTom Lane
2005-08-12Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane
2005-08-12Add files to do read I/O on the cluster directory:Bruce Momjian
2005-08-12Solve the problem of OID collisions by probing for duplicate OIDsTom Lane
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-08-08Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane
2005-08-05Actually, this macro had worse problems than a bogus name ...Tom Lane
2005-08-05Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane
2005-08-04ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane
2005-08-02Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane
2005-08-02Code and docs review for pg_column_size() patch.Tom Lane
2005-08-01Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane
2005-08-01Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-30Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian
2005-07-29Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane
2005-07-29Update catversion for dbsize changes.Bruce Momjian
2005-07-29Move dbsize functions into the backend. New functions:Bruce Momjian
2005-07-28Fix a bunch of bad interactions between partial indexes and the newTom Lane
2005-07-27Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway
2005-07-27Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.Neil Conway
2005-07-26Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane
2005-07-26Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane
2005-07-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane
2005-07-23Simple constraint exclusion. For now, only child tables of inheritanceTom Lane
2005-07-23Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian
2005-07-22Update date/time comments.Bruce Momjian
2005-07-22Code spacing improvement, particularly *tm spacing.Bruce Momjian
2005-07-21More comment update of time macros.Bruce Momjian
2005-07-21Update DAYS_PER_MONTH comment.Bruce Momjian
2005-07-21Add comment about void* use in MemSet.Bruce Momjian
2005-07-21Add comment marking non-exact time conversion macros.Bruce Momjian
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-20Update catalog version for INTERVAL day addition.Bruce Momjian
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-07-14Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2005-07-10I made the patch that implements regexp_replace again.Bruce Momjian
2005-07-08Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2005-07-06Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian
2005-07-06Add pg_column_size() to return storage size of a column, includingBruce Momjian
2005-07-05Add NO_PGPORT defines to fix win32/cygwin builds for new target platformBruce Momjian
2005-07-04Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-07-02Teach planner about some cases where a restriction clause can beTom Lane
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian