OSDN Git Service

pg-rex/syncrep.git
2007-02-10 Tom LaneImprove documentation for CREATE CONSTRAINT TRIGGER.
2007-02-10 Magnus HaganderFix pg_standby to build on msvc.
2007-02-10 Peter EisentrautAdd proper mapping of boolean type data to XML Schema.
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-10 Tom LanePut back some not-so-unnecessary-as-all-that := usages...
2007-02-10 Tom LaneHm, seems my hack on rowtypes regression test has made...
2007-02-09 Neil ConwayUnbreak the SGML doc build: ":=" is needed to assign...
2007-02-09 Tom LaneMinor tweak to make rowtypes regression test run faster...
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2007-02-09 Tom LaneCall pgstat_drop_database during DROP DATABASE, so...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-09 Bruce MomjianRemove blank lines in code.
2007-02-09 Bruce MomjianUpdate FAQ for new 24-byte header, down from 28.
2007-02-09 Bruce MomjianAdd blank line.
2007-02-09 Bruce MomjianAdd URL for:
2007-02-09 Bruce MomjianDone!
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-09 Bruce MomjianRemove blank line from C code.
2007-02-09 Bruce MomjianUpdate:
2007-02-09 Bruce MomjianUpdate:
2007-02-09 Bruce MomjianAdd:
2007-02-08 Bruce MomjianAdd URL for:
2007-02-08 Tom LaneAdd missing #define for mingw, per Magnus.
2007-02-08 Tom LaneFix an ancient logic error in plpgsql's exec_stmt_block...
2007-02-08 Tom LaneRearrange use of plpgsql_add_initdatums() so that only...
2007-02-08 Bruce MomjianFix bug when localized to_char() day or month names...
2007-02-08 Bruce MomjianThis patch fixes shared_preload_libraries on Windows...
2007-02-08 Bruce MomjianAdd lock matrix to documentation.
2007-02-08 Bruce MomjianWin32 regression test fixes:
2007-02-08 Bruce MomjianAdd /contrib/pg_standby:
2007-02-08 Bruce MomjianAdd /contrib/pg_standby:
2007-02-08 Alvaro HerreraFix reference-after-free in the new btree page split...
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-08 Bruce MomjianReduce WAL activity for page splits:
2007-02-08 Bruce MomjianCheck if the role exists before doing more complex...
2007-02-08 Bruce MomjianUpdate URL for "Generalized Partial Indexes" paper...
2007-02-08 Bruce MomjianDocument that wal_sync_method open_* methods use O_DIRE...
2007-02-08 Bruce MomjianFix bug in our code when using to_timestamp() or to_dat...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-07 Tom LaneModify the stats regression test to delay until the...
2007-02-07 Tom LaneRemove the xlog-centric "database system is ready"...
2007-02-07 Alvaro HerreraThe VC++ build needs to compile the new strlcat.c file...
2007-02-07 Bruce MomjianStamp bug template for 8.3.
2007-02-07 Bruce MomjianStamp releases notes for 8.2.3, 8.1.8, 8.0.12.
2007-02-07 Bruce MomjianUpdate for 8.2.3.
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-07 Peter EisentrautUse memcpy() instead of strncpy() for copying into...
2007-02-07 Peter EisentrautAdd strlcat() from OpenBSD, to be used for replacing...
2007-02-06 Tom LaneFix an error in the original coding of holdable cursors...
2007-02-06 Bruce MomjianUpdate for 8.2.2 as most recent release.
2007-02-06 Bruce MomjianUpdate workding for daylight savings time.
2007-02-06 Bruce MomjianUpdate timezone FAQ item:
2007-02-06 Tom LaneRemove typmod checking from the recent security-related...
2007-02-06 Bruce MomjianSplit apart entries, one done now:
2007-02-06 Tom LaneFix typo in comment.
2007-02-06 Tom LaneRemove some dead code, per Heikki.
2007-02-06 Peter EisentrautMove NAMEDATALEN definition from postgres_ext.h to...
2007-02-06 Tom LaneFix a performance regression in 8.2: optimization of...
2007-02-06 Tom LaneDocs updates for cross-type hashing.
2007-02-06 Tom LaneCome to think of it, we should check that commutator...
2007-02-06 Tom LaneNot only did we agree that this 'hint' doesn't belong...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-02-05 Bruce MomjianTrim down environment variable instructions for Win32...
2007-02-05 Bruce MomjianUpdated TODO item:
2007-02-05 Bruce MomjianModify:
2007-02-05 Andrew DunstanPass modern COPY syntax to backend, since copy (query...
2007-02-05 Tom LaneRename MaxTupleSize to MaxHeapTupleSize to clarify...
2007-02-04 Tom LaneDon't MAXALIGN in the checks to decide whether a tuple...
2007-02-04 Bruce MomjianAdd:
2007-02-04 Bruce MomjianUpdate wording.
2007-02-04 Bruce MomjianAdd documentation for Windows on how to set an environm...
2007-02-04 Bruce MomjianChange vacuum lazy "compacting" warning message to:
2007-02-04 Bruce MomjianUpdate URL for:
2007-02-04 Bruce MomjianAdd:
2007-02-03 Bruce MomjianAdd URLs for:
2007-02-03 Bruce MomjianDocument that a client-only install using:
2007-02-03 Bruce MomjianAdd:
2007-02-03 Peter EisentrautUpdate SQL conformance information about XML features.
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-02-03 Bruce MomjianFix configure detection code when --with-ldap and ...
2007-02-03 Bruce MomjianAdd patches thread for:
2007-02-02 Bruce MomjianAdd URL for:
2007-02-02 Bruce MomjianAdd:
2007-02-02 Bruce MomjianAdd URL for:
2007-02-02 Neil ConwayThis patch changes the installscript for vcbuild to...
2007-02-02 Neil ConwayReword suggestion that libpq.dll be installed in WINNT...
2007-02-02 Michael MeskesApplied Magnus Hagander's patch to take away some compi...
2007-02-02 Michael MeskesCleaned up va_list handling. Hopefully this now works...
2007-02-02 Bruce MomjianAdd:
2007-02-02 Tom LaneUpdate release notes for security-related releases...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-02-02 Tom LaneRepair insufficiently careful type checking for SQL...
2007-02-01 Tom LaneFix broken markup.
2007-02-01 Bruce MomjianAdd "May/Can/Might" section to error message style...
2007-02-01 Neil ConwayFix two more regression tests whose expected outputs...
2007-02-01 Bruce MomjianMention file system replication as a high availability...
2007-02-01 Tom LaneTypo fix.
2007-02-01 Neil ConwayUpdate some of the "expected" regression test results...
2007-02-01 Tom LaneFix plpgsql so that when a local variable has no initia...
next