Commit Graph

11307 Commits (306798ded52cfd72e4fa7c0923c94de8b07bd739)
 

Author SHA1 Message Date
Bruce Momjian 7ebf6cb720 Final update of HISTORY. 25 years ago
Bruce Momjian 80b9a00439 Add blank line before #endif to #endif's at the end of the file. 25 years ago
Bruce Momjian bac0d2d2cd Update TODO list. 25 years ago
Bruce Momjian 3231341eed Add slash for comment spacing, for Tom. 25 years ago
Bruce Momjian 81d9a9674e Add comment spaces for trailing ) and comment. 25 years ago
Bruce Momjian cae059ba5e Add spacing for single-line comments with trailing semicolon _and_ 25 years ago
Bruce Momjian b6b028c7b7 Remove <> from FAQ_MSWIN, for Vince. 25 years ago
Tom Lane a0cd991987 Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid 25 years ago
Tom Lane 92e8282229 Add missing output routine for FkConstraint nodes. 25 years ago
PostgreSQL Daemon 1f42f1da4e bmake sure that configure is tags as 7.2b1 now instead of 7.2devel 25 years ago
Bruce Momjian 05584c9660 Code cleanup. 25 years ago
Bruce Momjian d2e27b0674 pgjindent jdbc files. First time jdbc files were formatted. 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Bruce Momjian 59da2105d8 Update to prevent CATALOG() from wrapping. 25 years ago
Bruce Momjian bbc7491de1 Add current typedef symbols to pgindent. 25 years ago
Bruce Momjian fde8edaf53 Add do { ... } while (0) to more bad macros. 25 years ago
Bruce Momjian b4a57b0648 Add more missing 'do { ... } while (0)' in missing macros. Without it, 25 years ago
Bruce Momjian 309a04f5b8 Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs 25 years ago
Peter Eisentraut 8b4d5c7575 Include locale.h before undefining gettext() to avoid compilation errors 25 years ago
Bruce Momjian 6f6d16ab25 All three *.po patches applied. 25 years ago
Bruce Momjian cabe9896bc Here is a patch for DatabaseMetaData to show precision properly. It is 25 years ago
Hiroshi Inoue 0450331526 Allow concurrent index creation for the same table. 25 years ago
Tatsuo Ishii f8aa02eb85 "time" is now a reserved keyword(changed to "mtime"). 25 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 25 years ago
Bruce Momjian bd39e0c0d7 Update TODO list. 25 years ago
Bruce Momjian 0fe571676a Update TODO list. 25 years ago
Tom Lane 92e1b7431f Editorial work on descriptions of options. 25 years ago
Tom Lane b662e321c5 Forbid the switch combination --clean --create, which is pointless 25 years ago
Tom Lane 2628d9b3a4 Document range restriction on bit values used in INTERVAL typmod. 25 years ago
Tom Lane d0667af926 Add support for INTERVAL's new typmod values to format_type. 25 years ago
Tom Lane 01b73d3f27 Fix foreign keys on system columns. 25 years ago
Tom Lane 57dd2ce78a Make SPI's column-accessing functions work for system columns as well as 25 years ago
Bruce Momjian 3e76c9aaa5 Move ALL out of UNION|INTERSECT|EXCEPT syntax. 25 years ago
Bruce Momjian 749fe03f7b Update TODO list. 25 years ago
Bruce Momjian 9c6e543f73 Update TODO list. 25 years ago
Bruce Momjian 8dded696e6 Now I had them reversed. Wow that syntax is error-prone. 25 years ago
Bruce Momjian caafc1c5cc Syntax fix. Can't use #ifdef in gram.y. 25 years ago
Bruce Momjian e1ce520c09 Back out LIMIT #,# removal and mark it as to-be-removed in 7.3. 25 years ago
Tom Lane 087771ae40 Add error checking to PageRepairFragmentation to ensure that it can 25 years ago
Tom Lane 453f3503f3 Add note explaining that multiple prompts for a password are normal 25 years ago
Tom Lane dab708ea08 Cause transformIndexConstraints() to do the right thing with requests 25 years ago
Tom Lane c59839ac6d Consolidate tables of known system attributes into one table. 25 years ago
Tom Lane b00c6c841f Update for latest fixes. 25 years ago
Tom Lane 94daee3cb7 Further cleanup of ps_status setup code. On platforms where the 25 years ago
Tom Lane a19f2605ed Add defenses against invalid operator names passed in CREATE OPERATOR 25 years ago
Tom Lane 970a2d1c91 Rebuild cached function definition after CREATE OR REPLACE FUNCTION. 25 years ago
Tom Lane b2e859a4fe Generate correct syntax for DROP OPERATOR with unary operators. 25 years ago
Bruce Momjian b5ab19a610 Add ecpg items to HISTORY file. 25 years ago
Peter Eisentraut f08c9ff84b Make the CREATE TABLE ref page more readable and update some information. 25 years ago
Michael Meskes e97fe98c36 synced preproc.y with gram.y 25 years ago