| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 | 6 | -44/+107 |
| * | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 7 | -80/+76 |
| * | Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, | Tom Lane | 2005-08-15 | 2 | -128/+158 |
| * | Change standard_compliant_strings to standard_conforming_strings. | Peter Eisentraut | 2005-08-14 | 1 | -4/+4 |
| * | Update the createuser utility for the ROLEs world. Alvaro Herrera | Tom Lane | 2005-08-14 | 1 | -48/+119 |
| * | Fix psql's \d commands to use pg_roles instead of pg_user, so that | Tom Lane | 2005-08-14 | 1 | -20/+16 |
| * | Fix up tab completion for ROLEs and add some more completion logic for | Tom Lane | 2005-08-14 | 4 | -241/+195 |
| * | Tweak catalog cache management algorithms to reduce cost of | Tom Lane | 2005-08-13 | 2 | -73/+132 |
| * | Make pg_stat_file() use OUT parameters so that the user doesn't have to | Tom Lane | 2005-08-13 | 4 | -11/+31 |
| * | Disable strtoul() ERANGE check on Win32, because it isn't thread safe, | Bruce Momjian | 2005-08-13 | 1 | -2/+10 |
| * | Reverse out Assert addition. | Bruce Momjian | 2005-08-12 | 1 | -3/+1 |
| * | Pass the type OID as the typioparam for all non-array types, rather than | Tom Lane | 2005-08-12 | 1 | -6/+7 |
| * | Back out plpython makefile change. | Bruce Momjian | 2005-08-12 | 1 | -2/+2 |
| * | Improve documention on loading large data sets into plperl. | Bruce Momjian | 2005-08-12 | 1 | -1/+3 |
| * | This patch fixes the event type used to log output from the | Bruce Momjian | 2005-08-12 | 1 | -29/+30 |
| * | Un-break plperl for non-set case. | Tom Lane | 2005-08-12 | 1 | -11/+15 |
| * | [ backpatched to 8.0.X.] | Bruce Momjian | 2005-08-12 | 1 | -5/+57 |
| * | > Gavin Sherry <swm@linuxworld.com.au> writes: | Bruce Momjian | 2005-08-12 | 1 | -1/+19 |
| * | More rsi assignment line too. | Bruce Momjian | 2005-08-12 | 1 | -4/+4 |
| * | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane | 2005-08-12 | 3 | -43/+91 |
| * | Fix this: | Bruce Momjian | 2005-08-12 | 1 | -2/+6 |
| * | Cleanups for FreeBSD linking (PIC) and plpython compiles. | Bruce Momjian | 2005-08-12 | 2 | -3/+5 |
| * | > The attached patch moves a plperl sanity check into the correct | Bruce Momjian | 2005-08-12 | 1 | -11/+11 |
| * | No server version of snprintf needed, so remove Makefile rule. | Bruce Momjian | 2005-08-12 | 1 | -4/+1 |
| * | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian | 2005-08-12 | 3 | -59/+21 |
| * | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian | 2005-08-12 | 3 | -21/+59 |
| * | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 | 7 | -127/+165 |
| * | Change a couple of "can't happen" error messages to be a shade more | Tom Lane | 2005-08-12 | 1 | -5/+7 |
| * | Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ | Tom Lane | 2005-08-12 | 3 | -28/+7 |
| * | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 8 | -10/+360 |
| * | Update comments. | Bruce Momjian | 2005-08-12 | 1 | -2/+2 |
| * | Document why we only handle trailing "..". | Bruce Momjian | 2005-08-12 | 1 | -2/+8 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 19 | -257/+400 |
| * | Fix BSD fseeko to seek from the end of the file. | Bruce Momjian | 2005-08-11 | 1 | -1/+2 |
| * | EINTR return from connect() should be treated exactly the same as | Tom Lane | 2005-08-11 | 1 | -5/+2 |
| * | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 16 | -198/+393 |
| * | Mention MD5 function index for indexing long values. | Bruce Momjian | 2005-08-11 | 2 | -4/+4 |
| * | Fix canonicalize_path so "../.." isn't stripped off and ignored. | Bruce Momjian | 2005-08-11 | 1 | -2/+5 |
| * | Make new hints follow style guide. | Tom Lane | 2005-08-10 | 2 | -6/+6 |
| * | Add hints to cases where indexes fail because of values that are too long. | Bruce Momjian | 2005-08-10 | 4 | -8/+16 |
| * | Document why Win32 loops over rename/unlink are necessary. | Bruce Momjian | 2005-08-10 | 1 | -3/+11 |
| * | Extend pg_config to be able to report the build-time values of CC, | Tom Lane | 2005-08-09 | 3 | -66/+283 |
| * | Make backends that are reading the pgstats file verify each backend PID | Tom Lane | 2005-08-09 | 1 | -13/+42 |
| * | Update postgresql.conf to show default ordering for wal_sync_method. | Bruce Momjian | 2005-08-09 | 1 | -3/+4 |
| * | Remove unintended file change. | Bruce Momjian | 2005-08-09 | 1 | -2/+2 |
| * | Clarify wal_sync_method options in documentation. | Bruce Momjian | 2005-08-09 | 1 | -2/+2 |
| * | Fix crash when reading 'timezone = unknown' from postgresql.conf during | Tom Lane | 2005-08-08 | 1 | -4/+7 |
| * | Avoid useless loop overhead in AtEOXact routines when the backend is | Tom Lane | 2005-08-08 | 2 | -11/+17 |
| * | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 | 4 | -236/+233 |
| * | Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier | Tom Lane | 2005-08-08 | 1 | -3/+1 |