]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-06-23  Teodor SigaevPrevious commit wasnt full...
2004-06-23  Teodor Sigaev1 Fix affixes with void replacement (AFAIK, it's only...
2004-06-23  Bruce MomjianRemove link:
2004-06-23  Teodor SigaevFix stupid bug in installcheck
2004-06-22  Tom LaneFix information schema views to return NULL for precisi...
2004-06-21  Tom LaneAdd comment about rationale for continuing to use C...
2004-06-21  Tom LaneFix pg_dump and pg_dumpall for new names of built-in...
2004-06-21  Tom LaneRename the built-in tablespaces to pg_default and pg_gl...
2004-06-21  Bruce MomjianRename pg_tablespaces directory to pg_tblspc, so it...
2004-06-20  Michael MeskesSynced parser and keyword list.
2004-06-20  Bruce MomjianAdd pgevent, with docs explaining out to install it...
2004-06-19  Tom LaneAdjust TAS assembly as per recent discussions: use...
2004-06-19  Tom LaneLooks like s_lock_test needs <time.h> on some platforms.
2004-06-19  Tom Lanes_lock_test requires libpgport to build now.
2004-06-19  Tom LaneFix oversight in recent rowtype-handling improvements...
2004-06-19  Bruce MomjianFix Makefile syntax. Forgot to test this.
2004-06-19  Bruce MomjianAdd changes to support threads on Win32 native port...
2004-06-19  Bruce MomjianEnable thread safety for win32.mak build of PostgreSQL.
2004-06-19  Bruce MomjianAdd:
2004-06-18  Tom LaneReplace createdb's obsolete --location switch with...
2004-06-18  Tom Laneinitlocation is history. (It's still mentioned in...
2004-06-18  Bruce MomjianAdd:
2004-06-18  Bruce MomjianRemove tablespaces TODO.detail.
2004-06-18  Bruce MomjianDone:
2004-06-18  Tom LaneTablespaces. Alternate database locations are dead...
2004-06-17  Bruce MomjianThe attached patch adds some index entries pointing...
2004-06-17  Michael MeskesAdded patch by ISHIDA Akio to allow indicators in execu...
2004-06-16  Bruce MomjianImprove comment.
2004-06-16  Bruce MomjianDo PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_I...
2004-06-16  Tom LaneRepresent type-specific length coercion functions as...
2004-06-14  Tom LaneFix doc bug: to_timestamp() returns timestamptz, not...
2004-06-14  Tom LaneArrange to explicitly stop the pgstat processes at...
2004-06-14  Bruce MomjianNew wording:
2004-06-14  Bruce MomjianNew wording:
2004-06-14  Tatsuo IshiiAdd missing PQclear().
2004-06-13  Bruce MomjianUpdated wording:
2004-06-13  Bruce MomjianRe-add:
2004-06-13  Tom LaneGive inet/cidr datatypes their own hash function that...
2004-06-13  Peter EisentrautRemove README.CVS when making a distribution.
2004-06-13  Peter EisentrautTranslation update
2004-06-13  Tom LaneCode review for recently-added network functions. ...
2004-06-13  Tom LaneCorrect erroneous table title, per Halley Pacheco de...
2004-06-12  Tom LaneNow needs to include <ctype.h>.
2004-06-12  Tom LaneSome editorializing on 7.4.3 release notes.
2004-06-12  Bruce MomjianImprove release wording.
2004-06-12  Bruce MomjianMarkup fix.
2004-06-12  Bruce MomjianFix markup
2004-06-12  Bruce MomjianUpdate release notes for 7.4.3.
2004-06-11  Bruce MomjianECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles...
2004-06-11  Tom LaneStrategyDirtyBufferList wasn't being careful to honor...
2004-06-11  Bruce MomjianUse sizeof() rather than strlen() in array size.
2004-06-11  Tom LaneAdd some code to Assert that when we release pin on...
2004-06-11  Bruce MomjianCleanup use of Win32 START by using "" for title. ...
2004-06-11  Bruce MomjianAdd URL about Win32 quoting behavior.
2004-06-11  Bruce MomjianAnother fix for Win32 START.
2004-06-11  Bruce MomjianThe attached tiny patch removes spurious carriage retur...
2004-06-11  Bruce Momjian>> It certainly doesn't. There still was a bug with...
2004-06-11  Bruce MomjianThis patch updates pgpipe() on win32 to log exactly...
2004-06-11  Tom LaneWhen using extended-query protocol, postpone planning...
2004-06-11  Bruce MomjianMore restructuring to use Win32 START with paths needin...
2004-06-10  Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-06-10  Bruce MomjianMore quoting cleanups for Win32's pg_ctl.
2004-06-10  Tom LaneAdjust cost_nonsequential_access() to have more reasona...
2004-06-10  Bruce MomjianDone:
2004-06-10  Tom LaneMake ALTER TABLE ADD SERIAL work reasonably in inherita...
2004-06-10  Tom LaneFix oversight in recent ALTER TABLE improvements. ...
2004-06-10  Bruce MomjianUse /B to start so a new window isn't created, per...
2004-06-10  Tom LaneClean up generation of default names for constraints...
2004-06-10  Bruce MomjianAdd START background code for another code path, per...
2004-06-10  Bruce MomjianUse START for pg_ctl background runs on Win32, from...
2004-06-10  Peter EisentrautTranslation update
2004-06-10  Peter EisentrautNew translation
2004-06-10  Bruce MomjianHandle multiple double-quoted strings using Win32's...
2004-06-10  Bruce MomjianReword:
2004-06-10  Bruce MomjianAdd:
2004-06-10  Bruce MomjianModify:
2004-06-10  Bruce MomjianAdd Brazilian version of FAQ.
2004-06-10  Bruce MomjianAdd:
2004-06-10  Bruce MomjianAdd pg_ctl native language files for Russian.
2004-06-09  Bruce MomjianAdd regression tests for CSV COPY format.
2004-06-09  Tom LaneFix slightly-wrong syntax error messages from bootstrap...
2004-06-09  Tom LaneSupport assignment to subfields of composite columns...
2004-06-09  Bruce MomjianUse single quotes around pg_dump call from pg_dumpall.
2004-06-09  Bruce MomjianUse single quotes for pg_ctl system call.
2004-06-09  Bruce MomjianAdd time.h to pg_dumpall.
2004-06-09  Bruce MomjianUse mkstemp instead of mktemp in thread test, per Jan.
2004-06-09  Bruce MomjianPrevious code cleanup was for bufpage.c, not bufmgr.c.
2004-06-09  Bruce MomjianAdd:
2004-06-08  Tom LaneAdd missing check for too-few-inputs when replacing...
2004-06-08  Bruce MomjianFix mingw link check by using double-brackets.
2004-06-08  Bruce MomjianStylistic changes in bufmgr.c
2004-06-08  Bruce Momjianvacuum.c refactoring
2004-06-08  Bruce MomjianChange PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDI...
2004-06-08  Bruce MomjianHave strerror_r return "Unknown error".
2004-06-07  Bruce MomjianFix strerror_r by checking return type from configure.
2004-06-07  Bruce MomjianAdd start/stop times for pg_dump/pg_dumpall when verbos...
2004-06-07  Teodor SigaevRemove asymetrical word processing in query and text
2004-06-07  Bruce MomjianUpdate date.
2004-06-07  Tom LaneSome preliminary documentation for composite-type stuff.
2004-06-06  Tom LaneDept of second thoughts: don't use the new wide-charact...
next