summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-09-27Mark Linux for threads.Bruce Momjian
2003-09-27Remove erroneous restriction that -t cannot be used to select aTom Lane
2003-09-27Update bsd indent patch.Bruce Momjian
2003-09-27Cleanup pgindent patch.Bruce Momjian
2003-09-27Got the link order wrong :-(Tom Lane
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-09-27Fix typo in message.Tom Lane
2003-09-27Add compile step to instructions.Bruce Momjian
2003-09-27Make dump files created by initdb have consistent EOL termination, toBruce Momjian
2003-09-27Finalize configuration of thread_test program.Bruce Momjian
2003-09-27Changed the logic when a CAST is dumped according to discussionJan Wieck
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-09-27You can't NLS-enable a program component by just putting gettext() aroundPeter Eisentraut
2003-09-27The formatting of the display of the locale names assumed that locale namesPeter Eisentraut
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