OSDN Git Service

pg-rex/syncrep.git
2004-07-26 Bruce MomjianHere is a patch that fixes the pipes used in find_other...
2004-07-26 Bruce MomjianAdjust release notes based on community feedback.
2004-07-25 Peter EisentrautTranslation updates
2004-07-25 Bruce MomjianUpdate 7.5 release notes.
2004-07-25 Bruce MomjianImprove description of release note creation.
2004-07-24 Tom LaneFix obsolete comment.
2004-07-24 Tom Lanelog_destination should only be PGC_SIGHUP, not PGC_POST...
2004-07-24 Bruce MomjianFirst draft of 7.5 release notes. Still needs markup...
2004-07-24 Bruce MomjianAdd steps for creating release notes.
2004-07-23 Bruce MomjianMove Win32 defines from port.h to win32.h.
2004-07-22 Tom LaneAdd cross-check that current timeline of pg_control...
2004-07-22 Tom LaneAdd a check on file size as an additional safety check...
2004-07-22 Bruce MomjianUpdated wording:
2004-07-22 Bruce MomjianDone:
2004-07-22 Tom LaneStill another try at automatically detecting the best...
2004-07-22 Tom LaneAvoid default: followed by no statement, per Dann Corbit.
2004-07-22 Tom LaneAdd missing <getopt.h>, per Dann Corbit.
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-21 Bruce MomjianThe attached patch allows 'select foo()' as well as...
2004-07-21 Bruce MomjianPlease find enclosed a patch that matches the PL/Perl...
2004-07-21 Bruce MomjianThe attached patch shows the new column "tablespace...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-21 Bruce MomjianMention plpgsql:
2004-07-21 Bruce MomjianAllow borland compiles.
2004-07-20 Bruce MomjianAs per the following:
2004-07-20 Bruce MomjianFix unused variable when Assert() not used.
2004-07-20 Bruce MomjianUpdate:
2004-07-20 Bruce MomjianAdd:
2004-07-20 Bruce MomjianSuppress readline usage in mingw in configure.
2004-07-20 Bruce MomjianAdd:
2004-07-20 Bruce MomjianDone:
2004-07-20 Michael MeskesSynced parser and keyword list.
2004-07-19 Bruce MomjianHere is another patch that fixes a stack of pg_dump...
2004-07-19 Tom LaneFix incorrect tracking of session authorization in...
2004-07-19 Bruce MomjianDone:
2004-07-19 Bruce MomjianNo CVS FAQ, just CVS docs.
2004-07-19 Bruce Momjian*** empty log message ***
2004-07-19 Tom LaneInstall recovery.conf.sample into the /share install...
2004-07-19 Tom LaneRemove unportable use of strptime() to parse recovery...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-17 Peter EisentrautRename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoid...
2004-07-17 Tom LaneWhen renaming a column that participates in a foreign...
2004-07-17 Tom LaneFix broken markup, per Jonathan Gardner.
2004-07-17 Bruce MomjianAdd:
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-16 Bruce MomjianHere is a patch required to build plperl with win32...
2004-07-15 Bruce MomjianProperly order mysql links.
2004-07-15 Bruce MomjianAdd French FAQ.
2004-07-15 Bruce Momjian> pg_ctl --help
2004-07-15 Tom LaneFor a SQL function declared to return a named composite...
2004-07-15 Bruce MomjianAdd permission display to \db+.
2004-07-14 Peter EisentrautDetect locale/encoding mismatch in initdb, or pick...
2004-07-13 Bruce MomjianHave \dn+ show permissions and description for schemas.
2004-07-13 Bruce MomjianChange pg_dump to use ALTER OWNER commands instead...
2004-07-13 Tom LaneCan't have blank lines in resultmap; some versions...
2004-07-13 Bruce MomjianAdd new join file.
2004-07-13 Bruce MomjianMove tablespace name up on to the same line in psql \d.
2004-07-13 Bruce MomjianRename join ordering named join_1.out
2004-07-13 Tom LaneCause libpq and ecpg libraries to be built as proper...
2004-07-12 Peter EisentrautMake installation instructions match reality.
2004-07-12 Bruce MomjianAdd tablespace location display for psql \d.
2004-07-12 Bruce MomjianAdd has_tablespace_privilege().
2004-07-12 Bruce MomjianAdd Win32-specific join ordering.
2004-07-12 Bruce MomjianAdd blank line to new canonicalize_path file, which...
2004-07-12 Bruce Momjiancanonicalization adjustments.
2004-07-12 Bruce MomjianPut back canonicalization of PGDATA environment variable.
2004-07-12 Bruce MomjianUse strdup in pg_ctl for canonicalize_path on environme...
2004-07-12 Bruce MomjianThis patch adds the following options to pg_dumpall...
2004-07-12 Bruce MomjianThe attached patch, which incorporates the previous...
2004-07-12 Bruce Momjian> win32 doesn't support a static initializer for mutexe...
2004-07-12 Bruce MomjianBack out thread fix until I get clarification.
2004-07-12 Bruce Momjianwin32 doesn't support a static initializer for mutexes...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-07-12 Bruce MomjianNew text.
2004-07-12 Bruce MomjianFix library_path with canonicalization.
2004-07-12 Bruce MomjianFix username mismatch in initdb. Magnus.
2004-07-12 Bruce MomjianWording improvement.
2004-07-12 Bruce MomjianTablespace examples for CREATE TABLE/INDEX/SCHEMA/DATAB...
2004-07-12 Bruce MomjianMove comma.
2004-07-12 Bruce MomjianThe outer #define was forgotten. Attached patch adds...
2004-07-12 Bruce MomjianAdd:
2004-07-12 Bruce MomjianAdded Matthew:
2004-07-12 Bruce MomjianNew Czech FAQ.
2004-07-12 Bruce MomjianAdd FAQ entry on hardware selection.
2004-07-12 Bruce MomjianCanonicalize preload_libraries after it is split up...
2004-07-11 Bruce MomjianRemove:
2004-07-11 Bruce MomjianCleanup for canonicalization fixes, from Tom.
2004-07-11 Bruce MomjianAdd:
2004-07-11 Bruce MomjianThis patch fixes a small error in the Porting PL/SQL...
2004-07-11 Bruce MomjianExample for create function using argument names
2004-07-11 Tom LaneALTER TABLE SET TABLESPACE. Gavin Sherry, some rework...
2004-07-11 Bruce MomjianUpdate German FAQ>
2004-07-11 Bruce MomjianUpdate URL's for mysql conversion tools.
2004-07-11 Bruce MomjianAdd:
2004-07-11 Bruce MomjianRemove postgresql.conf of 'info' as a valid client_min_...
2004-07-11 Bruce MomjianUse canonicalize_path for -D, GUC paths, and paths...
2004-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-07-11 Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-07-11 Bruce MomjianUse standard macro for psql binary file open. Add...
next