]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2012-06-18 Peter Eisentrautpg_dump: Add missing newlines at end of messages
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-17 Magnus HaganderReorder basebackup options, to list pg_basebackup first
2012-06-16 Bruce MomjianRemove 'for' loop perltidy argument, and move args...
2012-06-16 Bruce MomjianIn pgindent, suppress reading the perltidy RC file...
2012-06-16 Bruce MomjianUpdate pgindent Perl indentation instructions based...
2012-06-15 Bruce MomjianImprove pg_upgrade wording for pg_ctl start failure...
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-14 Peter EisentrautAdd more message pluralization
2012-06-13 Tom LaneRevisit error message details for JSON input parsing.
2012-06-13 Tom LaneRemove release note entry for reverted patch.
2012-06-13 Tom LaneRevert "Reduce checkpoints and WAL traffic on low activ...
2012-06-13 Tom LaneFix description of SQL-standard meaning of CREATE LOCAL...
2012-06-13 Tom LaneDeprecate use of GLOBAL and LOCAL in temp table creation.
2012-06-13 Tom LaneSupport Linux's oom_score_adj API as well as the older...
2012-06-13 Bruce MomjianIn pg_upgrade, verify that the install user has the...
2012-06-13 Peter EisentrautImprove documentation of postgres -C option
2012-06-12 Tom LaneMinor code review for json.c.
2012-06-12 Robert HaasMark JSON error detail messages for translation.
2012-06-12 Robert HaasCopy-editing of release notes.
2012-06-12 Tom LaneEnsure pg_ctl behaves sanely when data directory is...
2012-06-12 Tom LaneFix pg_dump output to a named tar-file archive.
2012-06-11 Peter Eisentrautpg_receivexlog: Rename option --dir to --directory
2012-06-11 Magnus HaganderPrevent non-streaming replication connections from...
2012-06-11 Magnus HaganderRevert behaviour of -x/--xlog to 9.1 semantics
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-10 Bruce MomjianUpdate pgindent install instructions and update typedef...
2012-06-10 Magnus HaganderFix pg_basebackup/pg_receivexlog for floating point...
2012-06-10 Magnus HaganderError message capitalization fix
2012-06-10 Peter EisentrautMake include files work without having to include other...
2012-06-10 Simon RiggsRevert error message on GLOBAL/LOCAL pending further...
2012-06-09 Simon RiggsAdd ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
2012-06-08 Simon RiggsFix bug in early startup of Hot Standby with subtransac...
2012-06-08 Robert HaasWhen using libpq URI syntax, error out on invalid param...
2012-06-08 Peter EisentrautDocumentation style improvements
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-06-07 Peter EisentrautDocumentation spell and markup checking
2012-06-07 Peter EisentrautMessage style improvements
2012-06-07 Tom LaneDo unlocked prechecks in bufmgr.c loops that scan the...
2012-06-07 Simon RiggsWake WALSender to reduce data loss at failover for...
2012-06-07 Robert HaasFix more crash-safe visibility map bugs, and improve...
2012-06-05 Magnus HaganderUse strerror(errno) instead of %m
next