aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Produce a somewhat-useful error message, namelyTom Lane2002-08-29
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-29
* Fix ruleutils to dump column definition lists for anonymous record typesTom Lane2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Initial Spanish translation from Karim Mribti <karim@inlosa.com>Peter Eisentraut2002-08-28
* Remove TIOGA files from CVS current; they remain in repositiry.Bruce Momjian2002-08-28
* This trivial patches fixes the error message returned by CREATE INDEXBruce Momjian2002-08-28
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* The following small patch provides a couple of minor updates (againstBruce Momjian2002-08-28
* Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and asBruce Momjian2002-08-28
* Bring comments back in sync with code.Tom Lane2002-08-27
* Throw error on pg_atoi(''), regression adjustments.Bruce Momjian2002-08-27
* The attached patch implements the password packet length sanity checkBruce Momjian2002-08-27
* Add most of Neil Conway's cleanups.Bruce Momjian2002-08-27
* Add fsm sizes.Bruce Momjian2002-08-27
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* This patch updates the lock listing code to use Joe Conway's newBruce Momjian2002-08-27
* This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian2002-08-27
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-27
* Add to skip list in check_gucBruce Momjian2002-08-27
* Comment cleanup.Bruce Momjian2002-08-27
* Script cleanups.Bruce Momjian2002-08-27
* Clean up script.Bruce Momjian2002-08-27
* Add check_guc utility to compare guc.c and postgresql.conf.sample.Bruce Momjian2002-08-27
* Fix units in postgresql.conf.Bruce Momjian2002-08-27
* Add units to postgresql.conf file.Bruce Momjian2002-08-26
* Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observationTom Lane2002-08-26
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Add Bob Devine's name to the optimizer README.Bruce Momjian2002-08-25
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-23
* Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane2002-08-22
* Commit updated repeat() patch, from Neil ConwayBruce Momjian2002-08-22
* This patch should fix the problem. Doesn't include my previous patchBruce Momjian2002-08-22
* repeat() fix:Bruce Momjian2002-08-22
* # Disallow TRUNCATE on tables that are involved in referentialBruce Momjian2002-08-22
* As suggested by Tom, this patch restricts the right-hand argument ofBruce Momjian2002-08-22
* Add:Bruce Momjian2002-08-22
* Remove erroneous character from Makefile due to editor error.Bruce Momjian2002-08-22
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Changes made so new conversion Makefiles will build out of the source tree.Bruce Momjian2002-08-21
* Move PO files into subdirectories separate from the source code.Peter Eisentraut2002-08-21
* Increase buffer size in cash_words(). Pure paranoia; I don't think theTom Lane2002-08-20
* Allow pg_statistics to be reset by calling pg_stat_reset().Bruce Momjian2002-08-20
* Add current_database().Bruce Momjian2002-08-20
* Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane2002-08-19
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-19
* Fix bug in pg_convert() per report from MaC.Yui.Tatsuo Ishii2002-08-19
* Clean up leftover bugs from recent COPY feature patch --- missedTom Lane2002-08-19