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
2015-02-11
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-11
Fix more memory leaks in failure path in buildACLCommands.
Tom Lane
2015-02-11
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
Fix pg_dump's heuristic for deciding which casts to dump.
Tom Lane
2015-02-10
Fix GEQO to not assume its join order heuristic always works.
Tom Lane
2015-02-06
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-04
Add missing float.h include to snprintf.c.
Andres Freund
2015-02-02
Stamp 9.3.6.
REL9_3_6
Tom Lane
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
port/snprintf(): fix overflow and do padding
Bruce Momjian
2015-02-02
to_char(): prevent writing beyond the allocated buffer
Bruce Momjian
2015-02-02
to_char(): prevent accesses beyond the allocated buffer
Bruce Momjian
2015-02-01
Translation updates
Peter Eisentraut
2015-01-30
Update time zone data files to tzdata release 2015a.
Tom Lane
2015-01-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
Allow pg_dump to use jobs and serializable transactions together.
Kevin Grittner
2015-01-29
Fix BuildIndexValueDescription for expressions
Stephen Frost
2015-01-29
Properly terminate the array returned by GetLockConflicts().
Andres Freund
2015-01-29
Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.
Heikki Linnakangas
2015-01-28
Clean up range-table building in copy.c
Stephen Frost
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-27
Fix NUMERIC field access macros to treat NaNs consistently.
Tom Lane
2015-01-26
Fix volatile-safety issue in pltcl_SPI_execute_plan().
Tom Lane
2015-01-26
Fix volatile-safety issue in asyncQueueReadAllNotifications().
Tom Lane
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-19
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-19
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-18
Fix use of already freed memory when dumping a database's security label.
Andres Freund
2015-01-17
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-16
Another attempt at fixing Windows Norwegian locale.
Heikki Linnakangas
2015-01-16
Update "pg_regress --no-locale" for Darwin and Windows.
Noah Misch
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-14
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-12
Fix some functions that were declared static then defined not-static.
Tom Lane
2015-01-12
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-12
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-09
xlogreader.c: Fix report_invalid_record translatability flag
Alvaro Herrera
2015-01-07
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
Always set the six locale category environment variables in main().
Noah Misch
2015-01-07
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-07
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Fix thinko in plpython error message
Alvaro Herrera
2015-01-05
Fix broken pg_dump code for dumping comments on event triggers.
Tom Lane
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
Fix inconsequential fd leak in the new mark_file_as_archived() function.
Andres Freund
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-12-31
Improve consistency of parsing of psql's magic variables.
Tom Lane
[next]