| Commit message (Expand) | Author | Age |
* | Fix boundary condition in btbulkdelete: don't examine high key in case | Tom Lane | 2001-11-23 |
* | Remove compile errors of psql.exe and libpq.dll under | Hiroshi Inoue | 2001-11-22 |
* | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 |
* | Insert CommandCounterIncrement call into SPI_cursor_open. | Tom Lane | 2001-11-21 |
* | Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler. | Tom Lane | 2001-11-21 |
* | Update regress tests to reflect removal of 'current'. | Tom Lane | 2001-11-21 |
* | Add a few new time zones, and list every time zone mentioned in my | Thomas G. Lockhart | 2001-11-21 |
* | Repair swapped sign for time minus time routine (time_mi_time()). | Thomas G. Lockhart | 2001-11-21 |
* | Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognized | Thomas G. Lockhart | 2001-11-21 |
* | I think it's patch's size problem that I can't | Bruce Momjian | 2001-11-21 |
* | // -> /* */, per Tatsuo. | Bruce Momjian | 2001-11-21 |
* | Bruce's octet_length change breaks this regression test. | Tom Lane | 2001-11-20 |
* | Add mention of template1 usage. | Bruce Momjian | 2001-11-20 |
* | Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3 | Tom Lane | 2001-11-20 |
* | Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. | Tatsuo Ishii | 2001-11-20 |
* | Double quotes in ln command to guard against spaces in path. | Tom Lane | 2001-11-20 |
* | Change 'return ;' to 'return;'; remove space. | Bruce Momjian | 2001-11-19 |
* | Indent jdbc case labels using pgjindent. | Bruce Momjian | 2001-11-19 |
* | More jdbc comment cleanups. Code looks very nice now. | Bruce Momjian | 2001-11-19 |
* | Update pgindent README so it gets *.java.in files. | Bruce Momjian | 2001-11-19 |
* | JDBC indenting, comment cleanups. | Bruce Momjian | 2001-11-19 |
* | Tweak format_type so that we get good behavior for both column type | Tom Lane | 2001-11-19 |
* | Fix arg coerect match text type, per Tom. | Bruce Momjian | 2001-11-19 |
* | Make text octet_length() return non-compressed length to be consistent | Bruce Momjian | 2001-11-19 |
* | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 |
* | Fix nasty bugs in pg_convert() and pg_convert2(). | Tatsuo Ishii | 2001-11-19 |
* | Fix comment at top of file to match file name. | Hiroshi Inoue | 2001-11-19 |
* | pg_restore should exit with status 0, not 1, on success. | Tom Lane | 2001-11-19 |
* | A bunch of small doco updates motivated by scanning the comments on | Tom Lane | 2001-11-19 |
* | Add example of using 'sameuser' followed by 'all' pg_hba records to | Tom Lane | 2001-11-18 |
* | Improve comments about duplicate files. | Bruce Momjian | 2001-11-18 |
* | Optimization for bpcharlen, textlen, varcharlen in case of single byte | Tatsuo Ishii | 2001-11-18 |
* | Fix performance problems in TOAST compressor. The management of | Tom Lane | 2001-11-17 |
* | IsSystemRelationName() treats TOAST relations as system relations. | Tom Lane | 2001-11-16 |
* | Add missing prototype. | Bruce Momjian | 2001-11-16 |
* | Add configure result checks on odbc, per Peter E. | Bruce Momjian | 2001-11-16 |
* | plpython security and error handling fixes, from | Tom Lane | 2001-11-16 |
* | Once again, Michael has overwritten someone else's patch ... | Tom Lane | 2001-11-16 |
* | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut | 2001-11-16 |
* | Remove 'triggered data change violation' error check, per recent | Tom Lane | 2001-11-16 |
* | Committed again to add the missing files/patches. | Michael Meskes | 2001-11-16 |
* | Change SQLDescribeCol so that it returns alias name properly. | Hiroshi Inoue | 2001-11-16 |
* | Update keyword lists per suggestions by Peter. There are now four | Tom Lane | 2001-11-16 |
* | Fix some problems in new plpgsql cursor operations, found while trying | Tom Lane | 2001-11-15 |
* | Well the absolute correct solution would involve all of: | Bruce Momjian | 2001-11-15 |
* | Update md5.h because it can't get the value from configure. | Bruce Momjian | 2001-11-15 |
* | Fix for AIX compile and unsigned/signed typedefs. | Bruce Momjian | 2001-11-15 |
* | Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. | Peter Eisentraut | 2001-11-15 |
* | Fix comment at top of file to match file name. | Bruce Momjian | 2001-11-15 |
* | fixes getIndex to work with forte's transparent persistence | Dave Cramer | 2001-11-14 |