Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove compile errors of psql.exe and libpq.dll under | Hiroshi Inoue | 2001-11-22 |
| | | | | Multibyte mode. | ||
* | 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 |
| | | | | Per report from Bernd Tegge. | ||
* | 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 |
| | | | | | Linux box's time zone database. Do not allow 'current' as a date/time input value. | ||
* | Repair swapped sign for time minus time routine (time_mi_time()). | Thomas G. Lockhart | 2001-11-21 |
| | | | | Problem reported by Manuel Sugawara (masm@fciencias.unam.mx). | ||
* | Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognized | Thomas G. Lockhart | 2001-11-21 |
| | | | | 'Postgres' only, but now accepts both. | ||
* | I think it's patch's size problem that I can't | Bruce Momjian | 2001-11-21 |
| | | | | | | | | | | | | | | send patches to pgsql-patches list. the zh_CN NLS patch is about 80K, but sended twice and still can emerge on list. so I've put it at: http://laser.zhengmai.com.cn/download/zh_CN.po.diff.tar.gz If possible, please download it and apply it. (for current CVS). regards laser | ||
* | // -> /* */, 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 |
| | | | | earlier, make error checks more uniform. | ||
* | 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 |
| | | | | | display (with a typemod) and function arg/result type display (without a typemod). | ||
* | 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 |
| | | | | with other data types, per disucssion. Encoding issue still open. | ||
* | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 |
| | |||
* | Fix nasty bugs in pg_convert() and pg_convert2(). | Tatsuo Ishii | 2001-11-19 |
| | | | | | | o they sometimes returns a result garbage string appended. o they do not work if client encoding is different from server encoding | ||
* | 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 |
| | | | | the interactive docs. | ||
* | Add example of using 'sameuser' followed by 'all' pg_hba records to | Tom Lane | 2001-11-18 |
| | | | | | enforce a limit on who can connect to databases other than their own. From a recent discussion in pg-admin. | ||
* | 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 |
| | | | | encodings. | ||
* | Fix performance problems in TOAST compressor. The management of | Tom Lane | 2001-11-17 |
| | | | | | | | | | | search lists was broken in such a way that only the most recent instance of a given hash code would ever be searched, thus possibly missing longer matches further back. Fixing this gave 5 to 10% compression improvement on some text test cases. Additional small tweaks to improve speed of inner loops a little bit. There is no compatibility issue created by this change, since the compressed data format and decompression algorithm don't change. | ||
* | IsSystemRelationName() treats TOAST relations as system relations. | Tom Lane | 2001-11-16 |
| | | | | | | | | This seems the right thing for most usages, but I notice two places where it is the wrong thing. One is that the default permissions on TOAST rels should be no-access, not world-readable; the other is that PrepareForTupleInvalidation doesn't really need to spend time looking at tuples of TOAST relations. | ||
* | 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 |
| | | | | Kevin Jacobs and Brad McLean. | ||
* | 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 |
| | | | | and comment in src/backend/parser/Makefile for the technical details. | ||
* | Remove 'triggered data change violation' error check, per recent | Tom Lane | 2001-11-16 |
| | | | | discussions in pghackers. | ||
* | 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 |
| | | | | | | mutually exclusive keyword lists spanning all known keywords --- including AS. Moved COALESCE and a few other ColLabels into the can-be-ColId list. | ||
* | Fix some problems in new plpgsql cursor operations, found while trying | Tom Lane | 2001-11-15 |
| | | | | to reverse-engineer documentation for them. | ||
* | Well the absolute correct solution would involve all of: | Bruce Momjian | 2001-11-15 |
| | | | | | | | | | | | | | int8, int16, int32, int64 and separately uint8, uint16, uint32, uint64 The previous patch grouped: int8, int16 and int32 uint8, uint16 and uint32 int64 and uint64 <-- this grouping is wrong on AIX 4.3.3 and below If you prefer to make 4 groups out of this you could apply this patch. Andreas | ||
* | 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 |
| | | | | Peter E, Tatsuo, Andreas | ||
* | 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 |
| | |||
* | Added Christof's patches. | Michael Meskes | 2001-11-14 |
| |