| Age | Commit message (Expand) | Author |
| 2003-09-15 | Improve a couple of error messages per suggestions from Alvaro Herrera. | Tom Lane |
| 2003-09-15 | OK, some of these syntax errors should be given other codes. | Peter Eisentraut |
| 2003-09-13 | Avoid corner cases where aset.c would unnecessarily make malloc() | Tom Lane |
| 2003-09-13 | Okay, I've had it with mktime() bugs. While chasing Torello Querci's | Tom Lane |
| 2003-09-11 | Consistenly lowercase GUC variable names, in docs and error messages. | Bruce Momjian |
| 2003-09-09 | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut |
| 2003-09-07 | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane |
| 2003-09-07 | load_file() has to remove pre-existing shlibs that match the new file | Tom Lane |
| 2003-09-04 | Allow non-super users to set log_duration to true, then false, when the | Bruce Momjian |
| 2003-09-03 | Pass session_authorization to the client and make psql update its prompt | Peter Eisentraut |
| 2003-09-03 | Work around ENOTEMPTY being an alias for EEXIST on some platforms. | Tom Lane |
| 2003-09-03 | Repair problems with to_char() overrunning its input string. | Tom Lane |
| 2003-09-01 | Do not pass server_encoding to the client. | Peter Eisentraut |
| 2003-09-01 | Rename DoIt to changeVar, for clarity. | Bruce Momjian |
| 2003-08-27 | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane |
| 2003-08-27 | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut |
| 2003-08-26 | Call it Linux, not GNU/Linux. | Bruce Momjian |
| 2003-08-26 | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane |
| 2003-08-26 | Mop-up for previous change to determine default shared_buffers and | Tom Lane |
| 2003-08-25 | Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. | Tom Lane |
| 2003-08-25 | Allow parsing of time and timetz inputs to accept the documented input | Tom Lane |
| 2003-08-25 | Refactor code so that to_date() does not call to_timestamp() and then | Tom Lane |
| 2003-08-25 | Fix GB18030 to UTF-8 mapping table | Tatsuo Ishii |
| 2003-08-24 | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut |
| 2003-08-24 | Fix GB18030 to UTF-8 mapping table | Tatsuo Ishii |
| 2003-08-23 | Fix uninstall target. | Peter Eisentraut |
| 2003-08-19 | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane |
| 2003-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-17 | Somebody forgot to include any actual documentation for ADD_MISSING_FROM. | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-17 | (I always forget what the magic numbers 0 through 2 means for the | Bruce Momjian |
| 2003-08-15 | Rewrite array_cmp to not depend on deconstruct_array. Should be a little | Tom Lane |
| 2003-08-14 | Handle double-quotes correctly in user names in ACL lists. | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-08 | Conversion functions must be STRICT to prevent them from getting null inputs. | Tom Lane |
| 2003-08-08 | Fix floating-point timestamp comparisons to not go nuts if NaN is | Tom Lane |
| 2003-08-05 | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane |
| 2003-08-05 | Fix several places where fractional-second inputs were misprocessed | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-03 | Reconsider context for calling callback functions --- original idea | Tom Lane |
| 2003-08-01 | inet_recv() wasn't IPv6-ready. | Tom Lane |
| 2003-08-01 | Fix inconsistent static-vs-not-static declarations. | Tom Lane |
| 2003-08-01 | Fix my own mistake in GUC variable annotation. | Tom Lane |
| 2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
| 2003-07-31 | Cause library-preload feature to report error if specified initialization | Tom Lane |