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-12-03
Translation updates
Peter Eisentraut
2012-12-02
Update time zone data files to tzdata release 2012j.
Tom Lane
2012-12-02
Fix psql crash while parsing SQL file whose encoding is different from
Tatsuo Ishii
2012-12-01
Prevent passing gmake's environment variables down through pg_regress.
Tom Lane
2012-11-30
Add missing buffer lock acquisition in GetTupleForTrigger().
Tom Lane
2012-11-30
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-11-29
When processing nested structure pointer variables ecpg always expected an
Michael Meskes
2012-11-22
Fix pg_resetxlog to use correct path to postmaster.pid.
Tom Lane
2012-11-20
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-18
Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.
Tom Lane
2012-11-14
Fix the int8 and int2 cases of (minimum possible integer) % (-1).
Tom Lane
2012-11-13
Fix memory leaks in record_out() and record_send().
Tom Lane
2012-11-12
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-10-26
Prefer actual constants to pseudo-constants in equivalence class machinery.
Tom Lane
2012-10-24
Prevent parser from believing that views have system columns.
Tom Lane
2012-10-19
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-18
Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-15
Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas
2012-10-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-10
Fix PGXS support for building loadable modules on AIX.
Tom Lane
2012-10-09
Fix lo_import and lo_export to return useful error messages more often.
Tom Lane
2012-10-09
Fix lo_export usage in example programs.
Tom Lane
2012-10-03
REASSIGN OWNED: consider grants on tablespaces, too
Alvaro Herrera
2012-10-02
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-09-29
Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Tom Lane
2012-09-28
Fix pg_restore to accept POSIX-conformant tar files.
Tom Lane
2012-09-19
Stamp 8.3.21.
REL8_3_21
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-06
Fix "too many arguments" messages not to index off the end of argv[].
Robert Haas
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-14
Stamp 8.3.20.
REL8_3_20
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-08
fsync backup_label after pg_start_backup()
Simon Riggs
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
8.3 doesn't have errdetail_log().
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
[next]