2000-03-27 |
Bruce Momjian | Allow compile to finish even if plperl fails, which... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Peter Eisentraut | Fixed bug with repeated \e in psql (failed to clear... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Thomas G. Lockhart | Start updating for the v7.0 release. |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Thomas G. Lockhart | Allow full type names in CREATE FUNCTION arguments... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Thomas G. Lockhart | Fix up comments where had been uglified by the automate... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Thomas G. Lockhart | Change form of query which used "DISTINCT ON" to help... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Bruce Momjian | Add html FAQ and FAQ_DEV sources |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Tatsuo Ishii | Enhance pg_ctl so that it prints error messages from... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | Update obsolete statement that indexes can have only... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | Update/improve documentation about creating aggregate... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | nodeAgg has always been willing to accept an aggregate... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Peter Eisentraut | Updated user's guide to match new psql's output format |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | Improve descriptions of postmaster switches. |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | Rearrange steps in recommended install procedure to... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | Add description of new parallel regression testing... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | Update descriptions of configure's options, and documen... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tom Lane | Fix erroneous claim that 'postmaster -S' leaves the... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Bruce Momjian | Update initdb flags. |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tatsuo Ishii | Change resultmap: |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tatsuo Ishii | New platform specific geometry regression expected... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Tatsuo Ishii | Remove some results from int4-not-representable.out |
commit | commitdiff | tree | snapshot |
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 |
next |