OSDN Git Service

pg-rex/syncrep.git
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...
2004-06-06 Tom LaneAdd some regression tests for composite-type operations.
2004-06-06 Tom LaneAllow use of table rowtypes directly as column types...
2004-06-06 Tom LaneMinor catalog cleanups for composite-type stuff. Adjus...
2004-06-06 Tom LaneAdd binary I/O support for composite types.
2004-06-06 Tom LaneRemove finger from dike: composite types are now allowe...
2004-06-06 Tom LanePreliminary support for composite type I/O; just text...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-05 Tom LaneAdjust PageGetMaxOffsetNumber to ensure sane behavior...
2004-06-05 Bruce MomjianSlight code cleanup for printf's.
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-06-04 Bruce MomjianThe attached patch will create a dummy pg_config_paths...
2004-06-04 Bruce MomjianThis is a small fix in FAQ. It just clean up some old...
2004-06-04 Bruce MomjianRemove dash in pg_ctl signal name. It broke with getop...
2004-06-04 Tom LaneRemove some long-obsolete code that was causing a stran...
2004-06-04 Tom LaneSupport assignment to whole-row variables in plpgsql...
2004-06-04 Tom LaneAllow plpgsql to pass composite-type arguments (ie...
2004-06-03 Tom LaneRestructure plpgsql's parsing of datatype declarations...
2004-06-03 Tom LaneRemove typeTypeFlag(), which was not only unused but...
2004-06-03 Tom Laneplpgsql hasn't needed -Wno-error for a good long while.
2004-06-03 Tom LaneAdd range-checking in timestamp_recv and timestamptz_re...
2004-06-03 Bruce MomjianRemove SYSCONFDIR from win32 include file.
2004-06-03 Teodor Sigaev- Add aligment of variable data types
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-06-03 Bruce MomjianWin32 regression fixes:
2004-06-03 Bruce Momjianinit_ssl_system will return 0 on success and -1 on...
2004-06-03 Bruce MomjianAdd new Win32 file with adjustments for recent code...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
next