summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-16Update config.guess and config.sub to latest versions available fromTom Lane
2000-03-16Tweak horology regress test to ensure platform-independent ordering ofTom Lane
2000-03-16Since it has been confirmed working on the bugs list, please apply theBruce Momjian
2000-03-16libpq++ Makefile uses -DDEBUG to turn on debugging trace toBruce Momjian
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-16Fixes for char_length() change.Tatsuo Ishii
2000-03-16Fixes for char_length() changes.Tatsuo Ishii
2000-03-16Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane
2000-03-16Fix for char_length() changesTatsuo Ishii
2000-03-16Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane
2000-03-16 Hi,Bruce Momjian
2000-03-15Update comment obsoleted by Thomas's latest fixes.Tom Lane
2000-03-15Tweak GROUP BY so that it will still accept result-column names, but onlyTom Lane
2000-03-15*** empty log message ***Michael Meskes
2000-03-15Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing theTom Lane
2000-03-15Remove another incorrect UserAbortTransactionBlock() call.Tom Lane
2000-03-15Remove gratuitous and incorrect begin/commit transaction calls inTom Lane
2000-03-15Fix a couple of missed changes in expected results.Tom Lane
2000-03-15Add 'datetime' -> 'timestamp' conversion to xlateSqlFunc() to easeTom Lane
2000-03-14Repair unintentional damage to MULTIBYTE code.Tom Lane
2000-03-14Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-14Marginal performance improvement in LockBuffer --- calculate addressTom Lane
2000-03-14> I have improved the System V semaphore emulation of the QNX4 port.Bruce Momjian
2000-03-14> To make PostgreSQL compilable on Digital Unix I had to modify theBruce Momjian
2000-03-14> Here is an extension of the regression test suite for Digital UnixBruce Momjian
2000-03-14> Here is an extension of the regression test suite for Digital UnixBruce Momjian
2000-03-14> The snprintf stuff in interfaces/ecpg/preproc/Makefile.in is broken.Bruce Momjian
2000-03-14Detect postmaster being ready by calling psql -l rathern thanTatsuo Ishii
2000-03-14Fix some bogosities in the code that deals with estimating the fractionTom Lane
2000-03-13Fixed deficiency where an unterminated (no semicolon) command at end ofPeter Eisentraut
2000-03-13Extend numeric_round and numeric_trunc to accept negative scale inputsTom Lane
2000-03-13Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane
2000-03-13Performance improvement for lexing long strings: increase flex'sTom Lane
2000-03-12Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from theTom Lane
2000-03-12Fix performance bug in constant-expression simplifier. After findingTom Lane
2000-03-12Fix performance problem in fireRIRonSubselect: with nested subqueries,Tom Lane
2000-03-12Clean up grammar's handling of NULL in expressions: a_expr_or_null isTom Lane
2000-03-11Further tweaking of logic that decides when to materialize an uncorrelatedTom Lane
2000-03-11Make TypeCategory think that NAME is a member of typeTom Lane
2000-03-11Further fixes for bogus list-slinging, scribbling on input, etc in typeTom Lane
2000-03-11Karel Zakr's revised patch to fix psql prompt for local host connections.Peter Eisentraut
2000-03-11exec_simple_check_plan() must not allow a plan having initPlans orTom Lane
2000-03-11Finish cleaning up backend's handling of /* ... */ and -- comments,Tom Lane
2000-03-11Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane
2000-03-11Update perl5's self-test for changed spelling of connection failureTom Lane
2000-03-10*** empty log message ***Michael Meskes