| Age | Commit message (Expand) | Author |
| 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 |
| 2004-10-16 | Limit NBuffers and some related values to INT_MAX / BLCKSZ, to prevent | Tom Lane |
| 2004-10-16 | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane |
| 2004-10-16 | Remove BufferLocks[] array in favor of a single pointer to the buffer | Tom Lane |
| 2004-10-15 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-10-15 | Have log_duration only output when log_statement has printed the query. | Bruce Momjian |
| 2004-10-15 | Fix pg_ctl -D handling for Win32: | Bruce Momjian |
| 2004-10-14 | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian |
| 2004-10-13 | More minor cosmetic improvements: | Neil Conway |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-12 | Translation update | Peter Eisentraut |
| 2004-10-12 | Fix a copy-and-paste error: give a distinct memory context a distinct | Neil Conway |
| 2004-10-11 | Fix OR-index-scan planner to recognize that a partial index is usable | Tom Lane |
| 2004-10-11 | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane |
| 2004-10-11 | Fix typo in comment. | Neil Conway |
| 2004-10-10 | Cosmetic improvements/code cleanup: | Neil Conway |