| 2000-03-21 |  Tom Lane | Restructure planning code so that preprocessing of... | commit | commitdiff | tree | snapshot | 
| 2000-03-21 |  Tom Lane | Correct typo in error message. | commit | commitdiff | tree | snapshot | 
| 2000-03-21 |  Bruce Momjian | This patch corrects spelling, grammar and euphony for... | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Bruce Momjian | Reverse out BYTEA type coersion. | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Vadim B. Mikheev | Turn XLOG off (do not create log file). | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Tom Lane | Emit 'this operator is deprecated' warnings for ':... | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Tom Lane | Convert float8 regress test to use exp() and ln() inste... | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Bruce Momjian | Update for BYTEAOID. | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Tom Lane | Sorry, I have read the misspelling 'coersion' one time... | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Tom Lane | Add exp(), ln(), and some other functions to numeric... | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Tom Lane | Add note that ':' and ';' operators are deprecated. | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Bruce Momjian | Add compatiblity information for bytea. | commit | commitdiff | tree | snapshot | 
| 2000-03-20 |  Hiroshi Inoue | Add FORCE keyword to ColID | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Make use of pre-existing regexp match capability to... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Autoconf run | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Change configure.in to note that since we are using... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | cash_words_out function truncated its output by 1 chara... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Several calls to StrNCpy incorrectly subtracted 1 from... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Change MemSet and StrNCpy to evaluate their arguments... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Since PORTNAME is no longer used at the level of C... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Bruce Momjian | Proper unpack  de_DE.ISO-8859-1 | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Minor code rearrangement & doc improvement in eval_cons... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | transformExpr() did the Wrong Thing if applied to a... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Bruce Momjian | it seems in the beta2 release DBUSERID in pg_dumpall... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Fix incorrect implementation of log(x) for numeric... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | Another go-round with resolution of ambiguous functions... | commit | commitdiff | tree | snapshot | 
| 2000-03-19 |  Tom Lane | In can_coerce_type, verify that a possible type-coercio... | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Peter Eisentraut | Fixed psql -c "\slashcmd" | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Bruce Momjian | Update bytea type description | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Tom Lane | Improve error message wording in unary_op_error() ... | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Tom Lane | Clean up minor compiler warnings. | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Tom Lane | Modify lexing of multi-char operators per pghackers... | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Tom Lane | Repair typos: <xb> EOF rule should be <xh>, likewise... | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Tom Lane | Just noticed that the grammar actually has no provision... | commit | commitdiff | tree | snapshot | 
| 2000-03-18 |  Bruce Momjian | Add translation of timespan to interval. | commit | commitdiff | tree | snapshot | 
| 2000-03-17 |  Tom Lane | Patch possible portability problem: a few places had... | commit | commitdiff | tree | snapshot | 
| 2000-03-17 |  Tom Lane | Typo correction (// -> /) | commit | commitdiff | tree | snapshot | 
| 2000-03-17 |  Tom Lane | Add safety check on expression nesting depth.  Default... | commit | commitdiff | tree | snapshot | 
| 2000-03-17 |  Tom Lane | Fix a bunch of minor portability problems and maybe... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Tom Lane | Update config.guess and config.sub to latest versions... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Tom Lane | Tweak horology regress test to ensure platform-independ... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Bruce Momjian | Since it has been confirmed working on the bugs list... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Bruce Momjian | libpq++ Makefile uses -DDEBUG to turn on debugging... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Thomas G. Lockhart | Fix typo (introduced by xemacs markup normalization... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Thomas G. Lockhart | Support full POSIX-style time zone: EST+3, PST-3, etc. | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Thomas G. Lockhart | Support full POSIX-style time zone: EST+3, PST-3, etc. | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Thomas G. Lockhart | Support full POSIX-style time zone: EST+3, PST-3, etc. | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Tatsuo Ishii | Fixes for char_length() change. | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Tatsuo Ishii | Fixes for char_length() changes. | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Tom Lane | Turns out that Mazurkiewicz's gripe about 'function... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Tatsuo Ishii | Fix for char_length() changes | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Tom Lane | Fix some (more) problems with subselects in rules.... | commit | commitdiff | tree | snapshot | 
| 2000-03-16 |  Bruce Momjian | Hi, | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Tom Lane | Update comment obsoleted by Thomas's latest fixes. | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Tom Lane | Tweak GROUP BY so that it will still accept result... | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Tom Lane | Fix busted TRANSLATE() code --- it coredumped due to... | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Bruce Momjian | Fix " to ' on lobj docs. | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Tom Lane | Remove another incorrect UserAbortTransactionBlock... | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Tom Lane | Remove gratuitous and incorrect begin/commit transactio... | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Tom Lane | Fix a couple of missed changes in expected results. | commit | commitdiff | tree | snapshot | 
| 2000-03-15 |  Tom Lane | Add 'datetime' -> 'timestamp' conversion to xlateSqlFun... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Tom Lane | Repair unintentional damage to MULTIBYTE code. | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Tom Lane | Cache fmgr lookup data for index's getnext() function... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Thomas G. Lockhart | Implement column aliases on views "CREATE VIEW name... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Thomas G. Lockhart | Write up new TIME WITH TIME ZONE type. | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Tom Lane | Marginal performance improvement in LockBuffer ---... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Bruce Momjian | > I have improved the System V semaphore emulation... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Bruce Momjian | > To make PostgreSQL compilable on Digital Unix I had... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Bruce Momjian | > Here is an extension of the regression test suite... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Bruce Momjian | > Here is an extension of the regression test suite... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Bruce Momjian | > The snprintf stuff in interfaces/ecpg/preproc/Makefil... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Tatsuo Ishii | Detect postmaster being ready by calling psql -l rather... | commit | commitdiff | tree | snapshot | 
| 2000-03-14 |  Tom Lane | Fix some bogosities in the code that deals with estimat... | commit | commitdiff | tree | snapshot | 
| 2000-03-13 |  Peter Eisentraut | Fixed deficiency where an unterminated (no semicolon... | commit | commitdiff | tree | snapshot | 
| 2000-03-13 |  Tom Lane | Extend numeric_round and numeric_trunc to accept negati... | commit | commitdiff | tree | snapshot | 
| 2000-03-13 |  Tom Lane | Remove unnecessary limitations on lengths of bpchar... | commit | commitdiff | tree | snapshot | 
| 2000-03-13 |  Tom Lane | Performance improvement for lexing long strings: increa... | commit | commitdiff | tree | snapshot | 
| 2000-03-12 |  Tom Lane | Somehow, the variant NATIONAL CHAR [ VARYING ] was... | commit | commitdiff | tree | snapshot | 
| 2000-03-12 |  Tom Lane | Fix performance bug in constant-expression simplifier... | commit | commitdiff | tree | snapshot | 
| 2000-03-12 |  Tom Lane | Fix performance problem in fireRIRonSubselect: with... | commit | commitdiff | tree | snapshot | 
| 2000-03-12 |  Tom Lane | Clean up grammar's handling of NULL in expressions... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | Further tweaking of logic that decides when to material... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | Make TypeCategory think that NAME is a member of type | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | Further fixes for bogus list-slinging, scribbling on... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Peter Eisentraut | Karel Zakr's revised patch to fix psql prompt for local... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | exec_simple_check_plan() must not allow a plan having... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | Finish cleaning up backend's handling of /* ... */... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | Update libpq documentation for PQconndefaults() change... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | Change PQconndefaults() to return a malloc'd array... | commit | commitdiff | tree | snapshot | 
| 2000-03-11 |  Tom Lane | Update perl5's self-test for changed spelling of connec... | commit | commitdiff | tree | snapshot | 
| 2000-03-10 |  Peter Eisentraut | Okay, this time I *really* added the bug reporting... | commit | commitdiff | tree | snapshot | 
| 2000-03-10 |  Marc G. Fournier | make sure that cvslog is workign right ... no changes... | commit | commitdiff | tree | snapshot | 
| 2000-03-10 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2000-03-09 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2000-03-09 |  Bruce Momjian | Remove SHOW after datestyle reset. | commit | commitdiff | tree | snapshot | 
| 2000-03-09 |  Bruce Momjian | Fix for bsdi 4.1 shared libraries. | commit | commitdiff | tree | snapshot | 
| 2000-03-09 |  Peter Eisentraut | Added bug reporting guidelines | commit | commitdiff | tree | snapshot | 
| 2000-03-09 |  Michael Meskes | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| next |