summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-09-26Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-26Translation updatePeter Eisentraut
2003-09-26Fixed segfault after error in parsing precision argument.Michael Meskes
2003-09-26Fix tid scan evaluation of non-constant TID values; can't try to do itTom Lane
2003-09-25Make the world safe (more or less) for dropped columns in plpgsql rowtypes.Tom Lane
2003-09-25tlist_matches_tupdesc() needs to defend itself against dropped columns.Tom Lane
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-25Fix regression error messages for platforms Peter doesn't use.Tom Lane
2003-09-25Fix grammatical error introduced into error message.Tom Lane
2003-09-25Forget to update the real source of the regression test results afterPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-24Fix creation of temporary sequences in ecpg, per report from Edmund Bacon.Bruce Momjian
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-23Issue CREATE SCHEMA as the originally connecting user, with anTom Lane
2003-09-23pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane
2003-09-23Tweak generic_type_consistency routines to avoid loss of functionalityTom Lane
2003-09-23_SPI_cursor_operation forgot to check for failure return fromTom Lane
2003-09-23- Changed struct definition handling so "struct foo {}" always gets defined.Michael Meskes
2003-09-23Fix to properly handle timezone offsets that are partial hours. If the offsetBarry Lind
2003-09-23A fix for jdbc regression test submitted yesterday by Kim Ho at RedhatBarry Lind
2003-09-23Putting back the previous change must be the first thing.Hiroshi Inoue
2003-09-22- Fixed order mismatch in processing "using" arguments.Michael Meskes
2003-09-22Additional jdbc regression tests submitted by Oliver Jowett. Some tests areBarry Lind
2003-09-22Applied jdbc patch from Kim Ho at RedHat to improve boolean support, as wellBarry Lind
2003-09-22HeapTupleSatisfiesVacuum() needs to be more careful about theTom Lane
2003-09-22Translation updatesPeter Eisentraut
2003-09-22Message wording improvementsPeter Eisentraut
2003-09-21Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane
2003-09-21Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig.Tom Lane
2003-09-20Apply ranlib(1) after installing a static (.a) library on Darwin.Tom Lane
2003-09-20Attaching -lpq to LDFLAGS doesn't work, because the generated commandTom Lane
2003-09-20Fix a batch of speling misteaks identified by Peter's spell-checker tool.Tom Lane
2003-09-20- Renamed my own strndup() function because of a name clash.Michael Meskes
2003-09-20- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes
2003-09-19pg_dump missed comments attached to primary key or unique constraintsTom Lane
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane
2003-09-19Latest version of gcc from Apple does not work well with -traditional-cppTom Lane
2003-09-19Seems like a bad idea that REINDEX TABLE supports (or thinks it does)Tom Lane
2003-09-19One small typo in preprocessor.Michael Meskes
2003-09-19Removed superfluous return statement in get_data.Michael Meskes
2003-09-18- Accept output variables for FETCH in DECLARE statement.Michael Meskes
2003-09-18Applied patch from Oliver Jowett to clean up some instances where the wrongBarry Lind
2003-09-18Small jdbc patch from Kim Ho at RedHat to fix some boolean problemsBarry Lind
2003-09-18A minor fix to jdbc regression testsBarry Lind
2003-09-17Disallow converting a table to a view if it has triggers, indexes, orTom Lane
2003-09-17Applied patch to jdbc from Kim Ho at RedHat, fixing improper handling of empt...Barry Lind
2003-09-17Applied patch for jdbc from Kim Ho at RedHat to more correctly deal with bool...Barry Lind
2003-09-17Fixed jdbc to correctly report that constraints are supportedBarry Lind
2003-09-17Applied patch from Fernando Nasser of RedHat to fix some error messagesBarry Lind