Commit Graph

11122 Commits (6783b2372ef13c141649840a836ff0a954ea1d4d)
 

Author SHA1 Message Date
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian c29797deeb Add code to trip trailing newlines in a file. 24 years ago
Bruce Momjian 5ef74fe593 Correct fix for indenting. 24 years ago
Tom Lane 6b0be33446 Update WAL configuration discussion to reflect post-7.1 tweaking. 24 years ago
Tom Lane 8394e4723a More cleanup of CREATE FUNCTION examples. 24 years ago
Tom Lane 8dcf998dd1 Remove no-longer-needed dependencies on DLSUFFIX. 24 years ago
Tom Lane 62651c0176 Editorial work on xfunc chapter --- better explanations about SQL 24 years ago
Bruce Momjian b93939a6a7 Adjust NR tests. More accurate. 24 years ago
Bruce Momjian 8c1f4e574b Add code to not indent enum, per Tom Lane. 24 years ago
Bruce Momjian 99a9f2f6f4 Add ODBC typedefs. 24 years ago
Bruce Momjian effeef8a32 Update TODO list. 24 years ago
Barry Lind b75e1752f0 updates to jdbc documentation for 7.2 24 years ago
Tom Lane 40ce3a93f1 Remove 294 reduce/reduce conflicts. 24 years ago
Tom Lane 22d9e91219 Fix a couple of places where lack of parenthesization of a cast 24 years ago
Bruce Momjian 73c5ad9337 Mention pgindent/pgjindent. 24 years ago
Bruce Momjian 7ebf6cb720 Final update of HISTORY. 24 years ago
Bruce Momjian 80b9a00439 Add blank line before #endif to #endif's at the end of the file. 24 years ago
Bruce Momjian bac0d2d2cd Update TODO list. 24 years ago
Bruce Momjian 3231341eed Add slash for comment spacing, for Tom. 24 years ago
Bruce Momjian 81d9a9674e Add comment spaces for trailing ) and comment. 24 years ago
Bruce Momjian cae059ba5e Add spacing for single-line comments with trailing semicolon _and_ 24 years ago
Bruce Momjian b6b028c7b7 Remove <> from FAQ_MSWIN, for Vince. 24 years ago
Tom Lane a0cd991987 Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid 24 years ago
Tom Lane 92e8282229 Add missing output routine for FkConstraint nodes. 24 years ago
PostgreSQL Daemon 1f42f1da4e bmake sure that configure is tags as 7.2b1 now instead of 7.2devel 24 years ago
Bruce Momjian 05584c9660 Code cleanup. 24 years ago
Bruce Momjian d2e27b0674 pgjindent jdbc files. First time jdbc files were formatted. 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Bruce Momjian 59da2105d8 Update to prevent CATALOG() from wrapping. 24 years ago
Bruce Momjian bbc7491de1 Add current typedef symbols to pgindent. 24 years ago
Bruce Momjian fde8edaf53 Add do { ... } while (0) to more bad macros. 24 years ago
Bruce Momjian b4a57b0648 Add more missing 'do { ... } while (0)' in missing macros. Without it, 24 years ago
Bruce Momjian 309a04f5b8 Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs 24 years ago
Peter Eisentraut 8b4d5c7575 Include locale.h before undefining gettext() to avoid compilation errors 24 years ago
Bruce Momjian 6f6d16ab25 All three *.po patches applied. 24 years ago
Bruce Momjian cabe9896bc Here is a patch for DatabaseMetaData to show precision properly. It is 24 years ago
Hiroshi Inoue 0450331526 Allow concurrent index creation for the same table. 24 years ago
Tatsuo Ishii f8aa02eb85 "time" is now a reserved keyword(changed to "mtime"). 24 years ago
Barry Lind 97ab49beb0 fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported by tom_falconer@lineone.net. On Sept 7th, he sent a test case to the list demonstrating the bug. His test case now works successfully with this patch 24 years ago
Bruce Momjian bd39e0c0d7 Update TODO list. 24 years ago
Bruce Momjian 0fe571676a Update TODO list. 24 years ago
Tom Lane 92e1b7431f Editorial work on descriptions of options. 24 years ago
Tom Lane b662e321c5 Forbid the switch combination --clean --create, which is pointless 24 years ago
Tom Lane 2628d9b3a4 Document range restriction on bit values used in INTERVAL typmod. 24 years ago
Tom Lane d0667af926 Add support for INTERVAL's new typmod values to format_type. 24 years ago
Tom Lane 01b73d3f27 Fix foreign keys on system columns. 24 years ago
Tom Lane 57dd2ce78a Make SPI's column-accessing functions work for system columns as well as 24 years ago
Bruce Momjian 3e76c9aaa5 Move ALL out of UNION|INTERSECT|EXCEPT syntax. 24 years ago
Bruce Momjian 749fe03f7b Update TODO list. 24 years ago
Bruce Momjian 9c6e543f73 Update TODO list. 24 years ago