| Age | Commit message (Expand) | Author |
| 2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
| 2005-08-20 | Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good | Tom Lane |
| 2005-08-20 | Make GetMultiXactIdMembers() a public function. | Tatsuo Ishii |
| 2005-08-20 | Add BackendXidGetPid(). | Tatsuo Ishii |
| 2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
| 2005-08-19 | Fix LRU/ALL description mismatch for GUC parameter. | Bruce Momjian |
| 2005-08-19 | Consistently align comments in postgresql.conf, move some slightly to | Bruce Momjian |
| 2005-08-18 | Update some obsolete comments --- code is using t_self now, not t_ctid. | Tom Lane |
| 2005-08-18 | Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT | Tom Lane |
| 2005-08-18 | Add hint for to_char(interval) invalid format specifications. | Bruce Momjian |
| 2005-08-18 | Fix to_char(interval) to return proper year and century values. | Bruce Momjian |
| 2005-08-17 | Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane |
| 2005-08-17 | More formatting.c cleanups. | Bruce Momjian |
| 2005-08-17 | Small cleanup. | Bruce Momjian |
| 2005-08-17 | Adjust to_char/from_char code to use boolean "is_to_char" rather than | Bruce Momjian |
| 2005-08-17 | Fix declaration of dumpacl, per Alvaro. | Tom Lane |
| 2005-08-17 | Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly | Bruce Momjian |
| 2005-08-17 | Minor cleanup. | Bruce Momjian |
| 2005-08-16 | Update comments. | Bruce Momjian |
| 2005-08-16 | Improve comment. | Bruce Momjian |
| 2005-08-16 | Update pgcvslog comment on how to find branch start time. | Bruce Momjian |
| 2005-08-16 | Reject operator names >= NAMEDATALEN characters. These will not work | Tom Lane |
| 2005-08-15 | Rename pg_stat_file columns to be more consistent. Split apart change | Bruce Momjian |
| 2005-08-15 | Clean up recent patch for PL handler functions in pg_catalog: the patch | Tom Lane |
| 2005-08-15 | Make createlang and droplang proof against weird search_path settings | Tom Lane |
| 2005-08-15 | array_in() and array_recv() need to be more paranoid about validating | Tom Lane |
| 2005-08-15 | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane |
| 2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
| 2005-08-15 | Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, | Tom Lane |
| 2005-08-14 | Change standard_compliant_strings to standard_conforming_strings. | Peter Eisentraut |
| 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 <[email protected]> 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 |