summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-10-25Add missing "do { ... } while(0)" in ODBC macros and add find_baddefsBruce Momjian
2001-10-24Include locale.h before undefining gettext() to avoid compilation errorsPeter Eisentraut
2001-10-24All three *.po patches applied.Bruce Momjian
2001-10-24Here is a patch for DatabaseMetaData to show precision properly. It isBruce Momjian
2001-10-24Allow concurrent index creation for the same table.Hiroshi Inoue
2001-10-24fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ...Barry Lind
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-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-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-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-19> This stops the interface from leaking the row tuples (and thus theBruce 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-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
2001-10-18Fix memory leakage when sending notice messages to client.Tom Lane
2001-10-18Fix authentication so that it doesn't record an extra 'PasswordTom Lane
2001-10-18Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane
2001-10-18Fix several problems with simple_prompt() --- the nastiest being thatTom Lane
2001-10-18Document all the ecpg error codes.Bruce Momjian
2001-10-18Update for new expected results.Tom Lane
2001-10-18Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane
2001-10-18Repair missing brace in HAVE_INT_TIMEZONE case.Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart