]> granicus.if.org Git - postgresql/history - src
Update isolation tests' README file.
[postgresql] / src /
2012-08-08 Tom LaneUpdate isolation tests' README file.
2012-08-08 Tom LaneFix TwoPhaseGetDummyBackendId().
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-08-07 Tom LaneTweak new Perl pgindent for compatibility with middle...
2012-08-07 Robert HaasFix memory leaks in event trigger code.
2012-08-07 Bruce MomjianFix to_char(), to_date(), and to_timestamp() to handle...
2012-08-07 Alvaro HerreraFix redundant wording
2012-08-07 Simon Riggsfsync backup_label after pg_start_backup()
2012-08-06 Alvaro HerreraMake strings identical
2012-08-06 Magnus HaganderComplain with proper error message if streaming stops...
2012-08-06 Heikki LinnakangasPerform conversion from Python unicode to string/bytes...
2012-08-04 Bruce MomjianReplace pgindent shell script with Perl script. Update...
2012-08-03 Tom LaneFix bugs with parsing signed hh:mm and hh:mm:ss fields...
2012-08-03 Tom LaneImprove underdocumented btree_xlog_delete_get_latestRem...
2012-08-03 Tom LaneIn SPGiST replay, do conflict resolution before modifyi...
2012-08-02 Tom LaneFix race conditions associated with SPGiST redirection...
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-07-31 Tom LaneFix WITH attached to a nested set operation (UNION...
2012-07-31 Tom LaneFix syslogger so that log_truncate_on_rotation works...
2012-07-31 Alvaro Herrerapg_basebackup: stylistic adjustments
2012-07-27 Tom LaneImprove reporting of error situations in find_other_exec().
2012-07-26 Tom LaneOnly allow autovacuum to be auto-canceled by a directly...
2012-07-26 Robert HaasTab complete table names after ALTER TABLE x [NO] INHERIT.
2012-07-26 Robert HaasLog a better message when canceling autovacuum.
2012-07-25 Tom LaneFix longstanding crash-safety bug with newly-created...
2012-07-25 Alvaro HerreraAdd translator comments to module names
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-07-23 Peter EisentrautUpdate information schema to SQL:2011
2012-07-22 Tom LaneFix name collision between concurrent regression tests.
2012-07-22 Tom LaneImprove copydir() code for the case that fsync is off.
2012-07-21 Tom LaneUse --nosync during make check's initdb call.
2012-07-21 Tom LaneSuppress volatile-related warning seen in some compilers.
2012-07-21 Tom LaneAccount for SRFs in targetlists in planner rowcount...
2012-07-21 Robert HaasRevert temporary patch to debug Windows breakage.
2012-07-21 Robert HaasRepair plpgsql_validator breakage.
2012-07-20 Andrew DunstanRemove now unneeded results file for disabled prepared...
2012-07-20 Robert HaasTemporary patch to try to debug why event trigger patch...
2012-07-20 Andrew DunstanRemove prepared transactions from main isolation test...
2012-07-20 Peter Eisentrautpg_dump: Simplify mkdir() error checking
2012-07-20 Alvaro Herreraconnoinherit may be true only for CHECK constraints
2012-07-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-19 Tom LaneRethink checkpointer's fsync-request table representation.
2012-07-19 Tom LaneSend only one FORGET_RELATION_FSYNC request when droppi...
2012-07-18 Heikki LinnakangasRefactor the way code is shared between some range...
2012-07-18 Tom LaneFix statistics breakage from bgwriter/checkpointer...
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-17 Tom LaneImprove coding around the fsync request queue.
2012-07-17 Peter EisentrautPL/Python: Remove PLy_result_ass_item
2012-07-17 Alvaro HerreraRemove recently added PL/Perl encoding tests
2012-07-17 Tom LanePut back storage/proc.h in postmaster.c.
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-16 Peter EisentrautAdd comment why seemingly dead code is necessary
2012-07-16 Tom LaneAvoid pre-determining index names during CREATE TABLE...
2012-07-15 Tom LanePrevent corner-case core dump in rfree().
2012-07-14 Heikki LinnakangasDon't initialize TLI variable to -1, as TimeLineID...
2012-07-14 Heikki LinnakangasPrint the name of the WAL file containing latest REDO...
2012-07-13 Tom LaneAdd fsync capability to initdb, and use sync_file_range...
2012-07-13 Tom LaneCosmetic cleanup of ginInsertValue().
2012-07-12 Peter EisentrautAvoid extra newlines in XML mapping in table forest...
2012-07-12 Tom LaneSkip text->binary conversion of unnecessary columns...
2012-07-12 Bruce MomjianRemove 'x =- 1' check for pgindent, not needed, per...
2012-07-12 Magnus HaganderFix memory and file descriptor leaks in pg_receivexlog...
2012-07-11 Tom LaneAdd array_remove() and array_replace() functions.
2012-07-11 Tom LaneFix bogus macro definition.
2012-07-10 Tatsuo IshiiAdd comments about additional mule-internal charsets...
2012-07-10 Tom LaneFix ASCII case in pg_wchar2mule_with_len.
2012-07-10 Alvaro Herreraplperl: Skip setting UTF8 flag when in SQL_ASCII encoding
2012-07-10 Alvaro Herreraperltidy adjustments to new file
2012-07-10 Tom LaneRe-implement extraction of fixed prefixes from regular...
2012-07-10 Tom LaneRefactor pattern_fixed_prefix() to avoid dealing in...
2012-07-09 Tom LaneFix planner to pass correct collation to operator selec...
2012-07-07 Tom LaneSimplify and document regex library's compact-NFA repre...
2012-07-06 Alvaro HerreraConvert libpq regress script to Perl
2012-07-06 Alvaro HerreraUpdate libpq test expected output
2012-07-06 Bruce MomjianRun updated copyright.pl on HEAD and 9.2 trees, updatin...
2012-07-06 Bruce MomjianHave copyright.pl skip updating something that is just...
2012-07-06 Bruce MomjianModify copyright.pl so all lines are processed, not...
2012-07-06 Bruce MomjianFix copyright.pl to properly skip the .git directory...
2012-07-06 Bruce MomjianFix spacing in copyright.pl after being run with missin...
2012-07-06 Robert HaasFix failure of new wchar->mb functions to advance from...
2012-07-05 Tom LaneDon't try to trim "../" in join_path_components().
2012-07-05 Heikki LinnakangasRevert part of the previous patch that avoided using...
2012-07-05 Heikki LinnakangasFix mapping of PostgreSQL encodings to Python encodings.
2012-07-05 Tom LaneRemove support for using wait3() in place of waitpid().
2012-07-05 Magnus HaganderFix function argument tab completion for schema-qualifi...
2012-07-05 Bruce MomjianFix missing regex slash that caused perltidy to get...
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-07-04 Bruce MomjianHave pg_dump in binary-upgrade mode properly drop user...
2012-07-04 Robert HaasAdd wchar -> mb conversion routines.
2012-07-04 Robert HaasIncrease the maximum initdb-configured value for shared...
2012-07-04 Magnus HaganderRemove duplicate, unnecessary, variable declaration
2012-07-04 Magnus HaganderSet the write location in the pg_receivexlog status...
2012-07-04 Magnus HaganderAlways treat a standby returning an an invalid flush...
2012-07-04 Tom LaneImprove documentation about MULE encoding.
2012-07-03 Alvaro HerreraForgot an #include in the previous patch :-(
2012-07-03 Alvaro HerreraHave REASSIGN OWNED work on extensions, too
next