summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
1999-04-26*** empty log message ***Michael Meskes
1999-04-25Clean up gcc warning in MULTIBYTE code.Tom Lane
1999-04-16*** empty log message ***Michael Meskes
1999-04-14*** empty log message ***Michael Meskes
1999-04-13*** empty log message ***Michael Meskes
1999-04-11Implement UpdateCountPeter Mount
1999-04-04Use MAXALIGN value found by configure instead of aTom Lane
1999-03-29change comparison char* and NULL to char* and '\0'. This should beTatsuo Ishii
1999-03-24*** empty log message ***Michael Meskes
1999-03-21Add .cvsignore file so cvs doesn't complain if you have lex/yaccTom Lane
1999-03-20*** empty log message ***Michael Meskes
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-20make clean should remove lex.yy.cTom Lane
1999-03-20Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian
1999-03-19I suggest the following portability patch, which does notBruce Momjian
1999-03-18*** empty log message ***Michael Meskes
1999-03-16Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian
1999-03-15*** empty log message ***Michael Meskes
1999-03-14Reversed out libpq protocol patch for Tom Lane.Bruce Momjian
1999-03-14This is another example of why not allowing utility functions in SPIBruce Momjian
1999-03-14Hi,Bruce Momjian
1999-03-14Here is a little syntax error found in a .y file... A dropped semi.Bruce Momjian
1999-03-14 I've been having also sorts of fun trying to get kerberos 4Bruce Momjian
1999-03-14The isWritable method in ResultSetMetaData returns the logicallyBruce Momjian
1999-03-14There are errors in the PGmoney class in the conversion routines overBruce Momjian
1999-03-11*** empty log message ***Michael Meskes
1999-03-07Export include/utils/mcxt.h so that external stuff can includeTom Lane
1999-03-07*** empty log message ***Michael Meskes
1999-03-05*** empty log message ***Michael Meskes
1999-03-05*** empty log message ***Michael Meskes
1999-02-28From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1999-02-23From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1999-02-22Final optimizer cleanups.Bruce Momjian
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-21From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1999-02-20From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1999-02-19OOPS ... Perl5 interface to PQsetdbLogin was actuallyTom Lane
1999-02-18Enable bushy and right-hand queries by default.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-11Remove Perl module's unnecessary dependence on libpq-int.h.Tom Lane
1999-02-07Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane
1999-02-07Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane
1999-02-05Reverse out const to libpq interface from D'Arcy.Bruce Momjian
1999-02-04From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier
1999-02-04Const fixes from D'Arcy.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-03The libpq function PQfnumber does not handle case-insensitiveBruce Momjian
1999-02-02Included patches make some enhancements to the multi-byte support.Bruce Momjian
1999-01-31From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier
1999-01-27From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier