OSDN Git Service

pg-rex/syncrep.git
2005-07-23 Bruce MomjianRemove unintended code addition.
2005-07-23 Bruce MomjianMacro alignment cleanup.
2005-07-23 Bruce MomjianImprove computations of interval_div to prevent roundin...
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-23 Tom LaneIn the stats test, delay for the stats collector to...
2005-07-23 Bruce MomjianFix AT TIME ZONE for timestamps without time zones:
2005-07-22 Bruce MomjianFix AT TIME ZONE for timestamps without time zones:
2005-07-22 Tom LaneFix insufficient check for overflow in tm2abstime(...
2005-07-22 Tom LaneFix compare_fuzzy_path_costs() to behave a bit more...
2005-07-22 Bruce MomjianMore removal of unneeded parentheses.
2005-07-22 Bruce MomjianMore spacing adjustments
2005-07-22 Bruce MomjianUpdate date/time comments.
2005-07-22 Bruce MomjianMore minor spacing improvements.
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-07-21 Bruce MomjianMore comment update of time macros.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd comment about void* use in MemSet.
2005-07-21 Bruce MomjianAdd:
2005-07-21 Bruce MomjianFix integer timestamp build for macro changes.
2005-07-21 Bruce MomjianAdd comment marking non-exact time conversion macros.
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
2005-07-21 Tom LaneFix storage size for btree_gist interval indexes. ...
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-20 Tom LaneFix breakage of INSTALL document build.
2005-07-20 Bruce Momjian/contrib/btree_gist adjustments for new 'day' interval...
2005-07-20 Bruce MomjianUpdate catalog version for INTERVAL day addition.
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-07-20 Bruce MomjianFix interval division and multiplication, before:
2005-07-19 Neil ConwayDocumentation tweak: make <command>CREATE OPERATOR...
2005-07-18 Tom LaneFix some bogosities in geometric-function documentation...
2005-07-18 Bruce Momjian\pset numericsep -> numericlocale.
2005-07-18 Bruce MomjianFix len so decimal length is only added when a period...
2005-07-18 Tom LaneAvoid use of E'', and thereby creating an unnecessary...
2005-07-18 Tom LaneAvoid need for E'' construct by using regexp instead...
2005-07-18 Bruce MomjianFix numiericsep length computations.
2005-07-18 Tom LaneAdjust psql describe queries so that any pg_foo_is_visi...
2005-07-18 Tom Lanepgcrypto documentation update. Marko Kreen
2005-07-18 Tom LaneFortuna fixes. Marko Kreen
2005-07-18 Tom LaneSmall cleanups for pgcrypto. Marko Kreen
2005-07-18 Tom LaneFix C++-style comments, per Rocco Altier.
2005-07-18 Tom LaneMemSet() must not cast its pointer argument to int32...
2005-07-17 Tom LaneMake pg_regress accept a command-line option for the...
2005-07-15 Tom LaneFix create_unique_plan() so it doesn't generate useless...
2005-07-15 Bruce MomjianFix SGML spacing.
2005-07-15 Tom LaneCheck for out-of-range varoattno in deparse_context_for...
2005-07-15 Tom LaneFix overenthusiastic optimization of 'x IN (SELECT...
2005-07-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-14 Bruce MomjianEnable multi-byte thousands_sep and decimal_point for...
2005-07-14 Bruce MomjianMake better thousands_sep default based on decimal...
2005-07-14 Bruce MomjianChange numericsep to a boolean, and make it locale...
2005-07-14 Bruce MomjianAdd numeric separator support for latex and troff outpu...
2005-07-14 Neil ConwayMark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the...
2005-07-14 Bruce Momjianbarebones variable name -> tuples_only, for consistency.
2005-07-14 Bruce MomjianFix malloc length for new numeric separator patch.
2005-07-14 Neil ConwayThis doc patch replaces all inappropriate references...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-13 Tom LaneFix a couple of bogus comments, per Alvaro.
2005-07-13 Tom LaneRemove extraneous space after -L ... it confuses SHLIB_...
2005-07-13 Tom LaneFix unwanted side-effects of recent SHLIB_LINK -L patch...
2005-07-13 Bruce MomjianFix #elif spacing too.
2005-07-13 Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-13 Bruce MomjianFix pgindent to not have blank line before #else in...
2005-07-13 Bruce MomjianAdd backslashes to parentheses in awk regex because...
2005-07-13 Bruce MomjianMove -L flag around for shared builds:
2005-07-13 Neil ConwayDocumentation for some new PL/Perl features. Patch...
2005-07-12 Tom LaneHack around the discrepancy between default library...
2005-07-12 Tom LaneFix plperl crash with list value return for an array...
2005-07-12 Tom LaneMore pgcrypto fixes: handle long messages correctly...
2005-07-12 Bruce MomjianImprove comments for AdjustIntervalForTypmod.
2005-07-12 Bruce MomjianChange 5e0 to 5.0, for consistency.
2005-07-12 Tom LaneFix plperl to do recursion safely, and fix a problem...
2005-07-11 Tom LaneFurther tweaking of Win32-specific random code. Marko...
2005-07-11 Tom LaneI forgot to update win32 code when doing a renaming...
2005-07-11 Tom LaneAvoid bzero/bxopy in favor of more standard library...
2005-07-11 Tom LaneMore pgcrypto fixes: avoid bogus alignment assumptions...
2005-07-11 Tom LaneAdd support for AES cipher with older OpenSSL libraries.
2005-07-10 Tom LaneMissed adding extra argument to array_recv in a couple...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-10 Bruce Momjian> One more failure:
2005-07-10 Bruce MomjianAdd extra argument for new pg_regexec API.
2005-07-10 Tom LaneSuppress compile warning.
2005-07-10 Bruce MomjianRename xmalloc to pg_malloc for consistency with psql...
2005-07-10 Bruce MomjianReverse pg_malloc patch because psql/print.c is used...
2005-07-10 Bruce MomjianUse failure-safe pg_malloc consistently in psql/print.c.
2005-07-10 Bruce MomjianRemove #include <openssl/bn.h> as compile fix.
2005-07-10 Bruce MomjianFollowing up a previous thought I had, yesterday I...
2005-07-10 Bruce MomjianThe attached patch implements spi_query() and spi_fetch...
2005-07-10 Bruce MomjianAdd --encoding to pg_dump.
2005-07-10 Bruce MomjianThis patch implements putting language handlers for...
2005-07-10 Bruce MomjianAs Kris Jurka found out, pgcrypto does not work with
2005-07-10 Bruce MomjianAdd missing pgcrypto files from previous commit.
2005-07-10 Bruce MomjianUpdate.
2005-07-10 Bruce MomjianThis patch addresses the problem mentioned in the ...
2005-07-10 Bruce MomjianI made the patch that implements regexp_replace again.
2005-07-10 Bruce MomjianMajor pgcrypto changes:
2005-07-10 Bruce Momjian- Add Fortuna PRNG to pgcrypto.
2005-07-10 Bruce MomjianThis patch adds implementation of SHA2 to pgcrypto.
2005-07-10 Bruce MomjianAdd psql \pset numericsep to allow output numbers like...
2005-07-09 Tom LaneFix inadequate error checking: you can't assume that...
2005-07-08 Tom LaneFix config file lexer to not barf if postgresql.conf...
next