Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update TODO list. | Bruce Momjian | 2001-10-31 |
| | |||
* | Fix queries to insulate from daylight savings time. | Thomas G. Lockhart | 2001-10-31 |
| | |||
* | More *.po cleanups for new spacing. | Bruce Momjian | 2001-10-31 |
| | |||
* | Modify *.po files and regression expected output for new clearer error | Bruce Momjian | 2001-10-31 |
| | | | | message spacing. | ||
* | Here is an updated version of /src/backend/po/ru.po | Bruce Momjian | 2001-10-31 |
| | | | | | | | | which incorporates recent changes by Bruce to readability of some messages and few more translations. -- Serguei A. Mokhov | ||
* | Traditional Chinese error messages for JDBC. | Bruce Momjian | 2001-10-31 |
| | | | | Zhenbang Wei | ||
* | Attached is a small patch for the Reference Manual which adds | Bruce Momjian | 2001-10-31 |
| | | | | | | | | | | | | information about nulls and sort order. This is based on information obtained from Peter Eisentraut and Tom Lane on pgsql-hackers. Please check my English and Docbook markup, as both are a second language to me. Rene Pijlman | ||
* | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian | 2001-10-31 |
| | | | | | | Add space between slash for ALTER TABLE / ADD .... Regression and *.po updates to follow. | ||
* | Apply updated PO language patch. | Bruce Momjian | 2001-10-31 |
| | | | | Zhenbang Wei | ||
* | PO language update. | Bruce Momjian | 2001-10-31 |
| | | | | forth@pagic.net | ||
* | Update TODO list. | Bruce Momjian | 2001-10-31 |
| | |||
* | Update solaris-1947 variant files for new datetime regression tests. | Tom Lane | 2001-10-30 |
| | | | | Results checked by Olivier Prenant. | ||
* | updates to JDBC TODO items | Barry Lind | 2001-10-30 |
| | |||
* | Grammatical corrections. | Tom Lane | 2001-10-30 |
| | |||
* | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane | 2001-10-30 |
| | | | | | | from Philip Warner. Side effect of change is that GROUP BY expressions will not be re-evaluated at multiple plan levels anymore, whereas this sometimes happened with old code. | ||
* | fixed change in behavior introduced in bytea / getBytes changes. This patch ↵ | Barry Lind | 2001-10-30 |
| | | | | reverts back unintentional change in behavior to return raw value even when not bytea column | ||
* | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian | 2001-10-30 |
| | |||
* | updated patch from Mark Lillywhite per Tom Lane's comments: subtract ↵ | Barry Lind | 2001-10-30 |
| | | | | VARHDRSZ first then and with 0xffff | ||
* | applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ↵ | Barry Lind | 2001-10-30 |
| | | | | applies same fix to jdbc1 code | ||
* | Add trailing semicolon for Joe Conway | Bruce Momjian | 2001-10-29 |
| | |||
* | Update HISTORY per HACKERS discussion. | Bruce Momjian | 2001-10-29 |
| | |||
* | Add gp->gr_mem != NULL check for Solaris, per Seth Hettich | Bruce Momjian | 2001-10-29 |
| | |||
* | Check for NULL return from getgrgid(), per Seth Hettich | Bruce Momjian | 2001-10-29 |
| | |||
* | Fix bug with illegal call to calloc. | Tatsuo Ishii | 2001-10-29 |
| | |||
* | Change position of a check button in multibyte mode. | Hiroshi Inoue | 2001-10-29 |
| | |||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | Add code to trip trailing newlines in a file. | Bruce Momjian | 2001-10-27 |
| | |||
* | Correct fix for indenting. | Bruce Momjian | 2001-10-27 |
| | |||
* | Update WAL configuration discussion to reflect post-7.1 tweaking. | Tom Lane | 2001-10-26 |
| | | | | Minor copy-editing. | ||
* | More cleanup of CREATE FUNCTION examples. | Tom Lane | 2001-10-26 |
| | |||
* | Remove no-longer-needed dependencies on DLSUFFIX. | Tom Lane | 2001-10-26 |
| | |||
* | Editorial work on xfunc chapter --- better explanations about SQL | Tom Lane | 2001-10-26 |
| | | | | functions handling composite types and sets, various minor cleanups. | ||
* | Adjust NR tests. More accurate. | Bruce Momjian | 2001-10-26 |
| | |||
* | Add code to not indent enum, per Tom Lane. | Bruce Momjian | 2001-10-26 |
| | |||
* | Add ODBC typedefs. | Bruce Momjian | 2001-10-26 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-10-26 |
| | |||
* | updates to jdbc documentation for 7.2 | Barry Lind | 2001-10-25 |
| | |||
* | Remove 294 reduce/reduce conflicts. | Tom Lane | 2001-10-25 |
| | |||
* | Fix a couple of places where lack of parenthesization of a cast | Tom Lane | 2001-10-25 |
| | | | | | causes pgindent to make weird formatting decisions. Easiest fix seems to be to put in the extra parens... | ||
* | Mention pgindent/pgjindent. | Bruce Momjian | 2001-10-25 |
| | |||
* | Final update of HISTORY. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add blank line before #endif to #endif's at the end of the file. | Bruce Momjian | 2001-10-25 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add slash for comment spacing, for Tom. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add comment spaces for trailing ) and comment. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add spacing for single-line comments with trailing semicolon _and_ | Bruce Momjian | 2001-10-25 |
| | | | | comma, per Tom. | ||
* | Remove <> from FAQ_MSWIN, for Vince. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane | 2001-10-25 |
| | | | | | breaking existing pg_dump scripts, which try to assign the result of count(*) to an int2 variable. catversion bumped. | ||
* | Add missing output routine for FkConstraint nodes. | Tom Lane | 2001-10-25 |
| | |||
* | bmake sure that configure is tags as 7.2b1 now instead of 7.2devel | PostgreSQL Daemon | 2001-10-25 |
| |