OSDN Git Service

pg-rex/syncrep.git
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Tom LaneSome further kibitzing on cachability of datetime funct...
2001-10-03 Bruce MomjianUpdate TODO list.
2001-10-03 Tom LaneUpdate for latest regression tests.
2001-10-03 Tom LaneAdjustTimestampForTypmod does not work (at least not...
2001-10-03 Tom LaneNeatnik fetishism.
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-10-03 Thomas G. LockhartMinor fixup in spacing for tabular information.
2001-10-03 Thomas G. LockhartFix up bad indenting in a few places.
2001-10-02 Tom LaneTweak to test HAVE_GETOPT_H before including <getopt...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-10-02 Vince VielhaberUpdated URLs.
2001-10-02 Michael MeskesRe-added Tom's patch fixing my setlocale patch. I accid...
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-02 Bruce MomjianUpdate TODO list.
2001-10-01 Tom LaneRevise shmget() and semget() failure messages to mentio...
2001-10-01 Tom LaneFix typo (block size is 8 kB not 8192 kB).
2001-10-01 Bruce MomjianFix wording.
2001-10-01 Tom LaneChange pg_dump to produce CREATE INDEX commands by...
2001-10-01 Tom LaneExtend pg_get_indexdef() to know about index predicates...
2001-10-01 Tom LaneMake inclusion logic for sys/sem.h and sys/ipc.h consis...
2001-10-01 Tom LaneFix a couple of stray // comments.
2001-10-01 Bruce MomjianAdd sys/types.h for FreeBSD compile.
2001-10-01 Bruce MomjianUpdate docs for 7.2 mention where appropriate.
2001-10-01 Tom LaneClean up a little more carefully around fork of pgstat...
2001-10-01 Bruce MomjianAdd missing pgcrypto files.
2001-10-01 Bruce MomjianUpdate to "7.2".
2001-10-01 Bruce MomjianRun autoconf.
2001-10-01 Bruce Momjian> > > > > - PostgreSQL requires to be compiled with...
2001-10-01 Michael Meskes - Fixed truncate bug.
2001-10-01 Tatsuo IshiiUpdate multibyte Japanese doc
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-10-01 Tom LaneSuppress timestamp_ops for backwards compatibility...
2001-10-01 Tatsuo IshiiRemove C++ style comment. Some compilers won't accept it.
2001-10-01 Tatsuo IshiiFix a compile error on a platform that does not have...
2001-10-01 Tatsuo IshiiAdd pgstattuple
2001-09-30 Tom LaneMake libpq++ safe again for older C++ compilers. Do...
2001-09-30 Bruce Momjian* regression tests
2001-09-30 Bruce MomjianThese are further fixes for double quotes missing in...
2001-09-30 Tom LaneClean up encode/decode functions a little bit.
2001-09-30 Tom LaneFix sloppiness about static vs non-static declaration...
2001-09-30 Tom Lanepg_stat_get_backend_idset should reset fmgr_info->fn_ex...
2001-09-30 Tom LaneAllow the postmaster to accept changes in PGC_BACKEND...
2001-09-30 Tom LaneISTM that IsUnderPostmaster should mean we are a child...
2001-09-30 Bruce MomjianChange tar -T file to tar `cat file` for BSD tar.
2001-09-30 Bruce MomjianChange tar -c -f to -cf for BSD tar.
2001-09-30 Bruce MomjianUpdate TODO list.
2001-09-30 Bruce MomjianUpdate TODO list.
2001-09-30 Tom LaneCreate a GUC parameter max_files_per_process that is...
2001-09-30 Tom LaneAddition of xid=int4 operator makes opr_sanity unhappy.
2001-09-30 Tom Lanewinsock_strerror crashed on me. This fixes a line of...
2001-09-30 Tom LaneChanges:
2001-09-30 Tom LaneUpdate required due to recent changes in FigureColname.
2001-09-30 Peter EisentrautUse <mediaobject> instead of <graphic> for forward...
2001-09-30 Peter EisentrautFix *.gif expansion to be empty when no gif files are...
2001-09-30 Hiroshi InoueAdd an operator xid '=' int and remove BINARY_COMPATI...
2001-09-30 Bruce MomjianUpdate TODO list.
2001-09-30 Bruce MomjianUpdate TODO list.
2001-09-30 Bruce MomjianUpdate TODO list.
2001-09-30 Bruce MomjianBack out change. Too many place to change too close...
2001-09-29 Tom LaneTweak btree page split logic so that when splitting...
2001-09-29 Hiroshi InoueAllow comparison between xid and xid, int.
2001-09-29 Bruce MomjianUpdate TODO list.
2001-09-29 Bruce MomjianDo this TODO item:
2001-09-29 Tom LaneCope with the likelihood that setlocale and localeconv...
2001-09-29 Tom LaneFix the setlocale problem in a way that actually works...
2001-09-29 Tom LaneClean up comments.
2001-09-29 Tom LaneWhoops, I was a tad too enthusiastic about using shared...
2001-09-29 Tom LaneFixes for datetime-related regress tests, from Tom...
2001-09-29 Hiroshi InoueKeep the contents of ItemPointerData not the pointers...
2001-09-29 Tom LaneRemove mistakenly-included file, per request from John...
2001-09-29 Tom Lanetimetz test was omitted from parallel_schedule.
2001-09-29 Tom LaneUpdate horology-no-DST-before-1970.out for new horology...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-29 Bruce MomjianI have made three changes to the rtree code: one bug...
2001-09-29 Bruce MomjianFound type mismatch in random.c. Please apply this...
2001-09-29 Bruce MomjianI noticed that the contrib Makefiles were reorganized.
2001-09-29 Bruce MomjianA couple of lines were missing from my last patch ...
2001-09-29 Bruce MomjianThis is a simple patch to put double quotes around...
2001-09-29 Bruce MomjianPer the recent discussion there's been some code change...
2001-09-29 Hiroshi InoueFix the bug about boolean type handling reported by
2001-09-28 Bruce MomjianUpdate TODO list.
2001-09-28 Thomas G. LockhartFix markup to allow compilation. The chapters on failur...
2001-09-28 Bruce MomjianImprove wording.
2001-09-28 Bruce MomjianAdd to thread thread.
2001-09-28 Bruce MomjianAdd to thread.
2001-09-28 Bruce MomjianAdd to threads.
2001-09-28 Bruce MomjianUpdate TODO list.
2001-09-28 Bruce MomjianUpdate TODO list.
2001-09-28 Thomas G. LockhartAdd information on new timestamp and timestamptz data...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-28 Thomas G. LockhartAdd separate regression tests for timetz and the new...
2001-09-27 Bruce MomjianPut MD5 salt at the end for security.
2001-09-27 Tom LaneMove s_lock.c and spin.c into lmgr subdirectory, which...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-09-27 Bruce MomjianImprove postgresql.conf descriptions.
2001-09-26 Tom LaneThe trailing semicolon in a plpgsql function definition...
next