summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-25Add Bob Devine's name to the optimizer README.Bruce Momjian
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-23Enhancements to how queries with bind values are stored internally and sent toBarry Lind
2002-08-23Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane
2002-08-22Since the plpgsql test has been part of the standard regression testsTom Lane
2002-08-22Transpose info from src/pl/plpgsql/test/README into standard regression test ...Tom Lane
2002-08-22Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier
2002-08-22Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers.Tom Lane