summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-08-29Rephrase 'Cannot insert into a view' and related messages, perTom Lane
2002-08-29Produce a somewhat-useful error message, namelyTom 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-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-28The following small patch provides a couple of minor updates (againstBruce Momjian
2002-08-28Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and asBruce 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-27The attached patch implements the password packet length sanity checkBruce Momjian
2002-08-27Add most of Neil Conway's cleanups.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 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-23Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom 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-22Add:Bruce Momjian
2002-08-22Remove erroneous character from Makefile due to editor error.Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
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-20Increase buffer size in cash_words(). Pure paranoia; I don't think theTom Lane
2002-08-20Allow pg_statistics to be reset by calling pg_stat_reset().Bruce Momjian
2002-08-20Add current_database().Bruce Momjian
2002-08-19Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane
2002-08-19Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane
2002-08-19Fix bug in pg_convert() per report from MaC.Yui.Tatsuo Ishii