TopicMailing ListsActivityParticipants
2 commits
docs: Adapt wal_segment_size docs to fc49e24fa69.
master12beta1REL_19_STABLE12beta1REL_18_STABLE12beta1REL_17_STABLE12beta1REL_16_STABLE12beta1REL_15_STABLE12beta1REL_14_STABLE12beta1REL_13_STABLE12beta1+2 more
Fix s/intidb/initdb/ typo.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Make WAL segment size configurable at initdb time.
pgsql: Make WAL segment size configurable at initdb time.
hackerscomitters
15 replies
Nov 10, 2018
David SteeleAndres FreundMichael PaquierRobert Haas
21 commits
Improve JIT docs.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Add documentation for the JIT feature.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Add EXPLAIN support for JIT.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Add inlining support to LLVM JIT provider.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
JIT tuple deforming in LLVM JIT provider.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
+16 more
2018-03Committed
Patch#1580
CINot processed
ReviewersPeter Eisentraut (petere), Thomas Munro (macdice)
CommitterAndres Freund (andresfreund)
JIT compiling expressions/deform + inlining prototype v2.0
JIT compiling expressions/deform + inlining prototype v2.0
hackers
270 replies
Sep 06, 2018
Andres FreundThomas MunroPeter EisentrautKonstantin KnizhnikJeff Davis+27
1 commit
Constify numeric.c.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Constifying numeric.c's local vars
Constifying numeric.c's local vars
hackers
5 replies
Feb 22, 2018
Andres FreundTom LaneMark Dilger
1 commit
Clear stmt_timeout_active if we disable_all_timeouts.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Rearm statement_timeout after each executed query.
pgsql: Rearm statement_timeout after each executed query.
hackerscomitters
4 replies
Feb 14, 2018
Andres FreundPeter EisentrautThomas MunroRobert Haas
4 commits
Backport: Add inline murmurhash32(uint32) function.
REL_10_STABLE10.2
Improve sys/catcache performance.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Add pg_noinline macro to c.h.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Add inline murmurhash32(uint32) function.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
2017-11Committed
Patch#1300
CINot processed
CommitterAndres Freund (andresfreund)
Improve catcache/syscache performance.
Improve catcache/syscache performance.
hackers
15 replies
Nov 17, 2017
Andres FreundAmul SulRobert HaasTom Lanetushar+3
pg_control_recovery() return value when not in recovery
hackers
9 replies
Oct 14, 2017
Andres FreundMichael PaquierJoe ConwaySimon RiggsRobert Haas+1
8 commits
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Improve performance of SendRowDescriptionMessage.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Use one stringbuffer for all rows printed in printtup.c.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Add configure infrastructure to detect support for C99's restrict.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Allow to avoid NUL-byte management for stringinfos and use in format.c.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
+3 more
SendRowDescriptionMessage() is slow for queries with a lot of columns
SendRowDescriptionMessage() is slow for queries with a lot of columns
hackers
28 replies
Oct 11, 2017
Andres FreundRobert HaasThom BrownMithun CyMichael Paquier+3
1 commit
Replace binary search in fmgr_isbuiltin with a lookup array.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Binary search in fmgr_isbuiltin() is a bottleneck.
Binary search in fmgr_isbuiltin() is a bottleneck.
hackers
32 replies
Oct 05, 2017
Andres FreundTom LaneRobert HaastusharJeevan Ladhe+1
3 commits
Allow pg_ctl kill to send SIGKILL.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Try to make crash restart test work on windows.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Make new crash restart test a bit more robust.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Add test for postmaster crash restarts.
pgsql: Add test for postmaster crash restarts.
hackerscomitters
21 replies
Oct 01, 2017
Andres FreundTom LaneAndrew Dunstan
1 commit
Remove redundant stdint.h include.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Extend & revamp pg_bswap.h infrastructure.
pgsql: Extend & revamp pg_bswap.h infrastructure.
comitters
5 replies
Sep 30, 2017
Andres FreundTom LanePeter Geoghegan
Why are we including netinet/tcp.h so widely?
hackers
1 reply
Sep 30, 2017
Andres FreundTom Lane
pgsql: Fix copy & pasto in 510b8cbff15f.
comitters
0 replies
Sep 30, 2017
Andres Freund
pgsql: Fix typo.
comitters
0 replies
Sep 30, 2017
Andres Freund
pgsql: Add inline murmurhash32(uint32) function.
comitters
0 replies
Sep 22, 2017
Andres Freund
pgsql: Expand expected output for recovery test even further.
comitters
0 replies
Sep 22, 2017
Andres Freund
pgsql: Fix s/intidb/initdb/ typo.
comitters
0 replies
Sep 22, 2017
Andres Freund
1 commit
Expand expected output for recovery test even further.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Accept that server might not be able to send error in crash reco
pgsql: Accept that server might not be able to send error in crash reco
comitters
2 replies
Sep 22, 2017
Andres FreundTom Lane
2 commits
Expand expected output for recovery test even further.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Accept that server might not be able to send error in crash recovery test.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Make new crash restart test a bit more robust.
pgsql: Make new crash restart test a bit more robust.
hackerscomitters
11 replies
Sep 22, 2017
Andres FreundTom LaneThomas Munro
Show backtrace when tap tests fail
hackers
12 replies
Sep 20, 2017
Andres FreundTom LaneDagfinn Ilmari MannsåkerDavid SteeleAndrew Dunstan+1
comitters
0 replies
Sep 19, 2017
Andres Freund
1 commit
s/NULL byte/NUL byte/ in comment refering to C string terminator.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Avoid use of non-portable strnlen() in pgstat_clip_activity().
pgsql: Avoid use of non-portable strnlen() in pgstat_clip_activity().
comitters
1 reply
Sep 19, 2017
Andres FreundRobert Haas
1 commit
Avoid use of non-portable strnlen() in pgstat_clip_activity().
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Speedup pgstat_report_activity by moving mb-aware truncation to
pgsql: Speedup pgstat_report_activity by moving mb-aware truncation to
comitters
5 replies
Sep 19, 2017
Andres FreundTom Lane
1 commit
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
More efficient truncation of pg_stat_activity query strings
More efficient truncation of pg_stat_activity query strings
hackers
13 replies
Sep 19, 2017
Andres FreundRobert HaasTatsuo IshiiTom LaneKuntal Ghosh
2 commits
Add test for postmaster crash restarts.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Fix crash restart bug introduced in 8356753c212.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Perform only one ReadControlFile() during startup.
pgsql: Perform only one ReadControlFile() during startup.
hackerscomitters
20 replies
Sep 19, 2017
Andres FreundTom LaneRobert HaasSimon Riggs
Running some tests with different segment sizes
hackers
2 replies
Sep 19, 2017
Andres FreundTom Lane
Loading more results...