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
2014-12-13
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-12
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
Put the logic to decide which synchronous standby is active into a function.
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
Further changes to REINDEX SCHEMA
Simon Riggs
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-11
Use correct macro for reltablespace.
Heikki Linnakangas
2014-12-11
Fix minor thinko in convertToJsonb().
Tom Lane
2014-12-09
Silence REINDEX
Simon Riggs
2014-12-08
REINDEX SCHEMA
Simon Riggs
2014-12-08
Windows: use GetSystemTimePreciseAsFileTime if available
Simon Riggs
2014-12-07
Remove duplicate code in heap_prune_chain()
Simon Riggs
2014-12-07
Event Trigger for table_rewrite
Simon Riggs
2014-12-07
Tweaks for recovery_target_action
Simon Riggs
2014-12-05
Print new track_commit_timestamp in rm_desc of a parameter-change record.
Heikki Linnakangas
2014-12-05
Print wal_log_hints in the rm_desc routing of a parameter-change record.
Heikki Linnakangas
2014-12-05
Don't dump core if pq_comm_reset() is called before pq_init().
Robert Haas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
Fix typos
Alvaro Herrera
2014-12-02
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-12-02
Fix JSON aggregates to work properly when final function is re-executed.
Tom Lane
2014-12-02
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-01
Guard against bad "dscale" values in numeric_recv().
Tom Lane
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-28
Add bms_get_singleton_member(), and use it where appropriate.
Tom Lane
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
Improve performance of OverrideSearchPathMatchesCurrent().
Tom Lane
2014-11-28
Improve typcache: cache negative lookup results, add invalidation logic.
Tom Lane
2014-11-28
Fix assertion failure at end of PITR.
Heikki Linnakangas
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-26
Attempt to suppress uninitialized variable warning.
Robert Haas
2014-11-25
Fix uninitialized-variable warning.
Tom Lane
2014-11-25
action_at_recovery_target recovery config option
Simon Riggs
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
Add int64 -> int8 mapping to genbki
Stephen Frost
2014-11-25
Allow using connection URI in primary_conninfo.
Heikki Linnakangas
2014-11-25
Make Port->ssl_in_use available, even when built with !USE_SSL
Heikki Linnakangas
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-24
Add a few paragraphs to B-tree README explaining L&Y algorithm.
Heikki Linnakangas
2014-11-24
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-23
Allow simplification of EXISTS() subqueries containing LIMIT.
Tom Lane
2014-11-22
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-11-21
Rearrange CustomScan API.
Tom Lane
2014-11-21
Simplify API for initially hooking custom-path providers into the planner.
Tom Lane
2014-11-21
No need to call XLogEnsureRecordSpace when the relation is unlogged.
Heikki Linnakangas
2014-11-21
Fix bogus comments in XLogRecordAssemble
Heikki Linnakangas
[next]