index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-09-19
Stamp 9.0.10.
REL9_0_10
Tom Lane
2012-09-19
Update time zone data files to tzdata release 2012f.
Tom Lane
2012-09-19
Translation updates
Peter Eisentraut
2012-09-14
Back-patch fix and test case for bug #7516.
Tom Lane
2012-09-10
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-08
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-06
Fix "too many arguments" messages not to index off the end of argv[].
Robert Haas
2012-09-06
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-08-31
Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
Add missing period to detail message.
Robert Haas
2012-08-23
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-15
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-14
Stamp 9.0.9.
REL9_0_9
Tom Lane
2012-08-14
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
Translation updates
Peter Eisentraut
2012-08-14
Update time zone data files to tzdata release 2012e.
Tom Lane
2012-08-10
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Magnus Hagander
2012-08-07
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-06
Put back plpython_unicode_2.out for SQL_ASCII case.
Heikki Linnakangas
2012-08-06
Perform conversion from Python unicode to string/bytes object via UTF-8.
Heikki Linnakangas
2012-08-03
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-27
Improve reporting of error situations in find_other_exec().
Tom Lane
2012-07-26
Only allow autovacuum to be auto-canceled by a directly blocked process.
Tom Lane
2012-07-26
Log a better message when canceling autovacuum.
Robert Haas
2012-07-25
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-20
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-07-15
Prevent corner-case core dump in rfree().
Tom Lane
2012-07-12
Fix walsender processes to establish a SIGALRM handler.
Tom Lane
2012-07-10
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
Back-patch addition of pg_wchar-to-multibyte conversion functionality.
Tom Lane
2012-07-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-05
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
Revert part of the previous patch that avoided using PLy_elog().
Heikki Linnakangas
2012-07-05
Fix mapping of PostgreSQL encodings to Python encodings.
Heikki Linnakangas
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-29
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.
Tom Lane
2012-06-26
Backport fsync queue compaction logic to all supported branches.
Robert Haas
2012-06-21
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-19
pg_dump: Fix verbosity level in LO progress messages
Alvaro Herrera
2012-06-19
Update copyright year in forgotten places
Peter Eisentraut
2012-06-08
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-06-08
Revert "Wake WALSender to reduce data loss at failover for async commit."
Tom Lane
2012-06-07
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-01
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-05-31
Stamp 9.0.8.
REL9_0_8
Tom Lane
[next]