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