Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add blank line before #endif to #endif's at the end of the file. | Bruce Momjian | 2001-10-25 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add slash for comment spacing, for Tom. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add comment spaces for trailing ) and comment. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add spacing for single-line comments with trailing semicolon _and_ | Bruce Momjian | 2001-10-25 |
| | | | | comma, per Tom. | ||
* | Remove <> from FAQ_MSWIN, for Vince. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane | 2001-10-25 |
| | | | | | breaking existing pg_dump scripts, which try to assign the result of count(*) to an int2 variable. catversion bumped. | ||
* | Add missing output routine for FkConstraint nodes. | Tom Lane | 2001-10-25 |
| | |||
* | bmake sure that configure is tags as 7.2b1 now instead of 7.2devel | PostgreSQL Daemon | 2001-10-25 |
| | |||
* | Code cleanup.REL7_2_BETA1 | Bruce Momjian | 2001-10-25 |
| | |||
* | pgjindent jdbc files. First time jdbc files were formatted. | Bruce Momjian | 2001-10-25 |
| | |||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | Update to prevent CATALOG() from wrapping. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add current typedef symbols to pgindent. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add do { ... } while (0) to more bad macros. | Bruce Momjian | 2001-10-25 |
| | |||
* | Add more missing 'do { ... } while (0)' in missing macros. Without it, | Bruce Momjian | 2001-10-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | these macros fail in if/else cases: #define X \ { \ ... \ } { if (...) X; else ... } with proper setup: #define X \ do { \ ... \ } while (0) it works fine. | ||
* | Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs | Bruce Momjian | 2001-10-25 |
| | | | | script. | ||
* | Include locale.h before undefining gettext() to avoid compilation errors | Peter Eisentraut | 2001-10-24 |
| | | | | | | on Solaris. per report from Lee Kindness, 2001-10-23 | ||
* | All three *.po patches applied. | Bruce Momjian | 2001-10-24 |
| | | | | forth@pagic.net | ||
* | Here is a patch for DatabaseMetaData to show precision properly. It is | Bruce Momjian | 2001-10-24 |
| | | | | from Mark Lillywhite. I am adding to the patch queue. | ||
* | Allow 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-24 |
| | |||
* | fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ↵ | Barry Lind | 2001-10-24 |
| | | | | 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 | ||
* | Update TODO list. | Bruce Momjian | 2001-10-24 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-10-23 |
| | |||
* | Editorial work on descriptions of options. | Tom Lane | 2001-10-23 |
| | |||
* | Forbid the switch combination --clean --create, which is pointless | Tom Lane | 2001-10-23 |
| | | | | | | (why bother dropping individual objects in a just-created database?) as well as dangerous (as the code stands, the drops will be issued in the wrong database, namely the one you were originally connected to). | ||
* | Document range restriction on bit values used in INTERVAL typmod. | Tom Lane | 2001-10-23 |
| | |||
* | Add support for INTERVAL's new typmod values to format_type. | Tom Lane | 2001-10-23 |
| | |||
* | Fix foreign keys on system columns. | Tom Lane | 2001-10-23 |
| | |||
* | Make SPI's column-accessing functions work for system columns as well as | Tom Lane | 2001-10-23 |
| | | | | user columns. Needed for foreign keys on OID, but useful in general. | ||
* | Move ALL out of UNION|INTERSECT|EXCEPT syntax. | Bruce Momjian | 2001-10-23 |
| | | | | Alvaro Herrera | ||
* | Update TODO list. | Bruce Momjian | 2001-10-23 |
| | |||
* | Update TODO list. | Bruce Momjian | 2001-10-23 |
| | |||
* | Now I had them reversed. Wow that syntax is error-prone. | Bruce Momjian | 2001-10-23 |
| | |||
* | Syntax fix. Can't use #ifdef in gram.y. | Bruce Momjian | 2001-10-23 |
| | |||
* | Back out LIMIT #,# removal and mark it as to-be-removed in 7.3. | Bruce Momjian | 2001-10-23 |
| | |||
* | Add error checking to PageRepairFragmentation to ensure that it can | Tom Lane | 2001-10-23 |
| | | | | | | never overwrite adjacent pages with copied data, even if page header and/or item pointers are already corrupt. Change inspired by trouble report from Alvaro Herrera. | ||
* | Add note explaining that multiple prompts for a password are normal | Tom Lane | 2001-10-22 |
| | | | | behavior when password auth is used. | ||
* | Cause transformIndexConstraints() to do the right thing with requests | Tom Lane | 2001-10-22 |
| | | | | for indexes on system columns. Per complaint from Peter. | ||
* | Consolidate tables of known system attributes into one table. | Tom Lane | 2001-10-22 |
| | |||
* | Update for latest fixes. | Tom Lane | 2001-10-22 |
| | |||
* | Further cleanup of ps_status setup code. On platforms where the | Tom Lane | 2001-10-22 |
| | | | | | | | | environment strings need to be moved around, do so when called from initial startup (main.c), not in init_ps_status. This eliminates the former risk of invalidating saved environment-string pointers, since no code has yet had a chance to grab any such pointers when main.c is running. | ||
* | Add defenses against invalid operator names passed in CREATE OPERATOR | Tom Lane | 2001-10-22 |
| | | | | | arguments (where the parser doesn't check them already). Minor code cleanups too. | ||
* | Rebuild cached function definition after CREATE OR REPLACE FUNCTION. | Tom Lane | 2001-10-22 |
| | | | | Fix typlen-vs-typmod errors inherited from pltcl. | ||
* | Generate correct syntax for DROP OPERATOR with unary operators. | Tom Lane | 2001-10-22 |
| | |||
* | Add ecpg items to HISTORY file. | Bruce Momjian | 2001-10-22 |
| | |||
* | Make the CREATE TABLE ref page more readable and update some information. | Peter Eisentraut | 2001-10-22 |
| | |||
* | synced preproc.y with gram.y | Michael Meskes | 2001-10-22 |
| | |||
* | Fix FindExec() for case where executable is found via a relative path | Tom Lane | 2001-10-21 |
| | | | | in .:/home/postgres/testversion/bin:/opt/perl5.6.1/bin:/home/postgres/bin:/usr/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/upgrade/bin:/opt/CC/bin:/opt/langtools/bin:/opt/graphics/phigs/bin:/opt/java/bin:/bin:/opt/imake/bin:/opt/hparray/bin:/opt/aCC/bin:/opt/lrom/bin:/usr/local/nmh/bin:. (I suppose the only common case for this is '.'). |