| Commit message (Expand) | Author | Age |
* | Rename pg_stat_file columns to be more consistent. Split apart change | Bruce Momjian | 2005-08-15 |
* | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 |
* | Tweak catalog cache management algorithms to reduce cost of | Tom Lane | 2005-08-13 |
* | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 |
* | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane | 2005-08-12 |
* | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 |
* | Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ | Tom Lane | 2005-08-12 |
* | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 |
* | Actually, this macro had worse problems than a bogus name ... | Tom Lane | 2005-08-05 |
* | Fix misspelled macro name. Doesn't appear to be used anywhere yet, | Tom Lane | 2005-08-05 |
* | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane | 2005-08-04 |
* | Clean up CREATE DATABASE processing to make it more robust and get rid | Tom Lane | 2005-08-02 |
* | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 |
* | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 |
* | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Update catversion for dbsize changes. | Bruce Momjian | 2005-07-29 |
* | Move dbsize functions into the backend. New functions: | Bruce Momjian | 2005-07-29 |
* | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane | 2005-07-28 |
* | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway | 2005-07-27 |
* | Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro. | Neil Conway | 2005-07-27 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 |
* | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 |
* | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 |
* | Update date/time comments. | Bruce Momjian | 2005-07-22 |
* | Code spacing improvement, particularly *tm spacing. | Bruce Momjian | 2005-07-22 |
* | More comment update of time macros. | Bruce Momjian | 2005-07-21 |
* | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 |
* | Add comment about void* use in MemSet. | Bruce Momjian | 2005-07-21 |
* | Add comment marking non-exact time conversion macros. | Bruce Momjian | 2005-07-21 |
* | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 |
* | Update catalog version for INTERVAL day addition. | Bruce Momjian | 2005-07-20 |
* | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian | 2005-07-20 |
* | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane | 2005-07-18 |
* | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 |
* | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 |
* | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway | 2005-07-08 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | Complete zic patch backout by removing NO_PGPORT workaround. | Bruce Momjian | 2005-07-06 |
* | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 |
* | Add NO_PGPORT defines to fix win32/cygwin builds for new target platform | Bruce Momjian | 2005-07-05 |