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
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-02
Translation updates
Peter Eisentraut
2015-01-31
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-30
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-20
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-20
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-18
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-13
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-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-08
Always set the six locale category environment variables in main().
Noah Misch
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Fix thinko in plpython error message
Alvaro Herrera
2015-01-06
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
2014-12-30
Backpatch variable renaming in formatting.c
Bruce Momjian
2014-12-26
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-12-25
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-24
Add CST (China Standard Time) to our lists of timezone abbreviations.
Tom Lane
2014-12-19
Fix timestamp in end-of-recovery WAL records.
Heikki Linnakangas
2014-12-19
Prevent potentially hazardous compiler/cpu reordering during lwlock release.
Andres Freund
2014-12-18
Recognize Makefile line continuations in fetchRegressOpts().
Noah Misch
2014-12-18
Fix (re-)starting from a basebackup taken off a standby after a failure.
Andres Freund
[next]