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
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
pg_control_recovery() return value when not in recovery
hackers
9 replies
Oct 14, 2017
Andres FreundMichael PaquierJoe ConwaySimon RiggsRobert Haas+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
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
Running some tests with different segment sizes
hackers
2 replies
Sep 19, 2017
Andres FreundTom Lane
pgsql: Fix uninitialized variable in dshash.c.
comitters
0 replies
Sep 19, 2017
Andres Freund
pgsql: Fix crash restart bug introduced in 8356753c212.
comitters
0 replies
Sep 19, 2017
Andres Freund
Reporting query on crash even if completed
hackers
4 replies
Sep 18, 2017
Tom LaneAndres FreundRobert HaasMagnus Hagander