| Age | Commit message (Expand) | Author |
| 2003-04-12 | Fix encoding conversion function bug. | Tatsuo Ishii |
| 2003-04-08 | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane |
| 2003-04-08 | Mark TimeScales constants as double to avoid integer overflow in some compilers. | Tom Lane |
| 2003-04-07 | Avoid primary key lookup (and lock) if foreign key does not change | Jan Wieck |
| 2003-04-07 | Remove unnecessary dt2local() call. | Tom Lane |
| 2003-04-05 | Fix compile problem with Win32 macro used inside another macro. | Bruce Momjian |
| 2003-04-04 | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian |
| 2003-04-04 | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane |
| 2003-04-04 | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane |
| 2003-04-03 | Remove zero_damaged_pages from postgresql.conf.sample; the only way to | Tom Lane |
| 2003-04-02 | Fix buffer overrun in to_ascii(), per report from Guido Notari. | Tom Lane |
| 2003-04-02 | Fix platform-dependent failure introduced by recent to_char changes | Tom Lane |
| 2003-04-02 | This is a derived file and should never have been added to CVS. | Tom Lane |
| 2003-03-30 | Properly document default value of log_min_error_statement in postgresql.conf. | Bruce Momjian |
| 2003-03-28 | Add code to apply some simple sanity checks to the header fields of a | Tom Lane |
| 2003-03-27 | Fix bogus coding of SET DEFAULT ri triggers ... or at least make it less | Tom Lane |
| 2003-03-27 | Fix syntax error in to_char fixes --- was defining variable in main code | Bruce Momjian |
| 2003-03-27 | Add new files. | Bruce Momjian |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-27 | to_char fixes, Karel Zak | Bruce Momjian |
| 2003-03-24 | Add comment to postgresql.conf: | Bruce Momjian |
| 2003-03-23 | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane |
| 2003-03-23 | Tweak selectivity and related routines to cope with domains. Per report | Tom Lane |
| 2003-03-22 | Back out to_char fixes until regression tests are fixed. | Bruce Momjian |
| 2003-03-21 | Fix compile warning. | Tom Lane |
| 2003-03-21 | Add hostmask() function: | Bruce Momjian |
| 2003-03-21 | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane |
| 2003-03-20 | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian |
| 2003-03-20 | It would also be handy if users could see their own pg_stat_activity | Bruce Momjian |
| 2003-03-20 | Attached is a patch that limits the range tested by horology to | Bruce Momjian |
| 2003-03-20 | Peter found bug in the to_char() routine for PL/MI options. This | Bruce Momjian |
| 2003-03-20 | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian |
| 2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
| 2003-03-15 | Arrange to print the relevant key values when reporting a foreign-key | Tom Lane |
| 2003-03-14 | Prevent infinite loop in ln_var() due to roundoff error. | Tom Lane |
| 2003-03-11 | Add explicit tests for division by zero to all user-accessible integer | Tom Lane |
| 2003-03-11 | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-03-09 | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane |
| 2003-03-04 | Reimplement free-space-map management as per recent discussions. | Tom Lane |
| 2003-02-27 | Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zone | Tom Lane |
| 2003-02-23 | Remove no-longer-used FixBTree GUC variable. | Tom Lane |
| 2003-02-23 | btree page recycling can be done as soon as page's next-xact label is | Tom Lane |
| 2003-02-22 | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane |
| 2003-02-20 | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane |
| 2003-02-19 | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian |
| 2003-02-19 | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii |
| 2003-02-19 | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian |
| 2003-02-19 | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian |