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-02
Translation updates
Peter Eisentraut
2015-01-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
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-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
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
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-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
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-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-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-12
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-12-12
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-02
Fix JSON aggregates to work properly when final function is re-executed.
Tom Lane
2014-12-01
Guard against bad "dscale" values in numeric_recv().
Tom Lane
2014-12-01
Fix backpatching error in commit 55c88079
Andrew Dunstan
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-11-28
Update transaction README for persistent multixacts
Alvaro Herrera
2014-11-22
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-11-15
Sync unlogged relations to disk after they have been reset.
Andres Freund
2014-11-15
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-15
Backport "Expose fsync_fname as a public API".
Andres Freund
2014-11-14
Allow interrupting GetMultiXactIdMembers
Alvaro Herrera
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-11
Fix dependency searching for case where column is visited before table.
Tom Lane
2014-11-10
Ensure that whole-row Vars produce nonempty column names.
Tom Lane
2014-11-07
Cope with more than 64K phrases in a thesaurus dictionary.
Tom Lane
2014-11-06
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
2014-11-04
Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.
Tom Lane
[next]