Commit Graph

11094 Commits (59da2105d8e6d95345b3b942a2e2aba8cead4838)
 

Author SHA1 Message Date
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
Tom Lane 6ec5eaad3b Fix FindExec() for case where executable is found via a relative path 25 years ago
Tom Lane b2e92a712e Fix getopt-vs-init_ps_display problem by copying original argv[] info, 25 years ago
Tom Lane 2b7206a993 Revert change to autodetect '__getopt_initialized' variable ... turns 25 years ago
Bruce Momjian bb8f8e6279 Change LIMIT #,# error message to be more generic. 25 years ago
Bruce Momjian f363b3177d Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. 25 years ago
Thomas G. Lockhart 424d9389d6 Fix transposed arguments for typmod for one INTERVAL production. 25 years ago
Tom Lane 3a484d9e99 Fix plperl to discard cached function definition after CREATE OR 25 years ago
Tom Lane 379268aa62 Proper fix for glibc getopt() botch. Surprising we did not see this 25 years ago
Tom Lane 58f6b951c2 Fix a lot of confusion between typlen and typmod. Didn't hurt too much 25 years ago
Tom Lane 861a679fc1 Set optreset on platforms that have it before launching postmaster 25 years ago
Tom Lane 6430e6e283 Ensure that all startup paths (postmaster, standalone postgres, or 25 years ago
Tom Lane 3d510653a4 Rename macro arg to avoid useless compiler warning when building plperl. 25 years ago
Bruce Momjian 2e65523f4f Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 using 25 years ago