aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* The brackets aren't put on the CHECK constraints properly.Bruce Momjian2003-09-29
* This patch fixes an obvious bug in the "should I print the duration ofBruce Momjian2003-09-29
* I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStringsBruce Momjian2003-09-29
* Adjust the new Norwegian translation for some of the easier messagePeter Eisentraut2003-09-29
* Eliminate another gratuitous message wording difference.Peter Eisentraut2003-09-29
* New Norwegian translation by Trond Endrestøl, actually made for 7.3, butPeter Eisentraut2003-09-29
* New translationsPeter Eisentraut2003-09-29
* Fix broken definition of :print: character class, per Bruno Wolff.Tom Lane2003-09-29
* Translation updatePeter Eisentraut2003-09-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane2003-09-28
* Now that we have UPDATE tab SET col = DEFAULT, get rid of horrid hackTom Lane2003-09-28
* Fix typo in message.Tom Lane2003-09-27
* You can't NLS-enable a program component by just putting gettext() aroundPeter Eisentraut2003-09-27
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Translation updatePeter Eisentraut2003-09-26
* Fix tid scan evaluation of non-constant TID values; can't try to do itTom Lane2003-09-26
* Make the world safe (more or less) for dropped columns in plpgsql rowtypes.Tom Lane2003-09-25
* tlist_matches_tupdesc() needs to defend itself against dropped columns.Tom Lane2003-09-25
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Fix grammatical error introduced into error message.Tom Lane2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Tweak generic_type_consistency routines to avoid loss of functionalityTom Lane2003-09-23
* _SPI_cursor_operation forgot to check for failure return fromTom Lane2003-09-23
* Putting back the previous change must be the first thing.Hiroshi Inoue2003-09-23
* HeapTupleSatisfiesVacuum() needs to be more careful about theTom Lane2003-09-22
* Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane2003-09-21
* Fix a batch of speling misteaks identified by Peter's spell-checker tool.Tom Lane2003-09-20
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-19
* Seems like a bad idea that REINDEX TABLE supports (or thinks it does)Tom Lane2003-09-19
* Disallow converting a table to a view if it has triggers, indexes, orTom Lane2003-09-17
* Since SPI_modifytuple's natts argument is the number of attributes to beTom Lane2003-09-16
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* Improve a couple of error messages per suggestions from Alvaro Herrera.Tom Lane2003-09-15
* Translation updatesPeter Eisentraut2003-09-15
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-15
* Run distprep target before creating list of files that contain translatablePeter Eisentraut2003-09-14
* Reconsider placement of MemoryContextCheck() call --- do after commit,Tom Lane2003-09-14
* Avoid corner cases where aset.c would unnecessarily make malloc()Tom Lane2003-09-13
* Okay, I've had it with mktime() bugs. While chasing Torello Querci'sTom Lane2003-09-13
* When I sent in the sslmode patch I forgot to update theBruce Momjian2003-09-13
* Revert to our pre-7.4 behavior of identifying Unix-socket connections inTom Lane2003-09-12
* Someone (possibly me) foolishly reduced the response for failingTom Lane2003-09-12
* Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment.Bruce Momjian2003-09-12
* Message in the other exit from acquire_sample_rows(), as per updateTom Lane2003-09-11
* Try to make recently-added analyze log message look something likeTom Lane2003-09-11
* Consistenly lowercase GUC variable names, in docs and error messages.Bruce Momjian2003-09-11
* Fix missed message update, per Alvaro Herrera.Tom Lane2003-09-11