| Age | Commit message (Expand) | Author |
| 2004-11-06 | When implementing a coercion to a domain type with a combined | Tom Lane |
| 2004-11-06 | Now that we advertize only CIDR address in pg_hba.conf, remove | Bruce Momjian |
| 2004-11-05 | pred_test() logic was being too narrow-minded about where it might find | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-11-05 | Small message clarifications | Peter Eisentraut |
| 2004-11-05 | Translation update | Peter Eisentraut |
| 2004-11-04 | Minor documentation updates from Simon Riggs. | Tom Lane |
| 2004-11-02 | Translation updates | Peter Eisentraut |
| 2004-11-02 | Add comment to postmaster.c that get_progname() will call exit if it | Bruce Momjian |
| 2004-11-01 | timestamptz_trunc() should only recalculate the timezone when truncating | Tom Lane |
| 2004-11-01 | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane |
| 2004-11-01 | Update comment to point to proper file. | Bruce Momjian |
| 2004-10-30 | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane |
| 2004-10-30 | Change COMMIT back to the old behavior of emitting command tag COMMIT, | Tom Lane |
| 2004-10-29 | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane |
| 2004-10-29 | Fix failure to think clearly about encoding conversion errors in COPY. | Tom Lane |
| 2004-10-29 | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane |
| 2004-10-28 | Fix to_number for the case of a trailing S. | Tom Lane |
| 2004-10-28 | Translation update | Peter Eisentraut |
| 2004-10-28 | Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose() | Neil Conway |
| 2004-10-28 | On Windows, force a checkpoint just before dropping a database's physical | Tom Lane |
| 2004-10-27 | When displaying a Var that is a reference to a column of an unnamed join, | Tom Lane |
| 2004-10-27 | Translation update | Peter Eisentraut |
| 2004-10-27 | Translation updates | Peter Eisentraut |
| 2004-10-27 | Translation updates | Peter Eisentraut |
| 2004-10-26 | Make heap_fetch API more consistent by having the buffer remain pinned | Tom Lane |
| 2004-10-25 | In the new dispensation where REINDEX doesn't take exclusive lock on | Tom Lane |
| 2004-10-25 | Remove three unnecessary casts from a pointer type to char * when calling | Neil Conway |
| 2004-10-25 | Fix tyop in comment. | Neil Conway |
| 2004-10-25 | Make error message more verbose, in hopes of avoiding misunderstandings | Tom Lane |
| 2004-10-25 | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway |
| 2004-10-24 | Translation update | Dennis Bjorklund |
| 2004-10-23 | Avoid overflow in cost_sort when work_mem exceeds 1Gb. | Tom Lane |
| 2004-10-22 | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be | Tom Lane |
| 2004-10-22 | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane |
| 2004-10-22 | Translation updates. | Dennis Bjorklund |
| 2004-10-22 | Minor code cleanup: hdefault() only ever returned "true", so it may as | Neil Conway |
| 2004-10-21 | Disallow referential integrity actions from being deferred; only the | Tom Lane |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-10-19 | Add a HINT about the likely reason for 'invalid multibyte character for local... | Tom Lane |
| 2004-10-18 | Add some code to ensure that we don't lose communication sync due to | Tom Lane |
| 2004-10-18 | Trivial fix: remove a pointless cast. | Neil Conway |
| 2004-10-17 | Fix some typos. | Bruce Momjian |
| 2004-10-17 | Allow background writing to be shut down by setting limit values to zero. | Tom Lane |
| 2004-10-17 | pg_get_indexdef() didn't do quite the right thing with identifying | Tom Lane |
| 2004-10-17 | Translation update | Peter Eisentraut |
| 2004-10-17 | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane |
| 2004-10-17 | Make locale_messages_assign() really work on Windows; the prior hack | Tom Lane |
| 2004-10-16 | Give a more user-friendly error message in case where a table is created | Tom Lane |