]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-11-29 Tom LaneFix assorted bugs in CREATE INDEX CONCURRENTLY.
2012-11-29 Michael MeskesWhen processing nested structure pointer variables...
2012-11-22 Tom LaneFix pg_resetxlog to use correct path to postmaster...
2012-11-22 Heikki LinnakangasAvoid bogus "out-of-sequence timeline ID" errors in...
2012-11-21 Tom LaneDon't launch new child processes after we've been told...
2012-11-20 Tom LaneImprove handling of INT_MIN / -1 and related cases.
2012-11-18 Tom LaneLimit values of archive_timeout, post_auth_delay, auth_...
2012-11-14 Tom LaneFix the int8 and int2 cases of (minimum possible intege...
2012-11-13 Tom LaneFix memory leaks in record_out() and record_send().
2012-11-13 Simon RiggsClarify docs on hot standby lock release
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-11-12 Tom LaneCheck for stack overflow in transformSetOperationTree().
2012-11-09 Peter EisentrautXSLT stylesheet: Add slash to directory name
2012-11-05 Tom LaneFix handling of inherited check constraints in ALTER...
2012-10-31 Tom LaneDocument that TCP keepalive settings read as 0 on Unix...
2012-10-26 Tom LanePrefer actual constants to pseudo-constants in equivale...
2012-10-24 Tom LanePrevent parser from believing that views have system...
2012-10-19 Tom LaneFix hash_search to avoid corruption of the hash table...
2012-10-19 Tom LaneFix ruleutils to print "INSERT INTO foo DEFAULT VALUES...
2012-10-18 Heikki LinnakangasFurther tweaking of the readfile() function in pg_ctl.
2012-10-18 Tom LaneFix planning of non-strict equivalence clauses above...
2012-10-17 Simon RiggsFix typo in previous commit
2012-10-17 Simon RiggsClarify hash index caution and copy to CREATE INDEX...
2012-10-15 Heikki LinnakangasFix race condition in pg_ctl reading postmaster.pid.
2012-10-11 Tom LaneFix cross-type case in partial row matching for hashed...
2012-10-10 Tom LaneFix PGXS support for building loadable modules on AIX.
2012-10-09 Tom LaneFix lo_import and lo_export to return useful error...
2012-10-09 Tom LaneFix lo_export usage in example programs.
2012-10-08 Heikki LinnakangasSay ANALYZE, not VACUUM, in error message on analyze...
2012-10-05 Michael MeskesRemoved sentence about not being able to retrieve more...
2012-10-05 Michael MeskesFixed test for array boundary.
2012-10-04 Tom LaneFix permissions explanations in CREATE DATABASE and...
2012-10-03 Alvaro HerreraREASSIGN OWNED: consider grants on tablespaces, too
2012-10-02 Heikki LinnakangasFix access past end of string in date parsing.
2012-09-29 Tom LaneFix bugs in "restore.sql" script emitted in pg_dump...
2012-09-28 Tom LaneFix pg_restore to accept POSIX-conformant tar files.
2012-09-25 Tom LaneFix examples of how to use "su" while starting the...
2012-09-19 Tom LaneStamp 9.0.10. REL9_0_10
2012-09-19 Tom LaneUpdate release notes for 9.2.1, 9.1.6, 9.0.10, 8.4...
2012-09-19 Tom LaneUpdate time zone data files to tzdata release 2012f.
2012-09-19 Peter EisentrautTranslation updates
2012-09-17 Tom LaneProvide adequate documentation of the "table_name ...
2012-09-16 Kevin GrittnerFix documentation reference to maximum allowed for...
2012-09-14 Tom LaneBack-patch fix and test case for bug #7516.
2012-09-10 Tom LaneMake plperl safe against functions that are redefined...
2012-09-08 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-09-06 Robert HaasFix "too many arguments" messages not to index off...
2012-09-06 Tom LaneFix inappropriate error messages for Hot Standby miscon...
2012-09-05 Andrew DunstanFix line end mishandling in pg_upgrade on Windows.
2012-09-05 Tom LaneRestore SIGFPE handler after initializing PL/Perl.
2012-09-04 Andrew DunstanUnbreak Windows builds on 9.0 broken by 4397c51816cbb91...
2012-09-03 Andrew DunstanUse correct path separator for Windows builtin commands.
2012-08-31 Tom LaneBack-patch recent fixes for gistchoose and gistRelocate...
2012-08-30 Robert HaasDocument how to prevent PostgreSQL itself from exhausti...
2012-08-30 Robert HaasAdd missing period to detail message.
2012-08-23 Tom LaneFix cascading privilege revoke to notice when privilege...
2012-08-15 Tom LaneFix rescan logic in nodeCtescan.
2012-08-14 Tom LaneStamp 9.0.9. REL9_0_9
2012-08-14 Tom LaneUpdate release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20.
2012-08-14 Tom LanePrevent access to external files/URLs via contrib/xml2...
2012-08-14 Tom LanePrevent access to external files/URLs via XML entity...
2012-08-14 Peter EisentrautTranslation updates
2012-08-14 Tom LaneUpdate time zone data files to tzdata release 2012e.
2012-08-10 Magnus HaganderFix upper limit of superuser_reserved_connections,...
2012-08-07 Simon Riggsfsync backup_label after pg_start_backup()
2012-08-06 Heikki LinnakangasPut back plpython_unicode_2.out for SQL_ASCII case.
2012-08-06 Heikki LinnakangasPerform conversion from Python unicode to string/bytes...
2012-08-03 Tom LaneFix bugs with parsing signed hh:mm and hh:mm:ss fields...
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-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 Tom LaneOnly allow autovacuum to be auto-canceled by a directly...
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-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-07-17 Tom LaneImprove coding around the fsync request queue.
2012-07-15 Tom LanePrevent corner-case core dump in rfree().
2012-07-12 Tom LaneFix walsender processes to establish a SIGALRM handler.
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 Tom LaneRefactor pattern_fixed_prefix() to avoid dealing in...
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-04 Magnus HaganderFix typo
2012-06-30 Tom LanePrevent CREATE TABLE LIKE/INHERITS from (mis) copying...
2012-06-29 Heikki LinnakangasInitialize shared memory copy of ckptXidEpoch correctly...
2012-06-29 Tom LaneFix NOTIFY to cope with I/O problems, such as out-of...
2012-06-26 Robert HaasBackport fsync queue compaction logic to all supported...
2012-06-21 Tom LaneFix memory leak in ARRAY(SELECT ...) subqueries.
2012-06-19 Alvaro Herrerapg_dump: Fix verbosity level in LO progress messages
2012-06-19 Peter EisentrautUpdate copyright year in forgotten places
2012-06-17 Magnus HaganderAdd missing subtitle for compressed archive logs
2012-06-08 Simon RiggsFix bug in early startup of Hot Standby with subtransac...
2012-06-08 Tom LaneRevert "Wake WALSender to reduce data loss at failover...
2012-06-07 Simon RiggsWake WALSender to reduce data loss at failover for...
2012-06-05 Tom LaneFix some more bugs in contrib/xml2's xslt_process().
2012-06-01 Simon RiggsAvoid early reuse of btree pages, causing incorrect...
next