summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-08-29Change FreeBSD to use -O2, important for MemSet.Bruce Momjian
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-29Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane
2002-08-29Cause REINDEX to regard TOAST tables as regular relations, not systemTom Lane
2002-08-29Remove MULTIBYTETatsuo Ishii
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-29Rephrase 'Cannot insert into a view' and related messages, perTom Lane
2002-08-29update mbregress expected filesTatsuo Ishii
2002-08-29Produce a somewhat-useful error message, namelyTom Lane
2002-08-29FOUND patch was a bit over-enthusiastic: SQL commands that are notTom Lane
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-08-29Fix ruleutils to dump column definition lists for anonymous record typesTom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28Initial Spanish translation from Karim Mribti <karim@inlosa.com>Peter Eisentraut
2002-08-28Updates from Dennis BjorklundPeter Eisentraut
2002-08-28Break up the long usage messages in pg_dump and pg_restore andPeter Eisentraut
2002-08-28Remove TIOGA files from CVS current; they remain in repositiry.Bruce Momjian
2002-08-28This trivial patches fixes the error message returned by CREATE INDEXBruce Momjian
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-08-28This is a quick patch to fix a crash in pgquery_dictresult() introducedBruce Momjian
2002-08-28The following small patch provides a couple of minor updates (againstBruce Momjian
2002-08-28Dump ALTER DATABASE/USER ... SET ...Peter Eisentraut
2002-08-28Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and asBruce Momjian
2002-08-27Fix compile warning.Tom Lane
2002-08-27Flush output streams before calling pg_dump subprocess.Peter Eisentraut
2002-08-27Disable use of -c and -a together in pg_dump; they don't make sense together.Bruce Momjian
2002-08-27Bring comments back in sync with code.Tom Lane
2002-08-27Throw error on pg_atoi(''), regression adjustments.Bruce Momjian
2002-08-27Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut
2002-08-27Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut
2002-08-27Add '+' mention in \? help. More clean of \? to do.Bruce Momjian
2002-08-27Make change for pg_locks table.Bruce Momjian
2002-08-27The attached patch implements the password packet length sanity checkBruce Momjian
2002-08-27Add most of Neil Conway's cleanups.Bruce Momjian
2002-08-27More connection timeout cleanups.Bruce Momjian
2002-08-27Cleanup of libpq connection timeout code.Bruce Momjian
2002-08-27Add fsm sizes.Bruce Momjian
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-27This patch updates the lock listing code to use Joe Conway's newBruce Momjian
2002-08-27This is a 2 line patch to src/interfaces/perl5/GNUMakefile that fixesBruce Momjian
2002-08-27This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian
2002-08-27I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian
2002-08-27Add to skip list in check_gucBruce Momjian
2002-08-27Comment cleanup.Bruce Momjian
2002-08-27Script cleanups.Bruce Momjian
2002-08-27Clean up script.Bruce Momjian
2002-08-27Add check_guc utility to compare guc.c and postgresql.conf.sample.Bruce Momjian
2002-08-27Fix units in postgresql.conf.Bruce Momjian
2002-08-26Add units to postgresql.conf file.Bruce Momjian
2002-08-26Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observationTom Lane