summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-30Fix problems with subselects used in GROUP BY expressions, per gripeTom Lane
2001-10-30fixed change in behavior introduced in bytea / getBytes changes. This patch ...Barry Lind
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-30updated patch from Mark Lillywhite per Tom Lane's comments: subtract VARHDRSZ...Barry Lind
2001-10-30applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ...Barry Lind
2001-10-29Add trailing semicolon for Joe ConwayBruce Momjian
2001-10-29Update HISTORY per HACKERS discussion.Bruce Momjian
2001-10-29Add gp->gr_mem != NULL check for Solaris, per Seth HettichBruce Momjian
2001-10-29Check for NULL return from getgrgid(), per Seth HettichBruce Momjian
2001-10-29Fix bug with illegal call to calloc.Tatsuo Ishii
2001-10-29Change position of a check button in multibyte mode.Hiroshi Inoue
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-27Add code to trip trailing newlines in a file.Bruce Momjian
2001-10-27Correct fix for indenting.Bruce Momjian
2001-10-26Update WAL configuration discussion to reflect post-7.1 tweaking.Tom Lane
2001-10-26More cleanup of CREATE FUNCTION examples.Tom Lane
2001-10-26Remove no-longer-needed dependencies on DLSUFFIX.Tom Lane
2001-10-26Editorial work on xfunc chapter --- better explanations about SQLTom Lane
2001-10-26Adjust NR tests. More accurate.Bruce Momjian
2001-10-26Add code to not indent enum, per Tom Lane.Bruce Momjian
2001-10-26Add ODBC typedefs.Bruce Momjian
2001-10-26Update TODO list.Bruce Momjian
2001-10-25updates to jdbc documentation for 7.2Barry Lind
2001-10-25Remove 294 reduce/reduce conflicts.Tom Lane
2001-10-25Fix a couple of places where lack of parenthesization of a castTom Lane
2001-10-25Mention pgindent/pgjindent.Bruce Momjian
2001-10-25Final update of HISTORY.Bruce Momjian
2001-10-25Add blank line before #endif to #endif's at the end of the file.Bruce Momjian
2001-10-25Update TODO list.Bruce Momjian
2001-10-25Add slash for comment spacing, for Tom.Bruce Momjian
2001-10-25Add comment spaces for trailing ) and comment.Bruce Momjian
2001-10-25Add spacing for single-line comments with trailing semicolon _and_Bruce Momjian
2001-10-25Remove <> from FAQ_MSWIN, for Vince.Bruce Momjian
2001-10-25Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane
2001-10-25Add missing output routine for FkConstraint nodes.Tom Lane
2001-10-25bmake sure that configure is tags as 7.2b1 now instead of 7.2develPostgreSQL Daemon
2001-10-25Code cleanup.REL7_2_BETA1Bruce Momjian
2001-10-25pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Update to prevent CATALOG() from wrapping.Bruce Momjian
2001-10-25Add current typedef symbols to pgindent.Bruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-10-25Add more missing 'do { ... } while (0)' in missing macros. Without it,Bruce Momjian
2001-10-25Add missing "do { ... } while(0)" in ODBC macros and add find_baddefsBruce Momjian
2001-10-24Include locale.h before undefining gettext() to avoid compilation errorsPeter Eisentraut
2001-10-24All three *.po patches applied.Bruce Momjian
2001-10-24Here is a patch for DatabaseMetaData to show precision properly. It isBruce Momjian
2001-10-24Allow concurrent index creation for the same table.Hiroshi Inoue
2001-10-24"time" is now a reserved keyword(changed to "mtime").Tatsuo Ishii
2001-10-24fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ...Barry Lind