| Age | Commit message (Expand) | Author |
| 2005-08-14 | Update the createuser utility for the ROLEs world. Alvaro Herrera | Tom Lane |
| 2005-08-14 | Fix psql's \d commands to use pg_roles instead of pg_user, so that | Tom Lane |
| 2005-08-14 | Fix up tab completion for ROLEs and add some more completion logic for | Tom Lane |
| 2005-08-13 | 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 | Disable strtoul() ERANGE check on Win32, because it isn't thread safe, | Bruce Momjian |
| 2005-08-12 | Reverse out Assert addition. | Bruce Momjian |
| 2005-08-12 | Pass the type OID as the typioparam for all non-array types, rather than | Tom Lane |
| 2005-08-12 | Back out plpython makefile change. | Bruce Momjian |
| 2005-08-12 | Improve documention on loading large data sets into plperl. | Bruce Momjian |
| 2005-08-12 | This patch fixes the event type used to log output from the | Bruce Momjian |
| 2005-08-12 | Un-break plperl for non-set case. | Tom Lane |
| 2005-08-12 | [ backpatched to 8.0.X.] | Bruce Momjian |
| 2005-08-12 | > Gavin Sherry <swm@linuxworld.com.au> writes: | Bruce Momjian |
| 2005-08-12 | More rsi assignment line too. | Bruce Momjian |
| 2005-08-12 | Fix up canonicalize_path to do the right thing in all cases (I think ... | Tom Lane |
| 2005-08-12 | Fix this: | Bruce Momjian |
| 2005-08-12 | Cleanups for FreeBSD linking (PIC) and plpython compiles. | Bruce Momjian |
| 2005-08-12 | > The attached patch moves a plperl sanity check into the correct | Bruce Momjian |
| 2005-08-12 | No server version of snprintf needed, so remove Makefile rule. | Bruce Momjian |
| 2005-08-12 | Reverse out changes to canonicalize_path(), per suggestion from Tom. | Bruce Momjian |
| 2005-08-12 | Modify canonicalize_path() so if we would return a trailing "..", throw | Bruce Momjian |
| 2005-08-12 | Code & docs review for server instrumentation patch. File timestamps | Tom Lane |
| 2005-08-12 | Change a couple of "can't happen" error messages to be a shade more | 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 | Update comments. | Bruce Momjian |
| 2005-08-12 | Document why we only handle trailing "..". | Bruce Momjian |
| 2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
| 2005-08-11 | Fix BSD fseeko to seek from the end of the file. | Bruce Momjian |
| 2005-08-11 | EINTR return from connect() should be treated exactly the same as | Tom Lane |
| 2005-08-11 | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane |
| 2005-08-11 | Mention MD5 function index for indexing long values. | Bruce Momjian |
| 2005-08-11 | Fix canonicalize_path so "../.." isn't stripped off and ignored. | Bruce Momjian |
| 2005-08-10 | Make new hints follow style guide. | Tom Lane |
| 2005-08-10 | Add hints to cases where indexes fail because of values that are too long. | Bruce Momjian |
| 2005-08-10 | Document why Win32 loops over rename/unlink are necessary. | Bruce Momjian |
| 2005-08-09 | Extend pg_config to be able to report the build-time values of CC, | Tom Lane |
| 2005-08-09 | Make backends that are reading the pgstats file verify each backend PID | Tom Lane |
| 2005-08-09 | Update postgresql.conf to show default ordering for wal_sync_method. | Bruce Momjian |
| 2005-08-09 | Remove unintended file change. | Bruce Momjian |
| 2005-08-09 | Clarify wal_sync_method options in documentation. | Bruce Momjian |
| 2005-08-08 | Fix crash when reading 'timezone = unknown' from postgresql.conf during | Tom Lane |
| 2005-08-08 | Avoid useless loop overhead in AtEOXact routines when the backend is | Tom Lane |
| 2005-08-08 | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane |
| 2005-08-08 | Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier | Tom Lane |
| 2005-08-08 | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane |
| 2005-08-07 | Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears | Tom Lane |
| 2005-08-07 | Fix count_usable_fds() to stop trying to open files once it reaches | Tom Lane |
| 2005-08-06 | COPY performance improvements. Avoid calling CopyGetData for each input | Tom Lane |