TopicMailing ListsActivityParticipants
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
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
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
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
+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
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
1 commit
Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Add support for coordinating record typmods among parallel worke
pgsql: Add support for coordinating record typmods among parallel worke
hackerscomitters
17 replies
Sep 15, 2017
Tom LaneAndres FreundThomas Munro
Process startup infrastructure is a mess
hackers
5 replies
Sep 15, 2017
Andres FreundSimon RiggsTsunakawa, TakayukiStephen FrostRobert Haas
pgsql: Remove TupleDesc remapping logic from tqueue.c.
comitters
0 replies
Sep 15, 2017
Andres Freund
pgsql: Properly check interrupts in execScan.c.
comitters
0 replies
Sep 14, 2017
Andres Freund
pgsql: Properly check interrupts in execScan.c.
comitters
0 replies
Sep 14, 2017
Andres Freund
Removing pg_standby #17.
hackers
0 replies
Sep 13, 2017
Andres Freund
pgsql: Introduce BYTES unit for GUCs.
comitters
0 replies
Sep 12, 2017
Andres Freund
pgsql: Constify numeric.c.
comitters
0 replies
Sep 11, 2017
Andres Freund