2000-03-26 |
Tom Lane | Make configure --help produce slightly more useful... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | In PQnotifies discussion, reference PQsocket as functio... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Bruce Momjian | Attached is the regression diff for geometry, RedHat... |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Tom Lane | Remove bogus complexity from build/install of plperl... |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Tom Lane | Old patch from Mark Hollomon to add plperl to createlan... |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Tom Lane | Another fix for old shells. |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Tom Lane | Fix syntax error reported by old shells ("if ! command... |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Bruce Momjian | More >&1 cleanups |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Bruce Momjian | More changes of >& to 2>&1 |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Bruce Momjian | Remove >& and make it 2>&1 |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Bruce Momjian | Add POLLUTE=1 to perl Makefile.PL creations. |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Tom Lane | transformCreateStmt should put Ident nodes, not ColumnD... |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Tom Lane | Improve comment. |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Tom Lane | Save a few cycles in simple cases: no need to call... |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Bruce Momjian | Remove -O2 for aix. |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Bruce Momjian | Move LOCK terms down. |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Tom Lane | outfuncs.c was missing a print routine for Material... |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Tom Lane | Rename bytea functions to not have upper-case letters... |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Tom Lane | Fold PQsetenv working state into PGconn, rather than... |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Tatsuo Ishii | Update multi-byte support README |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Bruce Momjian | Update HISTORY |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | A little further tweaking of the range-query selectivit... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | >> 5. empty define that results in an empty but termina... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | Back out // compiler flag. |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | Hmm, absolute pathnames for the copy makes sense. I... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | Some points for portability improvements: |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | Update history/sgml. |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | Please apply the attached patch to interfaces/libpq... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | subselect regress test was kind of silly; it claimed... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | Float-to-int conversion functions should return NULL... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | Remove no-longer-necessary restriction against uplevel... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | Hack parse_coerce so it won't try to constant-fold... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | ExecSubPlan needs to be able to cope with RelabelType... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Bruce Momjian | Update HISTORY file for 7.0. |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tatsuo Ishii | Prepare for 7.0 release |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | If we cannot get a real estimate for the selectivity... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Tom Lane | Improve selectivity estimation involving string constan... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Tom Lane | Repair logic flaw in cost estimator: cost_nestloop... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Bruce Momjian | Update pg_dumpall again. |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Bruce Momjian | Fix pg_dumpall for new psql output. |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Tom Lane | Forgot that odbc had its own copies of config.sub/confi... |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Thomas G. Lockhart | Fix query for primary keys to reflect new DISTINCT... |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Thomas G. Lockhart | Add syntax for BIT() and BIT VARYING(), but no underlyi... |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Thomas G. Lockhart | Update test for new ORDER BY clause from Tom Lane. |
commit | commitdiff | tree | snapshot |
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 |
next |