summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2002-08-22Fixed-size buffer in dumpClasses is not big enough anymore given theTom Lane
2002-08-22Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane
2002-08-22Commit updated repeat() patch, from Neil ConwayBruce Momjian
2002-08-22This patch should fix the problem. Doesn't include my previous patchBruce Momjian
2002-08-22repeat() fix:Bruce Momjian
2002-08-22# Disallow TRUNCATE on tables that are involved in referentialBruce Momjian
2002-08-22As suggested by Tom, this patch restricts the right-hand argument ofBruce Momjian
2002-08-22Oops, we got duplicate oids from patches again; pick a unique one.Bruce Momjian
2002-08-22Add:Bruce Momjian
2002-08-22Remove erroneous character from Makefile due to editor error.Bruce Momjian
2002-08-22Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-21Add --help and --version options. Message cleanup. NLS.Peter Eisentraut
2002-08-21Changes made so new conversion Makefiles will build out of the source tree.Bruce Momjian
2002-08-21Move PO files into subdirectories separate from the source code.Peter Eisentraut
2002-08-21Add sys/types.h to common includes.Peter Eisentraut
2002-08-20Use a non-duplicate OID for pg_lock_status.Tom Lane
2002-08-20Enable large file support.Peter Eisentraut
2002-08-20Increase buffer size in cash_words(). Pure paranoia; I don't think theTom Lane
2002-08-20Update expected files for recent changes of domain tests.Tom Lane
2002-08-20This patch improves the behavior of FOUND in PL/PgSQL. In Oracle,Bruce Momjian
2002-08-20- test for indexes on a domainBruce Momjian