]> granicus.if.org Git - postgresql/shortlog
postgresql
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 MomjianReword documentation for concurrent index rebuilds...
2012-08-03 Tom LaneFix bugs with parsing signed hh:mm and hh:mm:ss fields...
2012-08-03 Bruce MomjianAdd link to synchronous_commit variables in high availa...
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-03 Bruce MomjianDocument that trying to exceed temp_file_limit causes...
2012-08-03 Bruce MomjianDocument that, for psql -c, only the result of the...
2012-08-03 Bruce MomjianIn pg_upgrade, use pg_log() instead of prep_status...
2012-08-02 Tom LaneStamp 9.2beta3. REL9_2_BETA3
2012-08-02 Peter EisentrautTranslation updates
2012-08-02 Tom LaneFix race conditions associated with SPGiST redirection...
2012-08-02 Tom LaneUpdate release notes for libpq feature change.
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-08-01 Tom LaneAdd documentation cross-reference for JSON functions.
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-31 Alvaro HerreraFix memory and file descriptor leaks in pg_receivexlog...
2012-07-30 Bruce MomjianNow that the diskchecker.pl author has updated the...
2012-07-27 Tom LaneImprove reporting of error situations in find_other_exec().
2012-07-27 Bruce MomjianUpdate doc mention of diskchecker.pl to add URL for...
2012-07-26 Bruce MomjianDocument that the pg_upgrade user of rsync might want...
2012-07-26 Tom LaneOnly allow autovacuum to be auto-canceled by a directly...
2012-07-26 Robert HaasLog a better message when canceling autovacuum.
2012-07-26 Bruce MomjianSimplify pg_upgrade's handling when returning directory...
2012-07-25 Tom LaneFix longstanding crash-safety bug with newly-created...
2012-07-25 Peter EisentrautDocument that pg_basebackup will create its output...
2012-07-25 Alvaro HerreraAdd translator comments to module names
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-07-22 Tom LaneFix name collision between concurrent regression tests.
2012-07-21 Tom LaneAccount for SRFs in targetlists in planner rowcount...
2012-07-20 Andrew DunstanRemove now unneeded results file for disabled prepared...
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-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 Tom LaneGet rid of useless global variable in pg_upgrade.
2012-07-18 Tom LaneImprove pg_upgrade's load_directory() function.
2012-07-17 Tom LaneImprove coding around the fsync request queue.
2012-07-17 Peter EisentrautShow step titles in the pg_upgrade man page
2012-07-17 Alvaro HerreraRemove recently added PL/Perl encoding tests
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 Peter EisentrautAdd link to PEP 394 regarding python2 vs python3 naming
2012-07-12 Tom LaneFix walsender processes to establish a SIGALRM handler.
2012-07-11 Bruce MomjianDocument that Log-Shipping Standby Servers cannot be...
2012-07-10 Tom LaneBack-patch fix for extraction of fixed prefixes from...
2012-07-10 Tom LaneBack-patch addition of pg_wchar-to-multibyte conversion...
2012-07-10 Alvaro Herreraplperl: Skip setting UTF8 flag when in SQL_ASCII encoding
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-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 Bruce MomjianUpdate pg_upgrade comments for recent configpath fix.
2012-07-06 Bruce MomjianFix PGDATAOLD and PGDATANEW to properly set pgconfig...
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 Bruce MomjianFix missing regex slash that caused perltidy to get...
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-04 Bruce MomjianHave pg_dump in binary-upgrade mode properly drop user...
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 Magnus HaganderRemove reference to default wal_buffers being 8
2012-07-04 Magnus HaganderRemove references to PostgreSQL bundled on Solaris
2012-07-04 Magnus HaganderFix typo
2012-07-04 Magnus HaganderRemove references to pgfoundry as recommended hosting...
2012-07-03 Alvaro HerreraForgot an #include in the previous patch :-(
2012-07-03 Alvaro HerreraHave REASSIGN OWNED work on extensions, too
2012-07-02 Peter EisentrautAssorted message style improvements
2012-07-02 Peter EisentrautAdd missing space in event_source GUC description.
2012-07-02 Tom LaneFix to_date's handling of year 519.
2012-07-01 Tom LaneFix race condition in enum value comparisons.
2012-06-30 Tom LaneRemove inappropriate semicolons after function definitions.
2012-06-30 Tom LanePrevent CREATE TABLE LIKE/INHERITS from (mis) copying...
2012-06-30 Peter Eisentrautinitdb: Update check_need_password for new options
2012-06-29 Heikki LinnakangasInitialize shared memory copy of ckptXidEpoch correctly...
2012-06-29 Alvaro HerreraMake the pg_upgrade log files contain actual commands
2012-06-29 Alvaro Herrerapg_dump: Fix verbosity level in LO progress messages
2012-06-29 Tom LaneFix NOTIFY to cope with I/O problems, such as out-of...
2012-06-28 Tom LaneMake UtilityContainsQuery recurse until it finds a...
2012-06-27 Robert HaasUpdate release notes for pg_terminate_backend changes.
2012-06-27 Robert HaasAllow pg_terminate_backend() to be used on backends...
2012-06-26 Tom LaneCope with smaller-than-normal BLCKSZ setting in SPGiST...
2012-06-26 Tom LaneMake pg_dump emit more accurate dependency information.
2012-06-26 Tom LaneImprove pg_dump's dependency-sorting logic to enforce...
2012-06-21 Peter EisentrautMake placeholders in SQL command help more consistent...
2012-06-21 Tom LaneFix memory leak in ARRAY(SELECT ...) subqueries.
2012-06-19 Peter EisentrautRemove confusing half sentence from legal notice
next