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 |
2000-03-09 |
Tom Lane | Redo permissions-checking code so that it does the... |
commit | commitdiff | tree | snapshot |
2000-03-09 |
Hiroshi Inoue | Trial implementation of ALTER DROP COLUMN. |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Tom Lane | Extend #ifdef CLOBBER_FREED_MEMORY debugging option... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Tom Lane | Repair access-to-already-freed-memory error recently... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Tom Lane | Fix ==-instead-of-= typo that gcc does its level best... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Tom Lane | Clean up gmake warning caused by recent NetBSD patch... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Bruce Momjian | Hi, |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Bruce Momjian | I've made a diff against the 7.0beta1 tree that accompl... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Bruce Momjian | Bruce and all: |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Bruce Momjian | Reversed out inet patch. |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Bruce Momjian | Hi Peter, |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Bruce Momjian | Hi, |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | Protects you from coredumps if you do eg. str::int4... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | I've recently written to pgsql-ports about a problem... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Tom Lane | Someone (probably me) forgot about handling of typecast... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | Fix problems with pg_upgrade found by Kardos, Dr. Andrea |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Bruce Momjian | Sorting for the inet data type randomly returns the... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Tatsuo Ishii | Add SQL_ASCII encoding test case |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Peter Eisentraut | Forgot to run autoconf. |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Peter Eisentraut | Added configure test for readline's filename_completion... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
next |