| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-02 | Update since left and right are no longer key words. | Peter Eisentraut | |
| 2001-11-30 | Try to make genbki.sh a little more bulletproof, per trouble report | Tom Lane | |
| from Paul Stavrides. | |||
| 2001-11-30 | Repair failure to mark an inserted Materialize node with the appropriate | Tom Lane | |
| extParam/locParam lists. Per bug #526. | |||
| 2001-11-30 | updates | Peter Eisentraut | |
| 2001-11-29 | Tweak plpgsql's expression reader to be smarter about parentheses and | Tom Lane | |
| to give more useful error messages. Stephen Szabo's example of this morning ('loop' used as a variable name inside a subselect) works correctly now, and a FOR that is misinterpreted as an integer FOR will draw 'missing .. at end of SQL expression', which is at least marginally helpful. | |||
| 2001-11-29 | Fix array_out's failure to backslash backslashes, per bug# 524. Also, | Tom Lane | |
| remove brain-dead rule that double quotes are needed if and only if the datatype is pass-by-reference; neither direction of the implication holds water. Instead, examine the actual data string to see if it contains any characters that force us to quote it. Add some documentation about quoting of array values, which was previously explained nowhere AFAICT. | |||
| 2001-11-29 | NLS updates, most notably fixed zh_TW translations | Peter Eisentraut | |
| 2001-11-29 | Fix results to work with normal systems again. | Peter Eisentraut | |
| 2001-11-28 | Load netmsg.dll locally in winsock_strerror, to avoid actual and | Tom Lane | |
| potential problems discussed in pgsql-interfaces. | |||
| 2001-11-28 | No longer need define test in md5.h because of Hiroshi's win_md5.c. | Bruce Momjian | |
| 2001-11-27 | Fix nasty memory leak in pg_restore: _PrintData called inflateInit but | Tom Lane | |
| never did inflateEnd, thus leaking some tens of KB per call. Which added up *real fast* when dealing with, say, thousands of BLOBs. Thanks to Lane Rollins for the bug report. | |||
| 2001-11-27 | strcat should obviously be strcpy here. | Tom Lane | |
| 2001-11-27 | Chinese PO patch | Bruce Momjian | |
| Laser. | |||
| 2001-11-26 | Fix various bogosities in usage message. | Tom Lane | |
| 2001-11-26 | Rename make_keywords.README to make_keywords. | Bruce Momjian | |
| 2001-11-26 | Fix unportable, non-spec-compliant use of offsetof() with a nonconstant | Tom Lane | |
| member offset. | |||
| 2001-11-26 | Rename find_baddefs to find_badmacros | Bruce Momjian | |
| 2001-11-26 | Change display of FieldSelect nodes from arg.field to field(arg), | Tom Lane | |
| per bug report from Stefan Hadjistoytchev. There are some cases where the dot notation works, but there are more where it doesn't. Eventually ought to consider fixing the parser to allow cases like func().field, but for now this is the simplest patch. | |||
| 2001-11-26 | Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. | Bruce Momjian | |
| 2001-11-26 | Chinese for psql and pg_dump. | Bruce Momjian | |
| laser | |||
| 2001-11-26 | Repair problem with listing rules that have a WHERE condition and | Tom Lane | |
| have an INSERT...SELECT as the first or only action. Per bug report from Sergio Pili. | |||
| 2001-11-25 | This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm). | Barry Lind | |
| The bug was that any insert or update would fail if the returned oid was larger than a signed int. Since OIDs are unsigned int's it was a bug that the code used a java signed int to deal with the values. The bug would result in the error message: "Unable to fathom update count". While fixing the bug, it became apparent that other code made a similar assumption about OIDs being signed ints. Therefore some methods that returned or took OIDs are arguements also needed to be changed. Since we are so close to the 7.2 release I have added new methods that return longs and deprecated the old methods returning ints. Therefore all old code should still work without requiring a code change to cast from long to int. Also note that the methods below are PostgreSQL specific extensions to the JDBC api are are not part of the spec from Sun, thus it is unlikely that they are used much or at all. The deprecated methods are: ResultSet.getInsertedOID() Statement.getInsertedOID() Serialize.store() Connection.putObject() and are replaced by: ResultSet.getLastOID() Statement.getLastOID() Serialize.storeObject() Connection.storeObject() All the deprecated methods returned int, while their replacements return long This patch also fixes two comments in MD5Digest that the author Jeremy Wohl submitted. --Barry | |||
| 2001-11-25 | Encoding isn't necessarily multibyte | Peter Eisentraut | |
| 2001-11-25 | Backend /po patch. | Bruce Momjian | |
| http://laser.zhengmai.com.cn/download/backend_zh_CN.po.diff.gz Weiping He | |||
| 2001-11-24 | Tweak int8in to accept -9223372036854775808, per recent discussion in | Tom Lane | |
| pgsql-patches. | |||
| 2001-11-24 | Make initdb --help not line wrap. | Bruce Momjian | |
| 2001-11-24 | Remove extraneous space that somehow got into expected alter_table.out. | Tom Lane | |
| The default diff switches prevented regression tests from complaining, but that doesn't make it correct. | |||
| 2001-11-23 | Fix boundary condition in btbulkdelete: don't examine high key in case | Tom Lane | |
| where rightmost index page splits while we are waiting to obtain exclusive lock on it. Not clear this would actually hurt (probably the callback would always fail), but better safe than sorry. Also, improve comments describing concurrency considerations in this code. | |||
| 2001-11-22 | Remove compile errors of psql.exe and libpq.dll under | Hiroshi Inoue | |
| Multibyte mode. | |||
| 2001-11-21 | 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 | |
| Per report from Bernd Tegge. | |||
| 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 | |
| Linux box's time zone database. Do not allow 'current' as a date/time input value. | |||
| 2001-11-21 | Repair swapped sign for time minus time routine (time_mi_time()). | Thomas G. Lockhart | |
| Problem reported by Manuel Sugawara (masm@fciencias.unam.mx). | |||
| 2001-11-21 | Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognized | Thomas G. Lockhart | |
| 'Postgres' only, but now accepts both. | |||
| 2001-11-21 | I think it's patch's size problem that I can't | Bruce Momjian | |
| 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 | |||
| 2001-11-21 | // -> /* */, per Tatsuo. | Bruce Momjian | |
| 2001-11-20 | 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 | |
| earlier, make error checks more uniform. | |||
| 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-19 | 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 | |
| display (with a typemod) and function arg/result type display (without a typemod). | |||
| 2001-11-19 | Fix arg coerect match text type, per Tom. | Bruce Momjian | |
