summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-02-18Replace number-of-distinct-values estimator equation, per recentTom Lane
2002-02-18Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian
2002-02-18Disable LIMIT #,# syntax, as agreed to months ago. Print message sayingBruce Momjian
2002-02-18Reorder postgresql.conf WAL section to be clearer.Bruce Momjian
2002-02-18Don't mention TIOGA in Makefile and move strdup.c rule into properBruce Momjian
2002-02-18Add code to preserve paren level display after \g, as submitted months ago.Bruce Momjian
2002-02-18Remove compile warnings in multibute mode.Hiroshi Inoue
2002-02-18Fix param handling of create* admin scripts as described months ago.Bruce Momjian
2002-02-18Add better error text:Bruce Momjian
2002-02-18Add HTML output option to pgcvslog.Bruce Momjian
2002-02-18Fix kanji-coversion key binding. This has been broken since 7.1Tatsuo Ishii
2002-02-18The version is now 7.01.0010.Hiroshi Inoue
2002-02-18Separate info30.c from info.c.Hiroshi Inoue
2002-02-18Add files for ODBC3.0 support.Hiroshi Inoue
2002-02-18Remove ODBC todo, add to main TODO.Bruce Momjian
2002-02-15Remove warning about automatic inclusion of sqlca.Peter Eisentraut
2002-02-14Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane
2002-02-12Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.Tom Lane
2002-02-12Modify COPY TO to emit carriage returns and newlines as backslash escapesTom Lane
2002-02-11Tweak GiST code to work correctly on machines where 8-byte alignmentTom Lane
2002-02-11Fix for old FreeBSD versions that don't have RTLD_GLOBALPeter Eisentraut
2002-02-11Repair problems with EvalPlanQual where target table is scanned asTom Lane
2002-02-11Be more wary about mixed-case database names and user names. GetTom Lane
2002-02-10Don't Assert() that fsync() and close() never fail; I have seen thisTom Lane
2002-02-08Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.Bruce Momjian
2002-02-07pgstat's truncation of query string needs to be multibyte-aware.Tom Lane
2002-02-07Removed a check for REINDEX TABLE.Hiroshi Inoue
2002-02-06Fix failure to reconnect as sequence's owner before issuing setval().Tom Lane
2002-01-30Update Win32-world version number of libpq++.Peter Eisentraut
2002-01-30Add cast to suppress gcc warning on Darwin platform.Tom Lane
2002-01-29updatePeter Eisentraut
2002-01-29Make S/390 TAS spell __inline__ the same way as the other eight GCCTom Lane
2002-01-26Updates from Serguei MokhovPeter Eisentraut
2002-01-25Tweak pg_dump to say GRANT ALL when appropriate, rather than enumeratingTom Lane
2002-01-24Tweak plperl.c to compile against threaded Perls, per report fromTom Lane
2002-01-24pltcl's spi_execp didn't handle NULL arguments quite correctly.Tom Lane
2002-01-24Fix incorrect test for whether Perl code is returning undef. ThisTom Lane
2002-01-24Fix logic error in insert_fsm_page_entry: because compact_fsm_page_listTom Lane
2002-01-23Remove long-obsolete version of pltcl documentation.Tom Lane
2002-01-23Clean up Red Hat Tcl RPM brain-damage in a more reliable way: fix theTom Lane
2002-01-23Added patch to temporarily disable locale for descriptors too (Christof)Michael Meskes
2002-01-22libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane
2002-01-21Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh.Tom Lane
2002-01-20Add IN/EXISTS file.Bruce Momjian
2002-01-18Update from Kova'cs Zolta'nPeter Eisentraut
2002-01-18You might want to run pg_indent on pg_backup_db.c however ...Bruce Momjian
2002-01-18Fixes to getImportedKeys/getExportedKeys from Jason DaviesDave Cramer
2002-01-18Fix pg_restore to handle the 'set max oid' entry correctly in archivesTom Lane
2002-01-18Add missing 'else', per report from sugita@sra.co.jp.Tom Lane
2002-01-18Accept subsequent commits. This should have been just a warning anyway. IMichael Meskes