aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Improve error message for cp or rm failur during create/drop database,Tom Lane2003-09-10
* Add HINT if CREATE FUNCTION specifies a valid language, but the languageBruce Momjian2003-09-10
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Update comments about how locale settings are handled.Tom Lane2003-09-09
* Avoid using s_addr as a local variable name, to work around brokenTom Lane2003-09-08
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Remove check on source address of a statistics packet. Check was brokenTom Lane2003-09-07
* Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane2003-09-07
* load_file() has to remove pre-existing shlibs that match the new fileTom Lane2003-09-07
* Make all valid uses of the COLLATE clause yield the same result: a syntaxPeter Eisentraut2003-09-06
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-05
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-05