| Age | Commit message (Expand) | Author |
| 2001-10-25 | Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs | Bruce Momjian |
| 2001-10-24 | Include locale.h before undefining gettext() to avoid compilation errors | Peter Eisentraut |
| 2001-10-24 | All three *.po patches applied. | Bruce Momjian |
| 2001-10-24 | Here is a patch for DatabaseMetaData to show precision properly. It is | Bruce Momjian |
| 2001-10-24 | Allow concurrent index creation for the same table. | Hiroshi Inoue |
| 2001-10-24 | fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ... | Barry Lind |
| 2001-10-23 | Forbid the switch combination --clean --create, which is pointless | Tom Lane |
| 2001-10-23 | 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 | 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-22 | Cause transformIndexConstraints() to do the right thing with requests | Tom Lane |
| 2001-10-22 | 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 | Add defenses against invalid operator names passed in CREATE OPERATOR | Tom Lane |
| 2001-10-22 | Rebuild cached function definition after CREATE OR REPLACE FUNCTION. | Tom Lane |
| 2001-10-22 | Generate correct syntax for DROP OPERATOR with unary operators. | Tom Lane |
| 2001-10-22 | synced preproc.y with gram.y | Michael Meskes |
| 2001-10-21 | Fix FindExec() for case where executable is found via a relative path | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-20 | Revert change to autodetect '__getopt_initialized' variable ... turns | Tom Lane |
| 2001-10-20 | Change LIMIT #,# error message to be more generic. | Bruce Momjian |
| 2001-10-20 | Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. | Bruce Momjian |
| 2001-10-20 | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart |
| 2001-10-19 | Fix plperl to discard cached function definition after CREATE OR | Tom Lane |
| 2001-10-19 | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane |
| 2001-10-19 | Fix a lot of confusion between typlen and typmod. Didn't hurt too much | Tom Lane |
| 2001-10-19 | Set optreset on platforms that have it before launching postmaster | Tom Lane |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane |
| 2001-10-19 | Rename macro arg to avoid useless compiler warning when building plperl. | Tom Lane |
| 2001-10-19 | > This stops the interface from leaking the row tuples (and thus the | Bruce Momjian |
| 2001-10-19 | removed "not fully implemented" warning for nullif | Michael Meskes |
| 2001-10-19 | Change SC_fetch() to not retrieve data in case the | Hiroshi Inoue |
| 2001-10-19 | Fix pltcl to update cached function def after | Tom Lane |
| 2001-10-19 | Move init_ps_display from postgres.c to postmaster.c, putting it | Tom Lane |
| 2001-10-18 | Spell 'between' correctly, clean up spacing in error messages. | Tom Lane |
| 2001-10-18 | Fix memory leakage when sending notice messages to client. | Tom Lane |
| 2001-10-18 | Fix authentication so that it doesn't record an extra 'Password | Tom Lane |
| 2001-10-18 | Add STATUS_EOF value needed for auth.c. Remove a bunch of unused | Tom Lane |
| 2001-10-18 | Fix several problems with simple_prompt() --- the nastiest being that | Tom Lane |
| 2001-10-18 | Document all the ecpg error codes. | Bruce Momjian |
| 2001-10-18 | Update for new expected results. | Tom Lane |
| 2001-10-18 | Didn't compile on non-HAVE_TM_ZONE machines. | Tom Lane |
| 2001-10-18 | Repair missing brace in HAVE_INT_TIMEZONE case. | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |