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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-14
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-13
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-12
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-08-31
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-22
Add a hash_combine function for mixing hash values.
Andres Freund
2017-08-15
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-10
Reject use of ucol_strcollUTF8() before ICU 53
Peter Eisentraut
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-30
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-13
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-02
Remove create_singleton_array(), hard-coding the case in its sole caller.
Tom Lane
2017-04-12
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-06
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Identity columns
Peter Eisentraut
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-04
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-03
Expand hash indexes more gradually.
Robert Haas
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-03-31
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-26
Fix cpluspluscheck warning
Peter Eisentraut
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-23
Avoid syntax error on platforms that have neither LOCALE_T nor ICU.
Tom Lane
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-12
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
[next]