summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-24"time" is now a reserved keyword(changed to "mtime").Tatsuo Ishii
2001-10-24fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ...Barry Lind
2001-10-24Update TODO list.Bruce Momjian
2001-10-23Update TODO list.Bruce Momjian
2001-10-23Editorial work on descriptions of options.Tom Lane
2001-10-23Forbid the switch combination --clean --create, which is pointlessTom Lane
2001-10-23Document range restriction on bit values used in INTERVAL typmod.Tom Lane
2001-10-23Add support for INTERVAL's new typmod values to format_type.Tom Lane
2001-10-23Fix foreign keys on system columns.Tom Lane
2001-10-23Make SPI's column-accessing functions work for system columns as well asTom Lane
2001-10-23Move ALL out of UNION|INTERSECT|EXCEPT syntax.Bruce Momjian
2001-10-23Update TODO list.Bruce Momjian
2001-10-23Update TODO list.Bruce Momjian
2001-10-23Now I had them reversed. Wow that syntax is error-prone.Bruce Momjian
2001-10-23Syntax fix. Can't use #ifdef in gram.y.Bruce Momjian
2001-10-23Back out LIMIT #,# removal and mark it as to-be-removed in 7.3.Bruce Momjian
2001-10-23Add error checking to PageRepairFragmentation to ensure that it canTom Lane
2001-10-22Add note explaining that multiple prompts for a password are normalTom Lane
2001-10-22Cause transformIndexConstraints() to do the right thing with requestsTom Lane
2001-10-22Consolidate tables of known system attributes into one table.Tom Lane
2001-10-22Update for latest fixes.Tom Lane
2001-10-22Further cleanup of ps_status setup code. On platforms where theTom Lane
2001-10-22Add defenses against invalid operator names passed in CREATE OPERATORTom Lane
2001-10-22Rebuild cached function definition after CREATE OR REPLACE FUNCTION.Tom Lane
2001-10-22Generate correct syntax for DROP OPERATOR with unary operators.Tom Lane
2001-10-22Add ecpg items to HISTORY file.Bruce Momjian
2001-10-22Make the CREATE TABLE ref page more readable and update some information.Peter Eisentraut
2001-10-22synced preproc.y with gram.yMichael Meskes
2001-10-21Fix FindExec() for case where executable is found via a relative pathTom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-20Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane
2001-10-20Change LIMIT #,# error message to be more generic.Bruce Momjian
2001-10-20Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian
2001-10-20Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart
2001-10-19Fix plperl to discard cached function definition after CREATE ORTom Lane
2001-10-19Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane
2001-10-19Fix a lot of confusion between typlen and typmod. Didn't hurt too muchTom Lane
2001-10-19Set optreset on platforms that have it before launching postmasterTom Lane
2001-10-19Ensure that all startup paths (postmaster, standalone postgres, orTom Lane
2001-10-19Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane
2001-10-19Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 usingBruce Momjian
2001-10-19> This stops the interface from leaking the row tuples (and thus theBruce Momjian
2001-10-19Update TODO list.Bruce Momjian
2001-10-19removed "not fully implemented" warning for nullifMichael Meskes
2001-10-19Change SC_fetch() to not retrieve data in case theHiroshi Inoue
2001-10-19Fix pltcl to update cached function def afterTom Lane
2001-10-19Update TODO list.Bruce Momjian
2001-10-19Typo.Tom Lane
2001-10-19Move init_ps_display from postgres.c to postmaster.c, putting itTom Lane
2001-10-18Spell 'between' correctly, clean up spacing in error messages.Tom Lane