Commit Graph

516 Commits (c8cc45b2f369adeba8b033cea5b41fbc5eb4dcfe)

Author SHA1 Message Date
Tom Lane a36a7a16eb Fix bogus assumption that MAXALIGN is at least sizeof(pointer). 27 years ago
Bruce Momjian 0d5c832363 Allow perl install as non-root, from Geoff Keating 27 years ago
Bruce Momjian 94bd4e3da7 Update to PyGreSQL 2.3. 27 years ago
Bruce Momjian 86dacdb74c libpq++ uses fe_setauthsvc which is deprecated and results in an error 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Michael Meskes e18c912acf *** empty log message *** 27 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Michael Meskes dd6b1aaa25 *** empty log message *** 27 years ago
Tom Lane fad6f2925c Clean up gcc warning in MULTIBYTE code. 27 years ago
Michael Meskes ad5a54d170 *** empty log message *** 27 years ago
Michael Meskes 29e2916827 *** empty log message *** 27 years ago
Michael Meskes df6e504437 *** empty log message *** 27 years ago
Peter Mount ded46bd522 Implement UpdateCount 27 years ago
Tom Lane 2de404e173 Use MAXALIGN value found by configure instead of a 27 years ago
Tatsuo Ishii c2d59497df change comparison char* and NULL to char* and '\0'. This should be 27 years ago
Michael Meskes d471f8073a *** empty log message *** 27 years ago
Tom Lane b01a272755 Add .cvsignore file so cvs doesn't complain if you have lex/yacc 27 years ago
Michael Meskes e4274d60a5 *** empty log message *** 27 years ago
Tom Lane a4ce6f00f8 Remove yacc/lex output files from CVS repository. 27 years ago
Tom Lane e8f9b6baed make clean should remove lex.yy.c 27 years ago
Bruce Momjian 0aa2aed5f8 Reverse out pfree agg part of patch from Erik Riedel. 27 years ago
Bruce Momjian bd6f98af31 I suggest the following portability patch, which does not 27 years ago
Michael Meskes 7729ba073d *** empty log message *** 27 years ago
Bruce Momjian 89b762e509 Fix snprintf with strings, and nextval('"Aa"'); 27 years ago
Michael Meskes 75380d3eae *** empty log message *** 27 years ago
Bruce Momjian d66a44a58c Reversed out libpq protocol patch for Tom Lane. 27 years ago
Bruce Momjian cfb7ed414d This is another example of why not allowing utility functions in SPI 27 years ago
Bruce Momjian e2c4d41f32 Hi, 27 years ago
Bruce Momjian 80db587e7b Here is a little syntax error found in a .y file... A dropped semi. 27 years ago
Bruce Momjian 9cab13c42e I've been having also sorts of fun trying to get kerberos 4 27 years ago
Bruce Momjian 983fc97672 The isWritable method in ResultSetMetaData returns the logically 27 years ago
Bruce Momjian fd80c102fa There are errors in the PGmoney class in the conversion routines over 27 years ago
Michael Meskes f9f458be10 *** empty log message *** 27 years ago
Tom Lane a431aaec44 Export include/utils/mcxt.h so that external stuff can include 27 years ago
Michael Meskes 6f66fd8c2e *** empty log message *** 27 years ago
Michael Meskes 03842eb03b *** empty log message *** 27 years ago
Michael Meskes 9db6b7f3f7 *** empty log message *** 27 years ago
Marc G. Fournier d077c61492 From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Marc G. Fournier fa9db42a6e From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Bruce Momjian 1ed5cbbfd8 Final optimizer cleanups. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Marc G. Fournier ae4a40dc26 From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Marc G. Fournier bf6636baa6 From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Tom Lane 3eb22085b5 OOPS ... Perl5 interface to PQsetdbLogin was actually 27 years ago
Bruce Momjian b4e7510e09 Enable bushy and right-hand queries by default. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Tom Lane 847da1a1ee Remove Perl module's unnecessary dependence on libpq-int.h. 27 years ago
Tom Lane 45ff93c460 Include -lcrypt when needed to link libpgtcl.so and plpgsql.so 27 years ago
Tom Lane fa0f24165c Add PQresStatus() function to avoid direct access to pgresStatus[] array, 27 years ago
Bruce Momjian f962514403 Reverse out const to libpq interface from D'Arcy. 27 years ago