]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2005-06-24 Bruce MomjianDone:
2005-06-24 Bruce MomjianCompleted:
2005-06-24 Bruce MomjianAdd:
2005-06-24 Neil ConwayCode cleanup: remove 3 duplicate static function declar...
2005-06-24 Neil ConwayThis trivial patch removes an unused variable. From...
2005-06-24 Tom LaneFix rtree and contrib/rtree_gist search behavior for...
2005-06-23 Bruce MomjianUpdate text of terminate:
2005-06-23 Tom LaneMove findoidjoins out of contrib and into src/tools...
2005-06-23 Tom LaneCleanup the contrib/lo module: there is no need anymore...
2005-06-22 Tom LaneRemove contrib modules that have been agreed to be...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-22 Tom LaneAdd a validator function for plperl. Andrew Dunstan
2005-06-22 Tom LaneAdd a hack requested by the JDBC driver writers: when...
2005-06-22 Neil ConwayFix bug in CONTINUE statement for PL/pgSQL: when we...
2005-06-22 Neil ConwayCorrect some code in pg_restore when reading the header...
2005-06-22 Neil ConwayMore trivial dead code removal: in int_to_roman(),...
2005-06-22 Neil ConwayAdd a CONTINUE statement to PL/PgSQL, which can be...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-21 Tom LaneFix pg_dumpall to do the right thing with "postgres...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-21 Neil ConwayFix a potential backend crash during authentication...
2005-06-21 Neil ConwayTrivial dead code removal: in CreateSchemaCommand(...
2005-06-21 Neil ConwayTrivial dead code removal: in _complete_from_query...
2005-06-21 Neil ConwayTrivial dead code removal: in makeObjectName(), name1...
2005-06-20 Tom Laneexec_eval_datum leaks memory when dealing with ROW...
2005-06-20 Tom LaneRemove read_file/write_file tests. These were original...
2005-06-20 Tom Laneplpgsql's exec_assign_value() freed the old value of...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-20 Teodor Sigaevfix founded hole in recovery after crash, add vacuum_de...
next