Age | Commit message (Expand) | Author |
2003-09-27 | Mark Linux for threads. | Bruce Momjian |
2003-09-27 | Remove erroneous restriction that -t cannot be used to select a | Tom Lane |
2003-09-27 | Update bsd indent patch. | Bruce Momjian |
2003-09-27 | Cleanup pgindent patch. | Bruce Momjian |
2003-09-27 | Got the link order wrong :-( | Tom Lane |
2003-09-27 | Adjust Darwin build to use the default 'two level namespace' linking | Tom Lane |
2003-09-27 | Fix typo in message. | Tom Lane |
2003-09-27 | Add compile step to instructions. | Bruce Momjian |
2003-09-27 | Make dump files created by initdb have consistent EOL termination, to | Bruce Momjian |
2003-09-27 | Finalize configuration of thread_test program. | Bruce Momjian |
2003-09-27 | Changed the logic when a CAST is dumped according to discussion | Jan Wieck |
2003-09-27 | Rename thread compile flag. Move thread test program to tools/thread, | Bruce Momjian |
2003-09-27 | You can't NLS-enable a program component by just putting gettext() around | Peter Eisentraut |
2003-09-27 | The formatting of the display of the locale names assumed that locale names | Peter Eisentraut |
2003-09-26 | Move -D_GNU_SOURCE hack from port header to template, so that | Tom Lane |
2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
2003-09-26 | Translation update | Peter Eisentraut |
2003-09-26 | Fixed segfault after error in parsing precision argument. | Michael Meskes |
2003-09-26 | Fix tid scan evaluation of non-constant TID values; can't try to do it | Tom Lane |
2003-09-25 | Make the world safe (more or less) for dropped columns in plpgsql rowtypes. | Tom Lane |
2003-09-25 | tlist_matches_tupdesc() needs to defend itself against dropped columns. | Tom Lane |
2003-09-25 | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane |
2003-09-25 | Fix regression error messages for platforms Peter doesn't use. | Tom Lane |
2003-09-25 | Fix grammatical error introduced into error message. | Tom Lane |
2003-09-25 | Forget to update the real source of the regression test results after | Peter Eisentraut |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-09-24 | Fix creation of temporary sequences in ecpg, per report from Edmund Bacon. | Bruce Momjian |
2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
2003-09-23 | Issue CREATE SCHEMA as the originally connecting user, with an | Tom Lane |
2003-09-23 | pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect, | Tom Lane |
2003-09-23 | Tweak generic_type_consistency routines to avoid loss of functionality | Tom Lane |
2003-09-23 | _SPI_cursor_operation forgot to check for failure return from | Tom Lane |
2003-09-23 | - Changed struct definition handling so "struct foo {}" always gets defined. | Michael Meskes |
2003-09-23 | Fix to properly handle timezone offsets that are partial hours. If the offset | Barry Lind |
2003-09-23 | A fix for jdbc regression test submitted yesterday by Kim Ho at Redhat | Barry Lind |
2003-09-23 | Putting 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-22 | Additional jdbc regression tests submitted by Oliver Jowett. Some tests are | Barry Lind |
2003-09-22 | Applied jdbc patch from Kim Ho at RedHat to improve boolean support, as well | Barry Lind |
2003-09-22 | HeapTupleSatisfiesVacuum() needs to be more careful about the | Tom Lane |
2003-09-22 | Translation updates | Peter Eisentraut |
2003-09-22 | Message wording improvements | Peter Eisentraut |
2003-09-21 | Arrange to align shared disk buffers on at least 32-byte boundaries, | Tom Lane |
2003-09-21 | Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig. | Tom Lane |
2003-09-20 | Apply ranlib(1) after installing a static (.a) library on Darwin. | Tom Lane |
2003-09-20 | Attaching -lpq to LDFLAGS doesn't work, because the generated command | Tom Lane |
2003-09-20 | Fix 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-19 | pg_dump missed comments attached to primary key or unique constraints | Tom Lane |