OSDN Git Service

pg-rex/syncrep.git
2005-07-05 Tom LaneFix contrib/pgcrypto to autoconfigure for OpenSSL when...
2005-07-05 Bruce MomjianRemove, now have GUC:
2005-07-05 Bruce MomjianAdd:
2005-07-05 Bruce MomjianBack out patch. This should be done like other server...
2005-07-05 Tom LaneFix initialization bug in pgcrypto openssl code. Marko...
2005-07-05 Bruce MomjianAdd NO_PGPORT defines to fix win32/cygwin builds for...
2005-07-04 Bruce MomjianRestructure zic #define fprintf checks to use a NO_PGPO...
2005-07-04 Bruce MomjianI have to admit that I got the case of the preprocessor...
2005-07-04 Bruce MomjianThis patch allows the PL/Python module to do (SRF)...
2005-07-04 Bruce MomjianI made the patch that improved the performance of repla...
2005-07-04 Bruce MomjianFix compile if zic because it now doesn't use libpgport.
2005-07-04 Bruce MomjianMore TODO list section restructuring.
2005-07-04 Bruce MomjianRestructure TODO sections.
2005-07-04 Bruce MomjianFix date_trunct for December dates that are in the...
2005-07-04 Bruce MomjianUpdate
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-07-04 Bruce MomjianReverse this patch:
2005-07-04 Bruce MomjianUpdate wording:
2005-07-04 Neil ConwayFix build break for out of tree (vpath) builds, induced...
2005-07-04 Bruce MomjianBruce, please apply this additional patch, that fixes the
2005-07-03 Tom LaneFix memory leak in plperl_hash_from_tuple(), per report...
2005-07-03 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-07-03 Peter EisentrautSupport cross compilation by compiling "zic" with a...
2005-07-03 Tom LaneImprove outer-join-deduction logic to be able to propag...
2005-07-03 Bruce MomjianThis patch allows contrib/pgcrypto to build with OpenSS...
2005-07-02 Bruce Momjian> A quick look shows that when you use --with-libraries...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
2005-07-02 Bruce MomjianRemove GIST concurrency limitations section.
2005-07-02 Bruce MomjianAdd SGML markup for on/off values in run-time section.
2005-07-02 Bruce MomjianImprove wrapping of long lines in postgresql.conf.
2005-07-02 Bruce MomjianUse on/off consistently for GUC variables in postgresql...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-02 Bruce MomjianUpdate:
2005-07-02 Neil ConwayIn PL/PgSQL, allow a block's label to be optionally...
2005-07-01 Tom LaneFix platform-dependency in recently added regression...
2005-07-01 Bruce MomjianAdd code to pg_dump to use E'' strings when backslashes...
2005-07-01 Tom LaneAvoid function name conflict when plpgsql and rangefunc...
2005-07-01 Tom LaneRemove contrib version of rtree_gist --- now in core...
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-07-01 Peter EisentrautUpdate to autoconf 2.59 as well as updates of related...
2005-07-01 Bruce MomjianClarify code to double \\ and '.
2005-07-01 Bruce MomjianClarify:
2005-07-01 Bruce MomjianUpdate for roles:
2005-07-01 Bruce MomjianUpdate for roles:
2005-07-01 Bruce MomjianItem superceeded now that groups exist:
2005-07-01 Bruce MomjianDone:
2005-07-01 Teodor SigaevFixes from Janko Richter <jankorichter@yahoo.de>
2005-07-01 Bruce MomjianClarify documentation about log_min_duration_statement.
2005-07-01 Teodor SigaevImprove error messages and add comment
2005-07-01 Neil ConwayAdds some missing error handling to PGTYPESnumeric_div...
2005-07-01 Neil ConwayFix some minor infelicities in ecpg's pgtypeslib: ...
2005-06-30 Teodor SigaevBug fixes for GiST crash recovery.
2005-06-30 Peter EisentrautIssue fatal error if no TCP/IP sockets could be created
2005-06-30 Neil ConwayMinor ecpg tweak: the return value of calloc() is guara...
2005-06-30 Neil ConwayWarning cleanups for ecpg tests. Avoid doing pointer...
2005-06-30 Neil ConwayFix ecpg's test/ Makefile for out-of-tree (vpath) builds.
2005-06-30 Neil ConwayFix build break on BSD, OSX, and other systems: add...
2005-06-30 Tom LaneDump comments for large objects.
2005-06-30 Neil ConwayFix a theoretical memory leak in pg_password_sendauth...
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
2005-06-29 Teodor SigaevCleanup, remove unneeded pallocs
2005-06-29 Bruce MomjianImprove gettimeofday() documentation.
2005-06-29 Bruce MomjianImproved words spacing.
2005-06-28 Bruce MomjianUpdate typedefs for pgindent.
2005-06-28 Bruce MomjianChange awk ~ pattern from "" to //.
2005-06-28 Tom LaneFix up problems in write_auth_file and parsing of the...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Teodor SigaevCode cleanup. gistfillbuffer accepts InvalidOffsetNumber.
2005-06-28 Tom LaneFix broken initdb -W option, per Michael Fuhr.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Bruce MomjianDone:
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-27 Tom LaneModify pg_dump to assume that a check constraint is...
2005-06-27 Bruce MomjianDone:
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-27 Bruce MomjianDone:
2005-06-27 Tom LaneRemove the << >> &< and &> operators for contrib/cube...
2005-06-27 Tom LaneAdjust contrib/seg &< and &> operators so that r-tree...
2005-06-26 Tom LaneTweak dynahash.c to not allocate so many entries at...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-26 Tom LaneFix overlooked regression output file.
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-25 Tom LaneFix a couple of items that should be declared Oid not...
2005-06-25 Tom LaneRemove forced CHECKPOINT in regression tests --- redund...
2005-06-25 Tom LaneForce a checkpoint before committing a CREATE DATABASE...
2005-06-25 Tom LaneFix ancient memory leak in index_create(): RelationInit...
2005-06-25 Bruce MomjianAdd:
2005-06-25 Bruce MomjianUpdate:
2005-06-25 Bruce MomjianUpdate:
2005-06-25 Bruce MomjianAdd:
2005-06-25 Bruce MomjianAdd item:
2005-06-24 Bruce MomjianAdd desciption for terminate:
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-24 Tatsuo Ishiiunbreak unicode/utf8 test
2005-06-24 Tom LaneRemove overspecification of precision of CURRENT_TIMEST...
2005-06-24 Tatsuo IshiiAllow direct conversion between EUC_JP and SJIS to...
2005-06-24 Bruce MomjianRemove TODO.detail rtree now that item is fixed.
next