aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Add missing copyfuncs/equalfuncs entries, including T_Null which hasTom Lane2002-08-19
* Remove optimization whereby parser would make only one sort-list entryTom Lane2002-08-18
* Make CREATE CONSTRAINT TRIGGER check for REFERENCES privilege on bothPeter Eisentraut2002-08-18
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-18
* Code review for 'at character n' patch --- point at proper end ofTom Lane2002-08-18
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17
* Add lock file.Bruce Momjian2002-08-17
* In that case, attached is a patch which locates the beginning of theBruce Momjian2002-08-17
* [ Newest version of patch applied.]Bruce Momjian2002-08-17
* Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian2002-08-17
* Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane2002-08-16
* Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane2002-08-16
* Tom Lane wrote:Bruce Momjian2002-08-15
* Backed out. It is part of a later patch.Bruce Momjian2002-08-15
* Appears there is a problem finding the opclass when indexing a domain.Bruce Momjian2002-08-15
* As discussed on several occasions previously, the new anonymousBruce Momjian2002-08-15
* Really truly enable encrypted passwords by default.Tom Lane2002-08-14
* Enable encrypted passwords by default.Bruce Momjian2002-08-14
* Fix memory leak in SetClientEncoding().Tatsuo Ishii2002-08-14
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-14
* Fix tuple-chain-moving tests to handle marked-for-update tuples correctlyTom Lane2002-08-13
* Make sure that t_ctid is reset to equal t_self in heap_delete andTom Lane2002-08-13
* Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut2002-08-13
* Convert possibly-unsafe sprintf's to snprintf's.Tom Lane2002-08-12