| Age | Commit message (Expand) | Author |
| 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 |
| 2004-10-09 | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane |
| 2004-10-09 | Make getpid() use %d consistently for printing. | Bruce Momjian |
| 2004-10-09 | Suppress timezone output on log_line_prefix %t on Win32, because it is | Bruce Momjian |
| 2004-10-08 | Whack some sense into the configuration-file-location patch. | Tom Lane |
| 2004-10-08 | Do proper testing of CIDR bits against network mask, e.g. don't allow: | Bruce Momjian |
| 2004-10-07 | Change get_rule_expr so that when the input is a List, it displays the | Tom Lane |
| 2004-10-07 | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane |
| 2004-10-07 | Remove unneeded dash. | Bruce Momjian |
| 2004-10-07 | Update comment to fix nibble mention: | Bruce Momjian |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-10-07 | Back out unindented modification to file. | Bruce Momjian |
| 2004-10-07 | Indent comment pushed to new line by else so it is indented by BSD | Bruce Momjian |
| 2004-10-07 | Allow the spinlock test to be compiled successfully in a vpath build. | Neil Conway |