]> granicus.if.org Git - postgresql/shortlog
postgresql
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-03-02 Bruce MomjianMove snprintf int64 compatibility letters into a NOT_US...
2005-03-02 Tom LaneFix misspelling of sysctl, per Stefan Hans.
2005-03-02 Bruce MomjianUse test && test rather than test -a, per Peter.
2005-03-02 Bruce MomjianFix for %I64d snprintf.
2005-03-02 Bruce Momjiansnprintf() %I64d code fix.
2005-03-02 Bruce MomjianUse our own snprintf() only if NLS is enabled, and...
2005-03-02 Bruce MomjianPrevent large allocation in snprintf to hold positional...
2005-03-02 Tom LaneAnother go at making pred_test() handle all reasonable...
2005-03-02 Bruce MomjianFix snprintf on Win32:
2005-03-02 Bruce MomjianMake port snprintf.c finally thread-safe.
2005-03-01 Neil ConwaySGML improvements to the DML chapter.
2005-03-01 Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-03-01 Tom LaneAllow Trace_lock_oidmin to be set to zero; this is...
2005-03-01 Teodor SigaevSimplify/clean up code for varlena types
2005-03-01 Bruce MomjianMake snprintf() use already-defined int64/uint64 typede...
2005-03-01 Bruce MomjianDone:
2005-03-01 Tom LaneAdjust OR indexscan logic to not generate redundant...
2005-03-01 Bruce MomjianAnd while we are on it, I would like to submit minor
2005-03-01 Tom LaneRevert the logic for expanding AND/OR conditions in...
2005-02-28 Tom LaneUn-break configure snprintf tests (partly my fault...
2005-02-28 Bruce MomjianMove PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprint...
2005-02-28 Bruce Momjiansnprintf.c has no sys/ioctl.h. Trivial patch below:
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Bruce MomjianBecause the change to gettext. Needs a bunch of new...
2005-02-27 Bruce MomjianTab indent all actions in bcc32.mak, and do it on win32...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-27 Bruce MomjianRename planner stats detail to avoid label confict.
2005-02-27 Bruce MomjianCause Win32 to output to the event log rather than...
2005-02-27 Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2005-02-27 Bruce MomjianAdd documentation on how statistics are used by the...
2005-02-26 Bruce MomjianAdd routines to dbsize to return the index size and...
2005-02-26 Bruce MomjianAdjust OS-specific kernel settings to mention old and...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-26 Bruce MomjianClarify PGPASSWORD usage:
2005-02-26 Tom LaneCorrect overstatement in locking docs: we said Exclusiv...
2005-02-26 Bruce MomjianState PGPASSWORD is "not recommended" rather than ...
2005-02-25 Teodor SigaevIn accordance to
2005-02-25 Bruce MomjianAdd linking from /port to bcc makefile.
2005-02-25 Teodor SigaevFix float8->int64 transformation
2005-02-25 Bruce MomjianPlease find enclosed a patch, per Dennis Bj<C3><B6...
2005-02-25 Bruce MomjianFix plpgsql error message for dropped temporary tables.
2005-02-25 Bruce MomjianClarify object ownership language to prevent confusion...
2005-02-25 Bruce MomjianUpdatge wording.
2005-02-25 Bruce MomjianFix markup.
2005-02-25 Bruce MomjianFix HTML markup and add NULL sorting item to existing...
2005-02-25 Bruce MomjianAdd:
2005-02-24 Bruce MomjianAdd wording about UTF8:
2005-02-24 Bruce MomjianDone:
2005-02-24 Tom LaneWe aren't supposed to try to run test programs until...
2005-02-24 Tom LaneClean up printf arg-control test, per Kurt Roeckx.
2005-02-24 Tom LaneMy patch this morning was overly hasty; revert code...
2005-02-23 Neil ConwayMinor code cleanup: remove a variable that was assigned...
2005-02-23 Neil ConwayThis patch optimizes the md5_text() function (which...
2005-02-23 Tom LaneUn-break plpgsql build by removing unwanted _() usage.
2005-02-23 Bruce MomjianProperly undef _(x) gettext macro.
2005-02-22 Tom LaneDocument that only a table's owner may TRUNCATE it...
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2005-02-22 Bruce MomjianAdd semicolon so snprintf.c goto has a statement to...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-22 Bruce MomjianAdd:
2005-02-22 Bruce MomjianAdd support to port/snprintf.c for position parameter...
2005-02-22 Bruce MomjianUpdate initdb locale/encoding documentation description...
2005-02-21 Bruce MomjianTry to get Borland CC to compile.
2005-02-21 Bruce MomjianAdd port mention:
2005-02-21 Bruce MomjianUpdate Russian FAQ.
2005-02-21 Bruce MomjianClarify item:
2005-02-21 Teodor SigaevSimplify defines
2005-02-21 Teodor SigaevFix memory leak for timestamp(with and w/o tz) and...
2005-02-21 Neil ConwayTrivial fix: change the reference to further documentat...
2005-02-21 Neil ConwayFix two typos, per report from Hashem Masoud.
2005-02-21 Bruce MomjianClarify item:
2005-02-21 Neil ConwayUpdates to the bibliography. Patch from Michael Fuhr.
2005-02-21 Neil ConwayDocument the "register" and "unregister" pg_ctl subcomm...
2005-02-20 Tom LaneUse SnapshotNow instead of SnapshotSelf for reading...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Bruce MomjianRename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
2005-02-20 Bruce MomjianFix MAKE_ALL_TUPLES_VISIBLE define.
2005-02-20 Bruce MomjianMove define MAKE_ALL_TUPLES_VISIBLE to a more logical...
2005-02-20 Bruce MomjianI have added a define, MAKE_ALL_TUPLES_VISIBLE, to...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-19 Tom LaneNew arrangement to always let the bgwriter do checkpoin...
2005-02-19 Tom LaneEnsure that the resolved datatype of any unknown Param...
2005-02-19 Bruce MomjianFix typo in SGML.
2005-02-19 Bruce MomjianAdd reference to the NewbieDoc Docbook Guide.
2005-02-18 Tom LaneConvert MemoryContextSwitchTo() into an inline function...
2005-02-15 Bruce MomjianUpdate question text:
2005-02-15 Bruce MomjianUpdate Momjain book URL.
2005-02-15 Bruce MomjianUpdate URL for Momjian book.
2005-02-15 Bruce MomjianChange wording:
2005-02-15 Bruce MomjianAdd mention of syntax for GRANT ALL:
2005-02-15 Bruce MomjianUpdate comment on VACUUM FULL.
2005-02-15 Bruce MomjianFix typo:
2005-02-15 Bruce MomjianAdd:
2005-02-15 Bruce MomjianDocument usage of gettext_noop().
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-14 Bruce MomjianAdd:
2005-02-14 Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
next