Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | proper select for Jason Davies patch to getImportedKeys | Dave Cramer | 2001-11-02 |
| | |||
* | proper select for Jason Davies patch to getImportedKeys | Dave Cramer | 2001-11-02 |
| | | | | fixes for compiling Jason's getImportedKeys, getExportedKeys | ||
* | Add check for 'extern "C"' for pgindent. | Bruce Momjian | 2001-11-02 |
| | |||
* | Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be in | Tom Lane | 2001-11-02 |
| | | | | libpq-int.h, not cluttering application namespace in libpq-fe.h. | ||
* | Add default expressions to INSERTs during planning, not during parse | Tom Lane | 2001-11-02 |
| | | | | | | analysis. This keeps stored rules from prematurely absorbing default information, which is necessary for ALTER TABLE SET DEFAULT to work unsurprisingly with rules. See pgsql-bugs discussion 24-Oct-01. | ||
* | updates | Peter Eisentraut | 2001-11-02 |
| | |||
* | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane | 2001-11-02 |
| | | | | | | | postmaster children before client auth step. Postmaster now rereads pg_pwd on receipt of SIGHUP, the same way that pg_hba.conf is handled. No cycles need be expended to validate password cache validity during connection startup. | ||
* | Suppress compiler warning (only seen in MULTIBYTE case). | Tom Lane | 2001-11-02 |
| | |||
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 |
| | | | | | | | | | | | | | | | | | | recreated since the start of our transaction, our first reference to it errored out because we'd try to reuse our old relcache entry for it. Do this by accepting SI inval messages just before relcache search in heap_openr, so that dead relcache entries will be flushed before we search. Also, break heap_open/openr into two pairs of routines, relation_open(r) and heap_open(r). The relation_open routines make no tests on relkind and so can be used to open anything that has a pg_class entry. The heap_open routines are wrappers that add a relkind test to preserve their established behavior. Use the relation_open routines in several places that had various kluge solutions for opening rels that might be either heap or index rels. Also, remove the old 'heap stats' code that's been superseded by Jan's stats collector, and clean up some inconsistencies in error reporting between the different types of ALTER TABLE. | ||
* | Sync parser yet again. | Michael Meskes | 2001-11-02 |
| | |||
* | Minor code cleanups. | Tom Lane | 2001-11-01 |
| | |||
* | Reject tabs and linefeeds in usernames and passwords that are being | Tom Lane | 2001-11-01 |
| | | | | | | stored in pg_pwd, to guard against failures of the sort observed by Tom Yackel. Note: in the case of encrypted passwords this is no restriction, since the string we are interested in is the MD5 hash. | ||
* | Add missing #include. | Tom Lane | 2001-11-01 |
| | |||
* | Suppress trivial compiler warning. | Tom Lane | 2001-11-01 |
| | |||
* | minor improvements on Dave's last checkin | Barry Lind | 2001-11-01 |
| | |||
* | Suppress a compiler warning. | Hiroshi Inoue | 2001-10-31 |
| | |||
* | changes to support 3rd party ERD tools and staroffice | Dave Cramer | 2001-10-31 |
| | |||
* | allow null passwords | Dave Cramer | 2001-10-31 |
| | |||
* | added dummy login | Dave Cramer | 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 | ||
* | 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 solaris-1947 variant files for new datetime regression tests. | Tom Lane | 2001-10-30 |
| | | | | Results checked by Olivier Prenant. | ||
* | 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 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 |
| | |||
* | Remove no-longer-needed dependencies on DLSUFFIX. | Tom Lane | 2001-10-26 |
| | |||
* | 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 |
| | |||
* | 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... | ||
* | Add blank line before #endif to #endif's at the end of the file. | 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. |