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
/
backend
Age
Commit message (
Expand
)
Author
2015-02-06
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-04
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-03
Fix breakage in GEODEBUG debug code.
Tom Lane
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
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-30
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
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 asyncQueueReadAllNotifications().
Tom Lane
2015-01-26
Further cleanup of ReorderBufferCommit().
Tom Lane
2015-01-26
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-24
Fix unsafe coding in ReorderBufferCommit().
Tom Lane
2015-01-20
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-18
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
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
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
Protect against XLogReaderAllocate() failing to allocate memory.
Andres Freund
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
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
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
2015-01-03
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2014-12-31
Fix trailing whitespace in PO file
Peter Eisentraut
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
Remove duplicate include of slot.h.
Fujii Masao
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
Fix (re-)starting from a basebackup taken off a standby after a failure.
Andres Freund
2014-12-17
Fix poorly worded error message.
Tom Lane
2014-12-16
Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.
Tom Lane
2014-12-16
Misc comment typo fixes.
Heikki Linnakangas
2014-12-15
Translation updates
Alvaro Herrera
[next]