index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-09-19
Stamp 8.4.14.
REL8_4_14
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-09
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-07
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-05
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-08-30
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 8.4.13.
REL8_4_13
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-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-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-09
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-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
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-01
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-05-31
Stamp 8.4.12.
REL8_4_12
Tom Lane
2012-05-31
Translation updates
Peter Eisentraut
2012-05-31
Update time zone data files to tzdata release 2012c.
Tom Lane
2012-05-30
Ignore SECURITY DEFINER and SET attributes for a PL's call handler.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-28
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-26
Prevent synchronized scanning when systable_beginscan chooses a heapscan.
Tom Lane
2012-05-25
Fix string truncation to be multibyte-aware in text_name and bpchar_name.
Tom Lane
2012-05-25
Use binary search instead of brute-force scan in findNamespace().
Tom Lane
2012-05-22
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-16
Fix bug in to_tsquery().
Heikki Linnakangas
2012-05-10
Fix Windows implementation of PGSemaphoreLock.
Tom Lane
2012-05-09
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
Joe Conway
[next]