| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing Unicode multibyte files. | Bruce Momjian | 2002-03-06 | 19 | -0/+113340 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 16 | -114/+119 |
| * | > Tatsuo Ishii wrote: | Bruce Momjian | 2002-03-05 | 9 | -4767/+5456 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 2 | -43/+53 |
| * | If presented db path has a trailing slash, remove it to avoid generating | Tom Lane | 2002-03-04 | 1 | -1/+11 |
| * | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii | 2002-03-04 | 1 | -5/+5 |
| * | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 | 1 | -66/+82 |
| * | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 | 3 | -435/+625 |
| * | Default server_min_messages is NOTICE. | Bruce Momjian | 2002-03-03 | 1 | -1/+1 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 14 | -109/+279 |
| * | Array slice extraction should produce a result array with index lower | Tom Lane | 2002-03-02 | 1 | -3/+11 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 3 | -4/+198 |
| * | array_ref() should set isNull to false explicitly if it's not going to | Peter Eisentraut | 2002-03-01 | 1 | -1/+2 |
| * | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane | 2002-03-01 | 2 | -24/+340 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 1 | -3/+3 |
| * | Add a large number of time zones to the lookup table. | Thomas G. Lockhart | 2002-02-25 | 1 | -167/+144 |
| * | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 | 1 | -20/+2 |
| * | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut | 2002-02-23 | 2 | -100/+121 |
| * | Make factorial(0) return 1, as per spec. | Bruce Momjian | 2002-02-23 | 2 | -4/+8 |
| * | Avoid failures in cash_out and cash_words for INT_MIN. | Tom Lane | 2002-02-19 | 1 | -10/+14 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 6 | -935/+1366 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 5 | -19/+34 |
| * | Remove MAX/MIN() macros, use c.h Max/Min() instead. | Bruce Momjian | 2002-02-18 | 3 | -92/+67 |
| * | Reorder postgresql.conf WAL section to be clearer. | Bruce Momjian | 2002-02-18 | 1 | -24/+28 |
| * | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane | 2002-02-14 | 1 | -1/+3 |
| * | Move sys/types.h to top, for hiroyuki hanai/ FreeBSD. | Bruce Momjian | 2002-02-08 | 1 | -2/+2 |
| * | Fix misstatements added by Bruce. | Tom Lane | 2002-01-16 | 1 | -31/+27 |
| * | Add more comments to tqual.c for visibility functions. | Bruce Momjian | 2002-01-16 | 1 | -21/+48 |
| * | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane | 2002-01-16 | 1 | -13/+115 |
| * | Fix init_irels to close the pg_internal.init file before returning. | Tom Lane | 2002-01-16 | 1 | -56/+28 |
| * | If we fail to rename pg_internal.init into place, delete the useless | Tom Lane | 2002-01-15 | 1 | -1/+8 |
| * | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart | 2002-01-12 | 1 | -3/+3 |
| * | VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets marked | Tom Lane | 2002-01-11 | 1 | -2/+16 |
| * | Fix use of 'char' to hold result of getc, per bug report forwarded by | Tom Lane | 2002-01-09 | 1 | -58/+51 |
| * | Fix lpad() and rpad() to produce correct results in variable-length | Tom Lane | 2002-01-08 | 1 | -5/+5 |
| * | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 | 1 | -1/+2 |
| * | Have to_date() call timestamptz_date() per Karel's email instructions. | Thomas G. Lockhart | 2002-01-04 | 1 | -2/+2 |
| * | Replace #ifdef, #endif with # requires comment. | Bruce Momjian | 2002-01-04 | 1 | -8/+6 |
| * | Guard against roundoff errors in new selectivity-estimation code, | Tom Lane | 2002-01-03 | 1 | -22/+34 |
| * | Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY | Tom Lane | 2002-01-02 | 1 | -56/+41 |
| * | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart | 2002-01-01 | 1 | -4/+4 |
| * | Make sure that all <ctype.h> routines are called with unsigned char | Tom Lane | 2001-12-30 | 1 | -3/+3 |
| * | Fix newly introduced datetime.c compile failure; not enough parens. | Bruce Momjian | 2001-12-29 | 1 | -2/+2 |
| * | Check a bit more carefully for preceeding ISO field tags | Thomas G. Lockhart | 2001-12-29 | 1 | -10/+10 |
| * | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart | 2001-12-29 | 2 | -204/+676 |
| * | Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGV | Tom Lane | 2001-12-21 | 1 | -6/+4 |
| * | Add full name of the month of July to the lookup table. | Thomas G. Lockhart | 2001-12-21 | 1 | -1/+2 |
| * | Make sure that all variants of HeapTupleSatisfies will do the right thing | Tom Lane | 2001-12-19 | 1 | -80/+149 |
| * | Move geqo enable into proper section. | Bruce Momjian | 2001-12-17 | 1 | -1/+1 |
| * | Repair roundoff-error problem for stddev/variance results near zero, | Tom Lane | 2001-12-11 | 2 | -41/+98 |